/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hash.py | 191 if sys.byteorder == 'little': 196 if sys.byteorder == 'little':
|
/external/aac/libSYS/include/ |
genericStds.h | 395 * \return 1 if platform is little endian, non-1 if platform is big endian. 408 * Convert input value to little endian format. 410 * \param val Value to be converted. It may be in both big or little endian. 411 * \return Value in little endian format. 450 * \brief Write each member in little endian order. Convert automatically to host endianess. 460 * \brief Read variable of size "size" as little endian. Convert automatically to host endianess.
|
/external/svox/pico/lib/ |
picodata.h | 194 spell type/pause len as little endian uint16 in item content */ 199 silence duration as little endian uint16 in item content */ 203 #define PICODATA_ITEMINFO1_CMD_PITCH 'P' /* 80 pitch command : abs/rel info in info 2; pitch level as little endian 205 #define PICODATA_ITEMINFO1_CMD_SPEED 'R' /* 82 speed command : abs/rel info in info 2, speed level as little endian 207 #define PICODATA_ITEMINFO1_CMD_VOLUME 'V' /* 86 volume command : abs/rel info in info 2, volume level as little endian 209 #define PICODATA_ITEMINFO1_CMD_SPEAKER 'S' /* 83 speaker command : abs/rel info in info 2, speaker level as little endian
|
/external/valgrind/main/VEX/useful/ |
fp_80_64.c | 16 hardwire it as little-endian. The 64-bit format (IEEE double) 17 could exist on any platform, little or big-endian and so we 19 work correctly when compiled on both big- and little-endian 21 little-endian format. 96 stored little-endian. Limitations, all of which could be fixed, 235 stored little-endian. Limitations, both of which could be fixed,
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3inputstream.c | 738 // Need to use methods that know that the input is little endian 747 // Machine is Little Endian, if the input is also then install the [all...] |
/external/chromium_org/net/cert/ |
crl_set.cc | 127 memcpy(&header_len, data->data(), 2); // assumes little-endian. 160 memcpy(&num_serials, data->data(), sizeof(uint32)); // assumes little endian 203 // Other parts of Chrome assume that we're little endian, so we don't lose 210 #error assumes little endian 272 // assumes little endian.
|
/external/llvm/docs/tutorial/ |
LangImpl8.rst | 13 grown our little Kaleidoscope language from being a useless toy, to 16 It is interesting to see how far we've come, and how little code it has 21 Our little language supports a couple of interesting features: it 34 together quick little hacks like the Kaleidoscope compiler itself. 97 little crazy or off the wall and seeing how it turns out. If you get
|
OCamlLangImpl8.rst | 13 grown our little Kaleidoscope language from being a useless toy, to 16 It is interesting to see how far we've come, and how little code it has 21 Our little language supports a couple of interesting features: it 34 together quick little hacks like the Kaleidoscope compiler itself. 97 little crazy or off the wall and seeing how it turns out. If you get
|
/external/lzma/ |
lzma.txt | 197 Usually big number gives a little bit better compression ratio
282 With filter for little-endian ARM code:
305 1 4 Dictionary size (little endian)
306 5 8 Uncompressed size (little endian). -1 means unknown size
415 1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
|
/bionic/libc/include/net/ |
ethertypes.h | 117 #define ETHERTYPE_IMLBLDIAG 0x424C /* Information Modes Little Big LAN diagnostic */ 119 #define ETHERTYPE_IMLBL 0x4C42 /* Information Modes Little Big LAN */ 180 #define ETHERTYPE_LITTLE 0x8060 /* Little Machines */
|
/development/ndk/platforms/android-3/include/net/ |
ethertypes.h | 117 #define ETHERTYPE_IMLBLDIAG 0x424C /* Information Modes Little Big LAN diagnostic */ 119 #define ETHERTYPE_IMLBL 0x4C42 /* Information Modes Little Big LAN */ 180 #define ETHERTYPE_LITTLE 0x8060 /* Little Machines */
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 38 * These functions tend to be a little slow, since a number of objects must be 252 * The implementation of this is a little slow, since it creates 300 * The implementation of this is a little slow, since it creates
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_popup_view_gtk_unittest.cc | 249 // This part's a little wacky - either we don't have a weight, or 279 // This part's a little wacky - either we don't have a weight, or 328 // This part's a little wacky - either we don't have a weight, or
|
/external/chromium_org/third_party/freetype/src/base/ |
ftstream.c | 791 case ft_frame_ushort_le: /* read a 2-byte little-endian short */ 803 case ft_frame_ulong_le: /* read a 4-byte little-endian long */ 815 case ft_frame_uoff3_le: /* read a 3-byte little-endian long */
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
rc4_enc.c | 127 const union { long one; char little; } is_endian = {1}; member in union:__anon16434 157 if (!is_endian.little) 211 { /* LITTLE-ENDIAN CASE */
|
/external/chromium_org/third_party/re2/util/ |
hash.cc | 17 little-endian machines. Intel and AMD are little-endian machines. 143 The function hashword() is identical to hashlittle() on little-endian
|
/external/freetype/src/base/ |
ftstream.c | 791 case ft_frame_ushort_le: /* read a 2-byte little-endian short */ 803 case ft_frame_ulong_le: /* read a 4-byte little-endian long */ 815 case ft_frame_uoff3_le: /* read a 3-byte little-endian long */
|
/external/kernel-headers/original/linux/ |
capability.h | 70 __le32 magic_etc; /* Little endian */ 72 __le32 permitted; /* Little endian */ 73 __le32 inheritable; /* Little endian */
|
/external/llvm/include/llvm/CodeGen/ |
MachineCodeEmitter.h | 90 /// written to the output stream in little-endian format. 101 /// written to an arbitrary buffer in little-endian format. Buf must have at 126 /// written to the output stream in little-endian format.
|
/external/llvm/tools/yaml2obj/ |
yaml2elf.cpp | 256 bool IsLittleEndian = ELFT::TargetEndianness == support::little; 383 typedef ELFType<support::little, 8, true> LE64; 385 typedef ELFType<support::little, 4, false> LE32;
|
/external/openssl/crypto/rc4/ |
rc4_enc.c | 127 const union { long one; char little; } is_endian = {1}; member in union:__anon27006 157 if (!is_endian.little) 211 { /* LITTLE-ENDIAN CASE */
|
/external/regex-re2/util/ |
hash.cc | 17 little-endian machines. Intel and AMD are little-endian machines. 143 The function hashword() is identical to hashlittle() on little-endian
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 208 /* This little function converts a little endian tag to a big endian tag. 531 fprintf(stderr," 'convert' produce a big-endian image from a little-endian machine\n");
|
mkyaffsimage.c | 203 /* This little function converts a little endian tag to a big endian tag. 540 printf(" 'convert' produce a big-endian image from a little-endian machine\n");
|
/ndk/docs/text/ |
CPU-ARCH-ABIS.text | 65 a _family_ of similar but distinct ABIs. Android follows the little-endian 117 This little constraint, while resulting in a slight decrease of 186 - Little-Endian
|