Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 25 of 80) sorted by path

1234

/illumos-gate/usr/src/boot/common/
H A Dgpt.c33 #error gpt.c works only for little endian architectures
/illumos-gate/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";
H A Dsymcheck.pl396 my ($abi, $type, $wordsize, $endian, $e_machine) =
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs43 bytesex.h endian.h fnmatch.h magicid.h fnv.h aso.h \
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h126 AudioEndian endian; // byte order variable
134 endian = localByteOrder(); in AudioHdr()
146 endian = localByteOrder(); in AudioHdr()
193 hdr.endian = endian; in Audio_hdr()
H A Daudio_hdr.h94 unsigned endian; /* byte order */ member
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioStream.cc74 AudioEndian endian) in coerceEndian() argument
80 if (hdr.endian == endian) { in coerceEndian()
H A DAudioUnixfile.cc143 hdr_local.endian = BIG_ENDIAN; // Files are always written in in decode_filehdr()
200 hdr_local.endian = BIG_ENDIAN; // Files are always written big endian. in encode_filehdr()
437 if (localByteOrder() != GetHeader().endian) in WriteData()
458 if (localByteOrder() != GetHeader().endian) in WriteData()
H A Dfilehdr.c762 hdrp->endian = audio_endian(buf, file_type); in audio_decode_filehdr()
786 if ((hdrp->endian = audio_endian(buf, file_type)) == in audio_decode_filehdr()
/illumos-gate/usr/src/cmd/file/
H A Dmagic99 # little-endian entry
202 # little-endian entry
301 # snoop files are always big-endian
321 # big-endian entries
341 # little-endian entries
392 # .aiff files are always big-endian
405 # .mid files are always big-endian
415 # rasterfiles are big-endian
416 # big-endian rasterfile entries
428 # little-endian rasterfile entries
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c39 #error needs porting for big-endian system
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1087 u4 endian; local
1089 endian = 1;
1090 if (*((unsigned char *)(&endian)))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile107 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
111 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
120 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
156 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
157 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
258 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
464 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
465 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
889 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
1011 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
H A DRELEASE72 12-05-31 Fix 64 bit big-endian arithmentic bug that mishandled nan and inf.
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile94 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
98 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
115 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
152 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
153 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
237 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile39 bytesex.h endian.h fnmatch.h magicid.h fnv.h aso.h \
H A DMamfile64 make std/endian.h implicit
116 done std/endian.h dontcare
222 prev std/endian.h implicit
253 prev std/endian.h implicit
254 prev std/endian.h implicit
355 prev std/endian.h implicit
356 prev std/endian.h implicit
528 prev std/endian.h implicit
1626 prev std/endian.h implicit
3733 prev std/endian.h implicit
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab94 +21 byte >='A' , %c-endian members
95 +19 byte >='A' , %c-endian hash
529 +5 byte 1 , little-endian
663 +5 byte 1 , little-endian
973 +0 short &0x2 , little-endian
1188 +12 belong 0x00042253 , big-endian
1195 +0 belong 0x00053162 , big-endian
1202 +12 belong 0x00053162 , big-endian
1209 +8 long 4321 , big-endian
1210 +8 long 1234 , little-endian
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dgamma.c132 static int endian; variable
142 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
150 endian = (*(int *) &one) ? 1 : 0;
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 Dlog.c87 #define endian (((*(int *) &one)) ? 1 : 0) macro
88 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMamfile91 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
98 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
123 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
159 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
160 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
170 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
295 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DMamfile93 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
97 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
105 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
143 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
144 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
253 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMamfile43 make ${PACKAGE_ast_INCLUDE}/endian.h implicit
48 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
51 done ${PACKAGE_ast_INCLUDE}/endian.h dontcare
63 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
101 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit
102 prev ${PACKAGE_ast_INCLUDE}/endian.h implicit

1234