| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
| jmp64-1.asm | 0 [bits 64]
|
| jmp64-2.asm | 0 [bits 64]
|
| jmp64-3.asm | 0 [bits 64]
|
| jmp64-4.asm | 0 [bits 64]
|
| jmp64-5.asm | 0 [bits 64]
|
| jmp64-6.asm | 0 [bits 64]
|
| push64.asm | 0 [bits 64]
|
| /external/chromium_org/third_party/zlib/ |
| inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 25 unsigned char op; /* operation, extra bits, table bits */ 26 unsigned char bits; /* bits in this part of the code * member in struct:__anon20310 [all...] |
| /external/elfutils/0.153/backends/ |
| i386_regs.c | 40 int *bits, int *type) 49 *bits = 32; 61 *bits = 80; 66 *bits = 128; 71 *bits = 64; 78 *bits = 16; 128 *bits = 16; 131 *bits = 16;
|
| /external/fio/lib/ |
| ieee754.h | 6 extern uint64_t pack754(long double f, unsigned bits, unsigned expbits); 7 extern long double unpack754(uint64_t i, unsigned bits, unsigned expbits);
|
| /external/icu/icu4c/source/i18n/ |
| scriptset.cpp | 31 for (uint32_t i=0; i<LENGTHOF(bits); i++) { 32 bits[i] = 0; 45 for (uint32_t i=0; i<LENGTHOF(bits); i++) { 46 bits[i] = other.bits[i]; 53 for (uint32_t i=0; i<LENGTHOF(bits); i++) { 54 if (bits[i] != other.bits[i]) { 65 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) { 71 return ((bits[index] & bit) != 0) [all...] |
| /external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/ |
| types.h | 14 #define DECLARE_BITMAP(name,bits) \ 15 unsigned long name[BITS_TO_LONGS(bits)]
|
| /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
| inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 25 unsigned char op; /* operation, extra bits, table bits */ 26 unsigned char bits; /* bits in this part of the code * member in struct:__anon32313 [all...] |
| /external/qemu/distrib/zlib-1.2.8/ |
| inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 25 unsigned char op; /* operation, extra bits, table bits */ 26 unsigned char bits; /* bits in this part of the code * member in struct:__anon33352 [all...] |
| /external/zlib/src/contrib/infback9/ |
| inftree9.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 25 unsigned char op; /* operation, extra bits, table bits */ 26 unsigned char bits; /* bits in this part of the code * member in struct:__anon37534 [all...] |
| /external/zlib/src/ |
| inftrees.h | 14 table that indexes more bits of the code. op indicates whether 17 pointer, the low four bits of op is the number of index bits of 18 that table. For a length or distance, the low four bits of op 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 25 unsigned char op; /* operation, extra bits, table bits */ 26 unsigned char bits; /* bits in this part of the code * member in struct:__anon37550 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/gnu/ |
| stubs.h | 4 #include <bits/wordsize.h>
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/ |
| stubs.h | 4 #include <bits/wordsize.h>
|
| /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
| spl_inl.h | 49 int bits; local 52 bits = 16; 54 bits = 0; 56 if (0x0000FF00 & (n >> bits)) bits += 8; 57 if (0x000000F0 & (n >> bits)) bits += 4; 58 if (0x0000000C & (n >> bits)) bits += 2; 59 if (0x00000002 & (n >> bits)) bits += 1 [all...] |
| /external/webrtc/src/common_audio/signal_processing/include/ |
| spl_inl.h | 82 int bits; local 85 bits = 16; 87 bits = 0; 89 if (0x0000FF00 & (n >> bits)) bits += 8; 90 if (0x000000F0 & (n >> bits)) bits += 4; 91 if (0x0000000C & (n >> bits)) bits += 2; 92 if (0x00000002 & (n >> bits)) bits += 1 [all...] |
| /frameworks/minikin/include/minikin/ |
| FontFamily.h | 51 explicit FontLanguage(uint32_t bits) : mBits(bits) { } 53 uint32_t bits() const { return mBits; } function in class:android::FontLanguage 68 bits = (weight & kWeightMask) | (italic ? kItalicMask : 0); 71 bits = (weight & kWeightMask) | (italic ? kItalicMask : 0) 72 | (variant << kVariantShift) | (lang.bits() << kLangShift); 74 int getWeight() const { return bits & kWeightMask; } 75 bool getItalic() const { return (bits & kItalicMask) != 0; } 76 int getVariant() const { return (bits >> kVariantShift) & kVariantMask; } 77 FontLanguage getLanguage() const { return FontLanguage(bits >> kLangShift); 88 uint32_t bits; member in class:android::FontStyle [all...] |
| /external/llvm/lib/Support/ |
| Disassembler.cpp | 48 unsigned bits; local 50 bits = 32; 52 bits = 64; 59 ud_set_mode(&ud_obj, bits); 64 << std::setw(bits/4);
|
| /external/chromium_org/media/cast/rtp_receiver/rtp_parser/ |
| rtp_parser.cc | 45 uint8 bits; local 46 if (!reader.ReadU8(&bits)) 48 const uint8 version = bits >> 6; 51 if (bits & kRtpExtensionBitMask) 53 if (!reader.ReadU8(&bits)) 55 header->marker = !!(bits & kRtpMarkerBitMask); 56 header->payload_type = bits & ~kRtpMarkerBitMask; 70 if (!reader.ReadU8(&bits)) 72 header->is_key_frame = !!(bits & kCastKeyFrameBitMask); 74 !!(bits & kCastReferenceFrameIdBitMask) [all...] |
| /external/chromium_org/v8/src/arm64/ |
| utils-arm64.h | 27 uint32_t bits = 0; local 28 memcpy(&bits, &value, 4); 29 return bits; 34 uint64_t bits = 0; local 35 memcpy(&bits, &value, 8); 36 return bits; 40 static inline float rawbits_to_float(uint32_t bits) { 42 memcpy(&value, &bits, 4); 47 static inline double rawbits_to_double(uint64_t bits) { 49 memcpy(&value, &bits, 8) [all...] |
| /external/zopfli/src/zopfli/ |
| tree.c | 34 unsigned bits, i; local 43 for (bits = 0; bits <= maxbits; bits++) { 44 bl_count[bits] = 0; 53 for (bits = 1; bits <= maxbits; bits++) { 54 code = (code + bl_count[bits-1]) << 1; 55 next_code[bits] = code [all...] |