Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 25 of 39) sorted by relevance

12

/titanic_41/usr/src/cmd/audio/include/
H A DAudioHdr.h128 AudioEndian endian; // byte order variable
136 endian = localByteOrder(); in AudioHdr()
148 endian = localByteOrder(); in AudioHdr()
195 hdr.endian = endian; in Audio_hdr()
H A Daudio_hdr.h96 unsigned endian; /* byte order */ member
/titanic_41/usr/src/cmd/file/
H A Dmagic98 # 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_41/usr/src/uts/sun4u/io/px/
H A Dpx_tools_4u.c261 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 Dpx_asm_4u.s58 ! %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_41/usr/src/cmd/audio/utilities/
H A DAudioStream.cc76 AudioEndian endian) in coerceEndian() argument
82 if (hdr.endian == endian) { in coerceEndian()
H A DAudioUnixfile.cc145 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_41/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s56 ! %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 Dpci_tools.c106 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_41/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1213 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);
H A Dappcert.pl461 my ($arch, $type, $wordsize, $endian, $e_machine) = bin_type($file);
568 print $arch_fh "BYTEORDER: $endian\n";
/titanic_41/usr/src/common/crypto/md5/sparc/sun4u/
H A Dbyteswap.il30 * byteswap.il -- definitions for .inline functions for little-endian loads.
34 * integers in little-endian byte order.
/titanic_41/usr/src/uts/common/zmod/
H A Dcrc32.c238 u4 endian; local
240 endian = 1;
241 if (*((unsigned char *)(&endian)))
/titanic_41/usr/src/lib/libast/common/uwin/
H A Dlog.c87 #define endian (((*(int *) &one)) ? 1 : 0) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
H A Dlgamma.c81 static int endian; variable
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
155 endian = ((*(int *) &one)) ? 1 : 0; in lgamma()
H A Dgamma.c132 static int endian; variable
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
150 endian = (*(int *) &one) ? 1 : 0;
/titanic_41/usr/src/lib/libtnf/
H A Dmachlibtnf.h52 #error Unknown endian
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
/titanic_41/usr/src/common/crypto/md5/sparc/sun4v/
H A Dbyteswap.il30 * byteswap.il -- definitions for .inline functions for little-endian loads.
34 * integers in little-endian byte order.
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Drpcpdu.ndl73 * 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_41/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt97 "broken". Warning: some older drives have words 57:58 in big endian
108 <= [60:61]. Oh yea, if you find that 57:58 are big endian then 60:61 are
109 probably big endian too.
/titanic_41/usr/src/lib/libast/
H A DMakefile86 endian.h \
/titanic_41/usr/src/lib/libexacct/demo/
H A DREADME43 exacct is endian-neutral, exdump can read exacct files from either SPARC

12