| /external/v8/src/arm64/ |
| utils-arm64.h | 28 uint32_t bits = 0; local 29 memcpy(&bits, &value, 4); 30 return bits; 35 uint64_t bits = 0; local 36 memcpy(&bits, &value, 8); 37 return bits; 41 static inline float rawbits_to_float(uint32_t bits) { 43 memcpy(&value, &bits, 4); 48 static inline double rawbits_to_double(uint64_t bits) { 50 memcpy(&value, &bits, 8) [all...] |
| /external/v8/src/base/ |
| bits.h | 19 namespace bits { namespace in namespace:v8::base 21 // CountPopulation32(value) returns the number of bits set in |value|. 36 // CountLeadingZeros32(value) returns the number of zero bits following the most 56 // CountTrailingZeros32(value) returns the number of zero bits preceding the 146 } // namespace bits
|
| /external/valgrind/memcheck/tests/vbit-test/ |
| vbits.h | 12 /* A type to represent V-bits */ 22 } bits; member in struct:__anon20909
|
| /external/webp/src/utils/ |
| bit_reader_inl.h | 38 #if (BITS > 32) 40 #elif (BITS > 16) 42 #elif (BITS > 8) 57 // makes sure br->value_ has at least BITS bits worth of data 60 // Read 'BITS' bits at a time if possible. 63 bit_t bits; local 84 br->buf_ += BITS >> 3; 86 #if (BITS > 32 [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...] |
| /external/wpa_supplicant_8/src/utils/ |
| bitfield.c | 16 u8 *bits; member in struct:bitfield 28 bf->bits = (u8 *) (bf + 1); 44 bf->bits[bit / 8] |= BIT(bit % 8); 52 bf->bits[bit / 8] &= ~BIT(bit % 8); 60 return !!(bf->bits[bit / 8] & BIT(bit % 8)); 80 if (bf->bits[i] != 0xff) 85 i = i * 8 + first_zero(bf->bits[i]);
|
| /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:__anon21648 [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:__anon21664 [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...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
| h264bsd_stream.c | 57 Read and remove bits from the stream buffer. 61 numBits number of bits to read 67 bits read from stream 68 END_OF_STREAM if not enough bits left 98 Read 32 bits from the stream buffer. Buffer is left as it is, i.e. 99 no bits are removed. First bit read from the stream is the MSB of 100 the return value. If there is not enough bits in the buffer -> 101 bits beyong the end of the stream are set to '0' in the return 111 bits read from stream 118 i32 bits, shift local [all...] |
| h264bsd_vlc.c | 84 of 65, i.e. 32 '0' bits, a '1' bit, and either 0 or 1 represented 85 by 32 bits. 108 u32 bits, numZeros; local 115 bits = h264bsdShowBits32(pStrmData); 118 if (bits >= 0x80000000) 125 else if (bits >= 0x40000000) 129 *codeNum = 1 + ((bits >> 29) & 0x1); 133 else if (bits >= 0x20000000) 137 *codeNum = 3 + ((bits >> 27) & 0x3); 141 else if (bits >= 0x10000000 [all...] |
| /frameworks/native/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|
| /frameworks/rs/ |
| spec.h | 16 int bits; member in struct:__anon23299
|
| /libcore/luni/src/main/java/libcore/io/ |
| Base64.java | 71 int bits = 0; local 85 bits = chr - 65; 90 bits = chr - 71; 95 bits = chr + 4; 97 bits = 62; 99 bits = 63; 104 quantum = (quantum << 6) | (byte) bits;
|
| /ndk/sources/android/support/src/msun/ |
| s_nan.c | 58 * the same as gcc's __builtin_nan(), namely, discard the high order bits. 70 int bitpos; /* index into words (in bits) */ 82 /* Scan backwards, filling in the bits in words[] as we go. */ 99 uint32_t bits[2]; member in union:__anon27859 102 _scan_nan(u.bits, 2, s); 104 u.bits[1] |= 0x7ff80000; 106 u.bits[0] |= 0x7ff80000; 116 uint32_t bits[1]; member in union:__anon27860 119 _scan_nan(u.bits, 1, s); 120 u.bits[0] |= 0x7fc00000 [all...] |
| /ndk/sources/android/support/src/stdio/amd64/ |
| _fpmath.h | 30 // Android uses 128 bits long doubles for LP64, so the structure and macros 40 } bits; member in union:IEEEl2bits 56 (a)[0] = (uint32_t)(u).bits.manl; \ 57 (a)[1] = (uint32_t)((u).bits.manl >> 32); \ 58 (a)[2] = (uint32_t)(u).bits.manh; \ 59 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
|
| /ndk/sources/android/support/src/stdio/arm/ |
| _fpmath.h | 50 } bits; member in union:IEEEl2bits 61 (a)[0] = (uint32_t)(u).bits.manl; \ 62 (a)[1] = (uint32_t)(u).bits.manh; \
|
| /ndk/sources/android/support/src/stdio/arm64/ |
| _fpmath.h | 30 // Android uses 128 bits long doubles for LP64, so the structure and the macros 47 } bits; member in union:IEEEl2bits 69 (a)[0] = (uint32_t)(u).bits.manl; \ 70 (a)[1] = (uint32_t)((u).bits.manl >> 32); \ 71 (a)[2] = (uint32_t)(u).bits.manh; \ 72 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
|
| /ndk/sources/android/support/src/stdio/i386/ |
| _fpmath.h | 37 } bits; member in union:IEEEl2bits 46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT) 52 (a)[0] = (uint32_t)(u).bits.manl; \ 53 (a)[1] = (uint32_t)(u).bits.manh; \
|
| /ndk/sources/android/support/src/stdio/mips/ |
| _fpmath.h | 57 } bits; member in union:IEEEl2bits 70 (a)[0] = (uint32_t)(u).bits.manl; \ 71 (a)[1] = (uint32_t)((u).bits.manl >> 32); \ 72 (a)[2] = (uint32_t)(u).bits.manh; \ 73 (a)[3] = (uint32_t)((u).bits.manh >> 32); \ 80 (a)[0] = (uint32_t)(u).bits.manl; \ 81 (a)[1] = (uint32_t)(u).bits.manh; \
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
| hash.h | 32 #define isl_hash_bits(h,bits) \ 33 ((bits) == 32) ? (h) : \ 34 ((bits) >= 16) ? \ 35 ((h) >> (bits)) ^ ((h) & (((uint32_t)1 << (bits)) - 1)) : \ 36 (((h) >> (bits)) ^ (h)) & (((uint32_t)1 << (bits)) - 1) 50 int bits; member in struct:isl_hash_table
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/ |
| hash.h | 32 #define isl_hash_bits(h,bits) \ 33 ((bits) == 32) ? (h) : \ 34 ((bits) >= 16) ? \ 35 ((h) >> (bits)) ^ ((h) & (((uint32_t)1 << (bits)) - 1)) : \ 36 (((h) >> (bits)) ^ (h)) & (((uint32_t)1 << (bits)) - 1) 50 int bits; member in struct:isl_hash_table
|
| /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|
| /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|
| /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
| native_window.h | 52 // The actual bits. 53 void* bits; member in struct:ANativeWindow_Buffer
|