Searched refs:TYPE_NO_ENDIANNESS (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dpp_pack.c229 # define TYPE_NO_ENDIANNESS(t) ((t) & ~TYPE_ENDIANNESS_MASK) macro
450 size = packprops[TYPE_NO_ENDIANNESS(symptr->code)] & PACK_SIZE_MASK;
454 switch(TYPE_NO_ENDIANNESS(symptr->code)) {
906 props = packprops[TYPE_NO_ENDIANNESS(datumtype)];
923 switch(TYPE_NO_ENDIANNESS(datumtype)) {
2151 packprops_t props = packprops[TYPE_NO_ENDIANNESS(datumtype)];
2190 switch (TYPE_NO_ENDIANNESS(datumtype)) {

Completed in 199 milliseconds