Home
last modified time | relevance | path

Searched refs:ALIGNOF1 (Results 1 – 1 of 1) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Ddatatypes.h86 # define ALIGNOF1(x) offsetof(struct {char c; x d;}, d) macro
89 # define ALIGNOF1(name) PARROT_ALIGNOF_##name macro
102 { "char", sizeof (char), ALIGNOF1(char) },
103 { "short", sizeof (short), ALIGNOF1(short) },
104 { "int", sizeof (int), ALIGNOF1(int) },
105 { "long", sizeof (long), ALIGNOF1(long) },
124 { "float", sizeof (float), ALIGNOF1(float) },
125 { "double", sizeof (double), ALIGNOF1(double) },
163 { "pshort", sizeof (short), ALIGNOF1(short) },
164 { "pint", sizeof (int), ALIGNOF1(int) },
[all …]