/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
strict-err.asm | 0 bits 64 1 bits 64 label
|
ripseg.asm | 0 bits 64 1 bits 64 label
|
strict.asm | 0 bits 32 88 bits 64 label 1 bits 32 label
|
amd200707.asm | 0 bits 64 1 bits 64 label
|
imm64.asm | 0 bits 64 1 bits 64 label
|
riprel1.asm | 0 bits 64 1 bits 64 label
|
/external/chromium/base/ |
bits_unittest.cc | 7 #include "base/bits.h" 11 namespace bits { namespace in namespace:base 47 } // namespace bits
|
bits.h | 15 namespace bits { namespace in namespace:base 45 } // namespace bits
|
/external/chromium_org/base/ |
bits_unittest.cc | 7 #include "base/bits.h" 11 namespace bits { namespace in namespace:base 47 } // namespace bits
|
bits.h | 14 namespace bits { namespace in namespace:base 44 } // namespace bits
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/ |
alignnop16.asm | 0 bits 16 1 bits 16 label
|
alignnop32.asm | 0 bits 32 1 bits 32 label
|
/external/dropbear/libtommath/ |
bn_mp_montgomery_calc_normalization.c | 26 int x, bits, res; local 28 /* how many bits of last digit does b use */ 29 bits = mp_count_bits (b) % DIGIT_BIT; 32 if ((res = mp_2expt (a, (b->used - 1) * DIGIT_BIT + bits - 1)) != MP_OKAY) { 37 bits = 1; 42 for (x = bits - 1; x < (int)DIGIT_BIT; x++) {
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_debuginfo.c | 65 const unsigned char *bits; local 67 if (INTUSE(dwfl_module_build_id) (mod, &bits, &vaddr) > 0)
|
/external/icu4c/i18n/ |
scriptset.h | 50 UBool contains(const ScriptSet &other) const; // All set bits in other are also set in this. 62 uint32_t bits[6]; member in class:ScriptSet
|
/external/chromium_org/components/variations/ |
metrics_util.cc | 20 uint32 bits; local 21 COMPILE_ASSERT(sizeof(bits) < sizeof(sha1_hash), need_more_data); 22 memcpy(&bits, sha1_hash, sizeof(bits)); 24 return base::ByteSwapToLE32(bits);
|
/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/wpa_supplicant_8/src/crypto/ |
md5_i.h | 14 u32 bits[2]; member in struct:MD5Context
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_crc.cpp | 45 int32 neededBits, number of bits to read from the bit stream 124 int32 neededBits, /* number of bits to read from the bit stream */ 128 uint32 bits = getNbits(inputStream, neededBits); local 132 calculate_crc(bits, neededBits, crc); 134 return(bits);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
md5.h | 31 uint32 bits[2]; member in struct:MD5Context
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
md5.h | 11 32 bits, merely 32 bits or more. Choosing a data type which is 32 12 bits instead of 64 is not important; speed is considerably more 18 unsigned long bits[2]; member in struct:yasm_md5_context
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysmouse.cc | 32 char *bits; member in struct:WMcursor 38 dummy.bits = 0;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nan.c | 42 * the same as gcc's __builtin_nan(), namely, discard the high order bits. 54 int bitpos; /* index into words (in bits) */ 66 /* Scan backwards, filling in the bits in words[] as we go. */ 83 uint32_t bits[2]; member in union:__anon759 86 _scan_nan(u.bits, 2, s); 88 u.bits[1] |= 0x7ff80000; 90 u.bits[0] |= 0x7ff80000; 100 uint32_t bits[1]; member in union:__anon760 103 _scan_nan(u.bits, 1, s); 104 u.bits[0] |= 0x7fc00000 [all...] |
/external/aac/libMpegTPEnc/src/ |
tpenc_adif.cpp | 160 int bits = 0; local 162 bits += 8*4; /* ADIF ID */ 164 bits += 1; /* Copyright present */ 167 bits += 72; /* Copyright ID */ 169 bits += 26; 171 bits += 4; /* Number of PCE's */ 174 bits += 20; 178 bits = transportEnc_GetPCEBits(adif->cm, 0, bits); 180 return bits; [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
md5.h | 32 uint32 bits[2]; member in struct:MD5Context
|