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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duconfig.h948 /* BYTEORDER:
967 # define BYTEORDER 0x1234 macro
970 # define BYTEORDER 0x12345678 macro
976 # define BYTEORDER 0x4321 macro
979 # define BYTEORDER 0x87654321 macro
984 # if !defined(BYTEORDER) && (defined(NeXT) || defined(__NeXT__))
985 # define BYTEORDER 0x4321 macro
988 #define BYTEORDER 0x1234 /* large digits for MSB */ macro
H A Dperl.h268 #ifndef BYTEORDER /* Should never happen -- byteorder is in config.h */
269 # define BYTEORDER 0x1234 macro
2413 #if (BYTEORDER & 0xffff) != 0x4321
2425 #if (BYTEORDER & 0xffff) == 0x4321
2437 #if BYTEORDER != 0x1234
2442 # if BYTEORDER == 0x4321 || BYTEORDER == 0x87654321
H A Dutil.c1671 #if BYTEORDER != 0x4321
1675 #if (BYTEORDER & 1) == 0
1693 #if BYTEORDER == 0x1234
1700 #if ((BYTEORDER - 0x1111) & 0x444) || !(BYTEORDER & 0xf)
1701 Perl_croak(aTHX_ "Unknown BYTEORDER\n");
1706 for (o = BYTEORDER - 0x1111, s = 0; s < (sizeof(long)*8); o >>= 4, s += 8) {
1722 #if BYTEORDER == 0x1234
1729 #if ((BYTEORDER - 0x1111) & 0x444) || !(BYTEORDER
[all...]
H A Dpp_sys.c1002 #if BYTEORDER != 0x1234 && BYTEORDER != 0x12345678
1007 # if BYTEORDER & 0xf0000
1008 # define ORDERBYTE (0x88888888 - BYTEORDER)
1010 # define ORDERBYTE (0x4444 - BYTEORDER)
1025 #if BYTEORDER != 0x1234 && BYTEORDER != 0x12345678
1084 #if BYTEORDER != 0x1234 && BYTEORDER != 0x12345678
1116 #if BYTEORDER !
[all...]
H A Dpp_pack.c63 # if BYTEORDER == 0x12345678
67 # if BYTEORDER == 0x87654321
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs98 #if BYTEORDER > 0x4321 || defined(TRUNCATE_U32)
112 #if BYTEORDER == 0x1234 /* 32-bit little endian */
115 #elif BYTEORDER == 0x4321 /* 32-bit big endian */
260 #if BYTEORDER == 0x1234 && !defined(U32_ALIGNMENT_REQUIRED)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs717 However, Configure still defined BYTEORDER based on the size of a long.
718 Storable uses the BYTEORDER value as part of the header, but doesn't
734 #if BYTEORDER == 0x1234
735 #undef BYTEORDER
736 #define BYTEORDER 0x12345678
738 #if BYTEORDER == 0x4321
739 #undef BYTEORDER
740 #define BYTEORDER 0x87654321
745 #if BYTEORDER == 0x1234
748 #if BYTEORDER
[all...]

Completed in 62 milliseconds