| /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...] |