/external/llvm/include/llvm/Support/ |
Endian.h | 24 enum endianness {big, little}; enumerator in enum:llvm::support::endianness 96 class packed_endian_specific_integral<value_type, little, unaligned> { 116 class packed_endian_specific_integral<value_type, little, aligned> { 138 <uint8_t, little, unaligned> ulittle8_t; 140 <uint16_t, little, unaligned> ulittle16_t; 142 <uint32_t, little, unaligned> ulittle32_t; 144 <uint64_t, little, unaligned> ulittle64_t; 147 <int8_t, little, unaligned> little8_t; 149 <int16_t, little, unaligned> little16_t; 151 <int32_t, little, unaligned> little32_t [all...] |
/external/llvm/unittests/Support/ |
EndianTest.cpp | 25 unsigned char little[] = {0x00, 0x04, 0x03, 0x02, 0x01}; local 29 EXPECT_EQ(LittleAsHost, (endian::read_le<int32_t, unaligned>(little))); 32 (endian::read_le<int32_t, unaligned>(little + 1))); 63 unsigned char little[] = {0x00, 0x04, 0x03, 0x02, 0x01}; local 67 reinterpret_cast<little32_t *>(little + 1);
|
/external/llvm/lib/Target/Mips/ |
MipsSubtarget.cpp | 25 const std::string &FS, bool little) : 27 MipsArchVersion(Mips1), MipsABI(O32), IsLittle(little), IsSingleFloat(false), 49 // big and little endian allegrex cores (dont really
|
MipsSubtarget.h | 46 // IsLittle - The target is Little Endian 99 const std::string &FS, bool little);
|
/external/clang/test/Preprocessor/ |
macro_paste_msextensions.c | 19 #define nested(x) int x comment cute little dead tokens...
|
/external/openssl/crypto/modes/ |
ctr128.c | 92 const union { long one; char little; } is_endian = {1}; member in union:__anon8840 94 if (is_endian.little) {
|
/external/llvm/test/Bindings/Ocaml/ |
scalar_opts.ml | 8 little ones. *)
|
target.ml | 8 little ones. *)
|
/external/webkit/LayoutTests/storage/ |
hash-change-with-xhr.js | 74 // Allow a little time for all the database transactions to complete now we've stopped making them. 106 // Give a little for the database to 'warm up' before making xhr requests
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 61 // little bit.
|
/external/openssl/crypto/rc4/ |
rc4_enc.c | 127 const union { long one; char little; } is_endian = {1}; member in union:__anon8854 157 if (!is_endian.little) 211 { /* LITTLE-ENDIAN CASE */
|
/bootable/recovery/updater/ |
Android.mk | 35 # named "Register_<libname>()". Here we emit a little C function that
|
/external/fdlibm/ |
Android.mk | 66 # little endian cpus.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
shell.js | 90 // if both objects are numbers, give a little leeway for rounding.
|
jsref.js | 89 // if both objects are numbers, give a little leeway for rounding.
|
/frameworks/base/libs/utils/ |
Android.mk | 17 # libutils is a little unique: It's built twice, once for the host
|
/external/openssl/crypto/evp/ |
bio_ok.c | 445 { const union { long one; char little; } is_endian = {1}; member in union:__anon8818 447 if (is_endian.little) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 91 // if both objects are numbers, give a little leeway for rounding.
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 91 @ this up a little.
|
/external/freetype/include/freetype/internal/ |
ftstream.h | 37 /* e is set to 1 if the value is little-endian. */ 45 #define FT_MAKE_FRAME_OP( command, little, sign ) \ 46 ( ( command << FT_FRAME_OP_SHIFT ) | ( little << 1 ) | sign ) 446 /* read a 16-bit little-endian unsigned integer from an entered frame */ 450 /* read a 32-bit little-endian unsigned integer from an entered frame */ 475 /* read a 16-bit little-endian unsigned integer from a stream */ 480 /* read a 32-bit little-endian unsigned integer from a stream */
|
/external/openssl/crypto/sha/ |
sha256.c | 209 const union { long one; char little; } is_endian = {1}; member in union:__anon8857 216 if (!is_endian.little && sizeof(SHA_LONG)==4 && ((size_t)in%4)==0)
|
/external/qemu/ |
arm-dis.c | 4000 int little; local [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 40 all numbers are little endian 308 $offs += &print_uint16($len); #write little-endian 16-bit cardinal 518 #little-endian n-byte cardinal (no check, though!) 530 #little-endian 4-byte cardinal (no check, though!) 536 #little-endian 2-byte cardinal (no check, though!)
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
exif_reader.js | 177 exif.ALIGN_LITTLE = 0x4949; // Indicates little endian alignment of exif data. 232 * Little endian read. Least significant bytes come first.
|
/external/chromium/chrome/browser/resources/ntp/ |
drag_drop_controller.js | 170 // Keep the flag around a little so other 'mouseup' and 'click'
|