Searched refs:endian (Results 1 - 25 of 86) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.xs22 enc_unpack(pTHX_ U8 **sp,U8 *e,STRLEN size,U8 endian)
27 croak("Partial character %c",(char) endian);
29 switch(endian) {
41 if (endian == 'v')
47 croak("Unknown endian %c",(char) endian);
55 enc_pack(pTHX_ SV *result,STRLEN size,U8 endian,UV value)
58 switch(endian) {
78 croak("Unknown endian %c",(char) endian);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_byteorder.c25 #include <endian.h>
66 "illegal byte order, only big and little-endian supported");
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dprobe.h23 #include <parted/endian.h>
H A Dreloc.h23 #include <parted/endian.h>
H A Dreloc_plus.h23 #include <parted/endian.h>
H A Dadvfs.h23 #include <parted/endian.h>
H A Dfile.h23 #include <parted/endian.h>
H A Dadvfs_plus.h23 #include <parted/endian.h>
H A Dfile_plus.h23 #include <parted/endian.h>
H A Dcache.h23 #include <parted/endian.h>
H A Djournal.h23 #include <parted/endian.h>
/opensolaris-onvv-gate/usr/src/lib/libtnf/
H A Dmachlibtnf.h52 #error Unknown endian
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioStream.cc73 // Check the endian nature of the data, and change if necessary.
76 AudioEndian endian)
78 // If the stream isn't endian sensitive, don't bother.
82 if (hdr.endian == endian) {
84 AUDIO_DEBUG((1, "AudioStream: endian swap not needed, byte"
99 AUDIO_DEBUG((1, "AudioStream: converting endian.\n"));
100 // printf("AudioStream: converting endian.\n");
105 // This routine knows if the current format is endian sensitive.
109 // Only these encodings have endian problem
75 coerceEndian(unsigned char *buf, size_t len, AudioEndian endian) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DAudioHdr.h110 // is 16-bit. All variables of this type will have the prefix "endian".
114 SWITCH_ENDIAN = 2, // Flag to switch to the opposite endian, used
128 AudioEndian endian; // byte order member in class:AudioHdr
136 endian = localByteOrder();
148 endian = localByteOrder();
151 // Determines the local byte order, otherwise know as the endian
195 hdr.endian = endian;
207 // place, but doesn't know how to convert between endian formats.
208 // This makes it ignore endian difference
[all...]
H A Daudio_hdr.h46 * endian Byte order of 16-bit or greater PCM,
96 unsigned endian; /* byte order */ member in struct:__anon28
116 * Define the possible endian types.
120 #define AUDIO_ENDIAN_UNKNOWN 2 /* Unknown endian */
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c34 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
40 * byte order is the same as the network byte order (big endian).
41 * On little endian machines, these functions byte swap.
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c33 #error Use ISA-specific byteorder.s on a little-endian machine.
40 * byte order is the same as the network byte order (big endian).
41 * On little endian machines, these functions byte swap.
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_tools_4u.c88 * Type is TRUE for big endian, FALSE for little endian.
162 * Type is TRUE for big endian, FALSE for little endian.
261 boolean_t endian = PCITOOL_ACC_IS_BIG_ENDIAN(prg_p->acc_attr); local
276 size, (endian ? "BE" : "LE"), phys_addr);
278 if (pxtool_safe_phys_poke(px_p, endian, size, phys_addr,
283 size, (endian ? "BE" : "LE"), phys_addr);
293 size, (endian ? "BE" : "LE"), phys_addr);
295 if (pxtool_safe_phys_peek(px_p, endian, siz
[all...]
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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMakefile.PL112 if (! ((*up == 1 << (8*i)) || /* big-endian */
113 (*up == 1 << (8*(3-i))) /* little-endian */
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s30 * Assembly language support for physical big/little endian access of pcitool
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
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dinterface.c24 #include <parted/endian.h>
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c22 #include <parted/endian.h>
/opensolaris-onvv-gate/usr/src/head/arpa/
H A Dnameser_compat.h78 #include <machine/endian.h>
81 #include <endian.h>

Completed in 96 milliseconds

1234