| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| basic_ios.h | 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 150 // Flip the internal state on for the proper state bits, then re 471 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| basic_ios.h | 27 /** @file bits/basic_ios.h 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 152 // Flip the internal state on for the proper state bits, then re 473 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| basic_ios.h | 27 /** @file bits/basic_ios.h 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 152 // Flip the internal state on for the proper state bits, then re 473 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| basic_ios.h | 27 /** @file bits/basic_ios.h 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 152 // Flip the internal state on for the proper state bits, then re 473 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| basic_ios.h | 27 /** @file bits/basic_ios.h 37 #include <bits/localefwd.h> 38 #include <bits/locale_classes.h> 39 #include <bits/locale_facets.h> 40 #include <bits/streambuf_iterator.h> 152 // Flip the internal state on for the proper state bits, then re 473 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| basic_ios.h | 25 /** @file bits/basic_ios.h 35 #include <bits/localefwd.h> 36 #include <bits/locale_classes.h> 37 #include <bits/locale_facets.h> 38 #include <bits/streambuf_iterator.h> 154 // Flip the internal state on for the proper state bits, then re 475 #include <bits/basic_ios.tcc>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| basic_ios.h | 25 /** @file bits/basic_ios.h 35 #include <bits/localefwd.h> 36 #include <bits/locale_classes.h> 37 #include <bits/locale_facets.h> 38 #include <bits/streambuf_iterator.h> 154 // Flip the internal state on for the proper state bits, then re 475 #include <bits/basic_ios.tcc>
|
| /external/chromium_org/third_party/libwebp/utils/ |
| bit_writer.c | 57 const int32_t bits = bw->value_ >> s; local 59 bw->value_ -= bits << s; 61 if ((bits & 0xff) != 0xff) { 66 if (bits & 0x100) { // overflow -> propagate carry over pending 0xff's 70 const int value = (bits & 0x100) ? 0x00 : 0xff; 73 bw->buf_[pos++] = bits; 116 if (bw->range_ < 127) { // emit 'shift' bits out and renormalize 252 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits) { 265 lbits |= (vp8l_atype_t)bits << used; 268 bits >>= shift [all...] |
| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| cryptomath.py | 157 bits = numBits(n) 158 return int(math.ceil(bits / 8.0)) 260 def getRandomPrime(bits, display=False): 261 if bits < 10: 268 low = ((2 ** (bits-1)) * 3) // 2 269 high = 2 ** bits - 30 282 def getRandomSafePrime(bits, display=False): 283 if bits < 10: 290 low = (2 ** (bits-2)) * 3//2 291 high = (2 ** (bits-1)) - 3 [all...] |
| /external/webp/src/utils/ |
| bit_writer.c | 57 const int32_t bits = bw->value_ >> s; local 59 bw->value_ -= bits << s; 61 if ((bits & 0xff) != 0xff) { 66 if (bits & 0x100) { // overflow -> propagate carry over pending 0xff's 70 const int value = (bits & 0x100) ? 0x00 : 0xff; 73 bw->buf_[pos++] = bits; 116 if (bw->range_ < 127) { // emit 'shift' bits out and renormalize 252 void VP8LWriteBits(VP8LBitWriter* const bw, int n_bits, uint32_t bits) { 265 lbits |= (vp8l_atype_t)bits << used; 268 bits >>= shift [all...] |
| /frameworks/base/tests/touchlag/ |
| touchlag.cpp | 56 uint32_t* bits = buf->pixels + y * buf->s; local 58 bits[x] = pixel; 62 bits[x+W] = pixel; 78 uint32_t* bits = buf->pixels + y * buf->s + x; local 79 android_memset32(bits, pixel, W*4); 97 uint32_t* bits = buf->pixels + y * buf->s + x; local 99 android_memset32(bits, pixel, W*4); 100 bits += buf->s; 227 void* bits = mmap(0, fi.smem_len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); local 232 framebuffer.addr = bits; [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
| math.h | 34 #include <bits/huge_val.h> 36 # include <bits/huge_valf.h> 37 # include <bits/huge_vall.h> 40 # include <bits/inf.h> 43 # include <bits/nan.h> 47 #include <bits/mathdef.h> 49 /* The file <bits/mathcalls.h> contains the prototypes for all the 71 #include <bits/mathcalls.h> 94 # include <bits/mathcalls.h> 145 # include <bits/mathcalls.h [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
| math.h | 34 #include <bits/huge_val.h> 36 # include <bits/huge_valf.h> 37 # include <bits/huge_vall.h> 40 # include <bits/inf.h> 43 # include <bits/nan.h> 47 #include <bits/mathdef.h> 49 /* The file <bits/mathcalls.h> contains the prototypes for all the 71 #include <bits/mathcalls.h> 94 # include <bits/mathcalls.h> 145 # include <bits/mathcalls.h [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
| BigIntegerConstructorsTest.java | 739 * Create a random number of 75 bits length. 752 int bits; local 755 bits = 128; 756 b = new BigInteger(bits, 10, rnd); 757 assertEquals(b.toString(), bits, b.bitLength()); local 759 // Create a prime number of 25 bits length. 760 bits = 25; 761 b = new BigInteger(bits, 10, rnd); 762 assertEquals(b.toString(), bits, b.bitLength()); local 764 // Create a prime number of 18 bits length 767 assertEquals(b.toString(), bits, b.bitLength()); local 773 assertEquals(b.toString(), bits, b.bitLength()); local [all...] |
| /hardware/intel/img/psb_video/src/ |
| pnw_MPEG4.c | [all...] |
| pnw_H264.c | 63 /* Truncates a signed integer to 17 bits */ 149 uint32_t raw_mb_bits; /* Number of bits per macroblock */ 294 /* Set bottom field flag in bit 7 and DPB index in bits 0:3 */ 611 uint32_t sub_width_c = (pic_params->seq_fields.bits.chroma_format_idc > 2) ? 1 : 2; 612 uint32_t sub_height_c = (pic_params->seq_fields.bits.chroma_format_idc > 1) ? 1 : 2; 614 if (pic_params->seq_fields.bits.chroma_format_idc == 0) { 626 ctx->qp_bd_offset_c = 6 * (pic_params->bit_depth_chroma_minus8 + pic_params->seq_fields.bits.residual_colour_transform_flag); /* (7-4) */ 653 // sps->FrameHeightInMbs = ( 2 - sps->seq_fields.bits.frame_mbs_only_flag ) * sps->PicHeightInMapUnits; /* (7-15) */ 654 ctx->picture_height_map_units = 1 + ctx->picture_height_mb / (2 - pic_params->seq_fields.bits.frame_mbs_only_flag); 657 pic_params->seq_fields.bits.mb_adaptive_frame_field_flag = (pic_params->seq_fields.bits.mb_adaptive_frame_field_flag & [all...] |
| /external/libvorbis/doc/ |
| 02-bitpacking.tex | 10 bitstream in which bits are coded one-by-one by the encoder and then 12 decoder. Most current binary storage arrangements group bits into a 13 native word size of eight bits (octets), sixteen bits, thirty-two bits 22 'octet', that is, eight bits. This has not always been the case; 26 modern platforms, this is generally assumed to be eight bits (not 33 octet (eight bits) and a word to be a group of two, four or eight 34 bytes (16, 32 or 64 bits). Note however that the Vorbis bitpacking 44 end of the byte. Bits in a byte are numbered from zero at the LSb t [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_aos.c | 168 assert(desc->block.bits <= 32); 196 unsigned bits = desc->channel[i].size; local 204 unsigned long long mask = (1ULL << bits) - 1; 208 if (bits == 32) { 223 shift += bits; 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); 303 unsigned bits = desc->channel[i].size; local 310 unsigned mask = (1 << bits) - 1; 313 assert(bits < 32); 325 shift += bits; [all...] |
| lp_bld_const.c | 132 unsigned bits; local 155 /* FIXME: consider the fractional bits? */ 156 bits = type.width / 2 - 1; 158 bits = type.width - 1; 160 return (double)-((long long)1 << bits); 170 unsigned bits; local 190 bits = type.width / 2; 192 bits = type.width; 195 bits -= 1; 197 return (double)(((unsigned long long)1 << bits) - 1) [all...] |
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_format_aos.c | 168 assert(desc->block.bits <= 32); 196 unsigned bits = desc->channel[i].size; local 204 unsigned long long mask = (1ULL << bits) - 1; 208 if (bits == 32) { 223 shift += bits; 282 type = LLVMIntTypeInContext(gallivm->context, desc->block.bits); 303 unsigned bits = desc->channel[i].size; local 310 unsigned mask = (1 << bits) - 1; 313 assert(bits < 32); 325 shift += bits; [all...] |
| /external/aac/libMpegTPEnc/src/ |
| tpenc_adts.cpp | 101 int mBits /*!< number of bits in crc region */ 124 int bits = 0; local 127 /* Static and variable header bits */ 128 bits = 56; 130 /* Add header/ single raw data block CRC bits */ 131 bits += 16; 133 /* Add bits of raw data block position markers */ 134 bits += (hAdts->num_raw_blocks)*16; 139 /* Add raw data block CRC bits. Not really part of the header, put they cause bit overhead to be accounted. */ 140 bits += 16 [all...] |
| /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
| decoder-private.c | 192 OI_UINT32 bits_by4 = common->bits.uint32[i]; 196 OI_UINT bits; local 200 bits = bits_by4 & 0xFF; 205 bits = (bits_by4 >> 24) & 0xFF; 210 if (bits) { 212 OI_BITSTREAM_READUINT(raw, bits, ptr, value, bitPtr); 213 dequant = OI_SBC_Dequant(raw, sf, bits);
|
| /external/zlib/src/contrib/blast/ |
| blast.c | 44 int bitcnt; /* number of bits in bit buffer */ 46 /* input limit error return state for bits() and decode() */ 58 * Return need bits from the input stream. This always leaves less than 59 * eight bits in the buffer. bits() works properly for need == 0. 63 * - Bits are stored in bytes from the least significant bit to the most 64 * significant bit. Therefore bits are dropped from the bottom of the bit 68 local int bits(struct state *s, int need) function 72 /* load at least need bits into val */ 79 val |= (int)(*(s->in)++) << s->bitcnt; /* load eight bits */ [all...] |
| /external/chromium_org/third_party/icu/source/i18n/ |
| decNumber.h | 41 /* Bit settings for decNumber.bits */ 46 /* The remaining bits are reserved; they must be 0 */ 85 uint8_t bits; /* Indicator bits (see above) */ member in struct:__anon15806 184 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) 185 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) 186 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) 187 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) 188 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) 189 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0 [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| SIGenRegisterInfo.pl | 62 class SGPR_32 <bits<8> num, string name> : SIReg<name> { 63 field bits<8> Num; 69 class VGPR_32 <bits<9> num, string name> : SIReg<name> { 70 field bits<9> Num; 75 class SGPR_64 <bits<8> num, string name, list<Register> subregs> : 78 class VGPR_64 <bits<9> num, string name, list<Register> subregs> : 81 class SGPR_128 <bits<8> num, string name, list<Register> subregs> : 84 class VGPR_128 <bits<9> num, string name, list<Register> subregs> : 87 class SGPR_256 <bits<8> num, string name, list<Register> subregs> :
|