/titanic_50/usr/src/cmd/audio/include/ |
H A D | AudioHdr.h | 128 AudioEndian endian; // byte order variable 136 endian = localByteOrder(); in AudioHdr() 148 endian = localByteOrder(); in AudioHdr() 195 hdr.endian = endian; in Audio_hdr()
|
H A D | audio_hdr.h | 96 unsigned endian; /* byte order */ member
|
/titanic_50/usr/src/cmd/file/ |
H A D | magic | 98 # little-endian entry 154 # big-endian entries for pure executables 161 # little-endian entries for pure executables 168 # big-endian entries for impure executables 175 # little-endian entries for impure executables 182 # big-endian entries for Sun demand paged executables 189 # little-endian entries for Sun demand paged executables 201 # little-endian entry 300 # snoop files are always big-endian 301 # big-endian entries, with ullong equivalent of string "snoop" [all …]
|
/titanic_50/usr/src/uts/sun4u/io/px/ |
H A D | px_tools_4u.c | 261 boolean_t endian = PCITOOL_ACC_IS_BIG_ENDIAN(prg_p->acc_attr); in pxtool_access() local 276 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access() 278 if (pxtool_safe_phys_poke(px_p, endian, size, phys_addr, in pxtool_access() 283 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access() 293 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access() 295 if (pxtool_safe_phys_peek(px_p, endian, size, phys_addr, in pxtool_access() 300 size, (endian ? "BE" : "LE"), phys_addr); in pxtool_access()
|
H A D | px_asm_4u.s | 58 ! %o3 is 0 for little endian, non-zero for big endian 79 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 126 ! %o3 is 0 for little endian, non-zero for big endian 135 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | AudioStream.cc | 76 AudioEndian endian) in coerceEndian() argument 82 if (hdr.endian == endian) { in coerceEndian()
|
H A D | AudioUnixfile.cc | 145 hdr_local.endian = BIG_ENDIAN; // Files are always written in in decode_filehdr() 202 hdr_local.endian = BIG_ENDIAN; // Files are always written big endian. in encode_filehdr() 439 if (localByteOrder() != GetHeader().endian) in WriteData() 460 if (localByteOrder() != GetHeader().endian) in WriteData()
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 56 ! %o3 is 0 for little endian, non-zero for big endian 75 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 122 ! %o3 is 0 for little endian, non-zero for big endian
|
H A D | pci_tools.c | 106 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian, 557 uint64_t *data, uint8_t size, boolean_t write, boolean_t endian, in pcitool_access() argument 585 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access() 587 if (pcitool_phys_poke(pci_p, endian, size, phys_addr, in pcitool_access() 592 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access() 602 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access() 604 if (pcitool_phys_peek(pci_p, endian, size, phys_addr, in pcitool_access() 609 size, (endian ? "BE" : "LE"), phys_addr); in pcitool_access()
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | byteorder.s | 79 / Convert in to big endian, eg. htons() 90 / Convert in to big endian, eg. htonl() 101 / Convert in to little endian, eg. ntohs() 121 / Convert in to little endian, eg. ntohl()
|
H A D | byteorder64.c | 35 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
|
/titanic_50/usr/src/cmd/abi/appcert/scripts/ |
H A D | AppcertUtil.pm | 1213 my ($abi, $e_machine, $type, $wordsize, $endian, $rest); 1219 $endian = 'unknown'; 1237 $endian = $1; 1242 return ($abi, $type, $wordsize, $endian); 1254 $endian = 'MSB'; 1263 $endian = $1; 1279 $wordsize == 64 && $endian eq 'LSB') { 1288 return ($abi, $type, $wordsize, $endian, $e_machine);
|
/titanic_50/usr/src/common/crypto/md5/sparc/sun4u/ |
H A D | byteswap.il | 30 * byteswap.il -- definitions for .inline functions for little-endian loads. 34 * integers in little-endian byte order.
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | crc32.c | 238 u4 endian; local 240 endian = 1; 241 if (*((unsigned char *)(&endian)))
|
/titanic_50/usr/src/man/man5/ |
H A D | Makefile | 158 endian.5 \ 175 endian.5 := LINKSRC = byteorder.5
|
/titanic_50/usr/src/lib/libast/common/uwin/ |
H A D | log.c | 87 #define endian (((*(int *) &one)) ? 1 : 0) macro 88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
|
H A D | lgamma.c | 81 static int endian; variable 88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 155 endian = ((*(int *) &one)) ? 1 : 0; in lgamma()
|
H A D | gamma.c | 132 static int endian; variable 142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 150 endian = (*(int *) &one) ? 1 : 0;
|
/titanic_50/usr/src/lib/libtnf/ |
H A D | machlibtnf.h | 52 #error Unknown endian
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine.
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine.
|
/titanic_50/usr/src/common/crypto/md5/sparc/sun4v/ |
H A D | byteswap.il | 30 * byteswap.il -- definitions for .inline functions for little-endian loads. 34 * integers in little-endian byte order.
|
/titanic_50/usr/src/test/libc-tests/runfiles/ |
H A D | default.run | 63 [/opt/libc-tests/tests/endian.32] 64 [/opt/libc-tests/tests/endian.64]
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 73 * 4-7 byte-order 0=big-endian 74 * 1=little-endian 85 #define NDR_REPLAB_INTG_BIG_ENDIAN 0x00 /* big endian */ 86 #define NDR_REPLAB_INTG_LITTLE_ENDIAN 0x10 /* little endian (x86) */ 202 * One header per serialization stream: the header must be little endian. 232 * The header must be little endian.
|
/titanic_50/usr/src/man/man3c/ |
H A D | Makefile | 117 endian.3c \ 1663 be16toh.3c := LINKSRC = endian.3c 1664 be32toh.3c := LINKSRC = endian.3c 1665 be64toh.3c := LINKSRC = endian.3c 1666 betoh16.3c := LINKSRC = endian.3c 1667 betoh32.3c := LINKSRC = endian.3c 1668 betoh64.3c := LINKSRC = endian.3c 1669 htobe16.3c := LINKSRC = endian.3c 1670 htobe32.3c := LINKSRC = endian.3c 1671 htobe64.3c := LINKSRC = endian.3c [all …]
|