| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| concept_check.h | 25 /** @file bits/concept_check.h 35 #include <bits/c++config.h> 55 #include <bits/boost_concept_check.h>
|
| functexcept.h | 26 /** @file bits/functexcept.h 40 #include <bits/c++config.h> 41 #include <bits/exception_defines.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| concept_check.h | 25 /** @file bits/concept_check.h 35 #include <bits/c++config.h> 55 #include <bits/boost_concept_check.h>
|
| functexcept.h | 25 /** @file bits/functexcept.h 39 #include <bits/c++config.h> 40 #include <bits/exception_defines.h>
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| concept_check.h | 25 /** @file bits/concept_check.h 35 #include <bits/c++config.h> 55 #include <bits/boost_concept_check.h>
|
| functexcept.h | 25 /** @file bits/functexcept.h 39 #include <bits/c++config.h> 40 #include <bits/exception_defines.h>
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| e_asinl.c | 43 if(expt==BIAS && ((u.bits.manh&~LDBL_NBIT)|u.bits.manl)==0) 63 if(u.bits.manh>=THRESH) { /* if |x| is close to 1 */ 68 u.bits.manl = 0;
|
| /dalvik/dx/src/com/android/dx/dex/code/form/ |
| Form22t.java | 82 BitSet bits = new BitSet(2); local 84 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 85 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 86 return bits;
|
| Form22x.java | 77 BitSet bits = new BitSet(2); local 79 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 81 return bits;
|
| Form32x.java | 76 BitSet bits = new BitSet(2); local 78 bits.set(0, unsignedFitsInShort(regs.get(0).getReg())); 79 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 80 return bits;
|
| /external/chromium_org/base/ |
| bits.h | 14 namespace bits { namespace in namespace:base 44 } // namespace bits
|
| rand_util.h | 31 // Given input |bits|, convert with maximum precision to a double in 33 BASE_EXPORT double BitsToOpenEndedUnitInterval(uint64 bits);
|
| /external/chromium_org/net/spdy/ |
| hpack_output_stream.h | 29 // Appends the lower |bit_size| bits of |bits| to the internal buffer. 31 // |bit_size| must be > 0 and <= 8. |bits| must not have any bits 32 // set other than the lower |bit_size| bits. 33 void AppendBits(uint8 bits, size_t bit_size); 35 // Simply forwards to AppendBits(prefix.bits, prefix.bit-size). 44 // number of bits to the next byte boundary.
|
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| prime.c | 66 int bits=0; local 85 else if(!strcmp(*argv,"-bits")) 89 bits=atoi(*++argv); 127 if(!bits) 129 BIO_printf(bio_err,"Specifiy the number of bits.\n"); 133 BN_generate_prime_ex(bn,bits,safe,NULL,NULL,NULL);
|
| /external/chromium_org/third_party/openssl/openssl/crypto/aes/ |
| aes.h | 88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, 93 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, 95 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
| /external/chromium_org/third_party/openssl/openssl/include/openssl/ |
| aes.h | 88 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 90 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, 93 int private_AES_set_encrypt_key(const unsigned char *userKey, const int bits, 95 int private_AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
| svm.asm | 0 [bits 64] 23 [bits 32]
|
| /external/chromium_org/ui/base/dragdrop/ |
| drag_utils_win.cc | 42 // responsibility to release the |bits| buffer. 47 void* bits; local 50 DIB_RGB_COLORS, &bits, NULL, 0); 51 if (!bitmap || !bits) 56 bits, sk_bitmap.getPixels(), sk_bitmap.height() * sk_bitmap.rowBytes());
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
| Form22t.java | 83 BitSet bits = new BitSet(2); local 85 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 86 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 87 return bits;
|
| Form22x.java | 78 BitSet bits = new BitSet(2); local 80 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 81 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 82 return bits;
|
| Form32x.java | 77 BitSet bits = new BitSet(2); local 79 bits.set(0, unsignedFitsInShort(regs.get(0).getReg())); 80 bits.set(1, unsignedFitsInShort(regs.get(1).getReg())); 81 return bits;
|
| /external/flac/libFLAC/include/private/ |
| bitreader.h | 74 FLAC__bool FLAC__bitreader_read_raw_uint32(FLAC__BitReader *br, FLAC__uint32 *val, unsigned bits); 75 FLAC__bool FLAC__bitreader_read_raw_int32(FLAC__BitReader *br, FLAC__int32 *val, unsigned bits); 76 FLAC__bool FLAC__bitreader_read_raw_uint64(FLAC__BitReader *br, FLAC__uint64 *val, unsigned bits); 77 FLAC__bool FLAC__bitreader_read_uint32_little_endian(FLAC__BitReader *br, FLAC__uint32 *val); /*only for bits=32*/ 78 FLAC__bool FLAC__bitreader_skip_bits_no_crc(FLAC__BitReader *br, unsigned bits); /* WATCHOUT: does not CRC the skipped data! */ /*@@@@ add to unit tests */
|
| bitwriter.h | 66 unsigned FLAC__bitwriter_get_input_bits_unconsumed(const FLAC__BitWriter *bw); /* can be called anytime, returns total # of bits unconsumed */ 81 FLAC__bool FLAC__bitwriter_write_zeroes(FLAC__BitWriter *bw, unsigned bits); 82 FLAC__bool FLAC__bitwriter_write_raw_uint32(FLAC__BitWriter *bw, FLAC__uint32 val, unsigned bits); 83 FLAC__bool FLAC__bitwriter_write_raw_int32(FLAC__BitWriter *bw, FLAC__int32 val, unsigned bits); 84 FLAC__bool FLAC__bitwriter_write_raw_uint64(FLAC__BitWriter *bw, FLAC__uint64 val, unsigned bits); 85 FLAC__bool FLAC__bitwriter_write_raw_uint32_little_endian(FLAC__BitWriter *bw, FLAC__uint32 val); /*only for bits=32*/
|
| /external/iptables/extensions/ |
| libip6t_NETMAP.c | 58 int bits; local 64 bits = xtables_ip6mask_to_cidr(&a); 65 if (bits < 0) 68 printf("/%d", bits);
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
| BitstreamReader.java | 154 int[] bits = new int[16 - nBit]; local 158 bits[cnt++] = (curByte >> (7 - i)) & 0x1; 162 bits[cnt++] = (nextByte >> (7 - i)) & 0x1; 168 result |= bits[i];
|