Searched refs:endian (Results 1 – 6 of 6) sorted by relevance
34 MAGIC_NUMBER_L = 0x5452594c; /* LYRT (little-endian ASCII) */35 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
35 MAGIC_NUMBER_L = 0x544e4957; /* WINT (little-endian ASCII) */36 MAGIC_NUMBER_H = 0x45434152; /* RACE (little-endian ASCII) */
47 Endian endian() const { return m_Endian; } in endian() function
44 efficent to access. All are little-endian (this could be revised if the code ever needs45 to be ported to big-endian systems).
12 The file starts with a simple header. All multi-byte fields are little-endian.
96 - Big-endian support for float, and double on Silverlight