Lines Matching defs:endian
110 // 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
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 differences.
209 // (endian = tst.endian) &&