HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 726 - 750 of 4103) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
atomicity.h 33 #include <bits/c++config.h>
34 #include <bits/gthr.h>
35 #include <bits/atomic_word.h>
vstring_fwd.h 36 #include <bits/c++config.h>
37 #include <bits/char_traits.h>
38 #include <bits/allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 33 #include <bits/c++config.h>
34 #include <bits/gthr.h>
35 #include <bits/atomic_word.h>
vstring_fwd.h 36 #include <bits/c++config.h>
37 #include <bits/char_traits.h>
38 #include <bits/allocator.h>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 33 #include <bits/c++config.h>
34 #include <bits/gthr.h>
35 #include <bits/atomic_word.h>
vstring_fwd.h 36 #include <bits/c++config.h>
37 #include <bits/char_traits.h>
38 #include <bits/allocator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
atomicity.h 33 #include <bits/c++config.h>
34 #include <bits/gthr.h>
35 #include <bits/atomic_word.h>
vstring_fwd.h 36 #include <bits/c++config.h>
37 #include <bits/char_traits.h>
38 #include <bits/allocator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
atomicity.h 33 #include <bits/c++config.h>
34 #include <bits/gthr.h>
35 #include <bits/atomic_word.h>
vstring_fwd.h 36 #include <bits/c++config.h>
37 #include <bits/char_traits.h>
38 #include <bits/allocator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
atomicity.h 34 #include <bits/c++config.h>
35 #include <bits/gthr.h>
36 #include <bits/atomic_word.h>
vstring_fwd.h 35 #include <bits/c++config.h>
36 #include <bits/char_traits.h>
37 #include <bits/allocator.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
atomicity.h 34 #include <bits/c++config.h>
35 #include <bits/gthr.h>
36 #include <bits/atomic_word.h>
vstring_fwd.h 35 #include <bits/c++config.h>
36 #include <bits/char_traits.h>
37 #include <bits/allocator.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 131 static int probable_prime(BIGNUM *rnd, int bits);
132 static int probable_prime_dh(BIGNUM *rnd, int bits,
134 static int probable_prime_dh_safe(BIGNUM *rnd, int bits,
159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
166 int checks = BN_prime_checks_for_size(bits);
174 /* make a random number and set the top and bottom bits */
177 if (!probable_prime(ret,bits)) goto err;
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
377 static int probable_prime(BIGNUM *rnd, int bits)
    [all...]
  /external/openssl/crypto/bn/
bn_prime.c 131 static int probable_prime(BIGNUM *rnd, int bits);
132 static int probable_prime_dh(BIGNUM *rnd, int bits,
134 static int probable_prime_dh_safe(BIGNUM *rnd, int bits,
159 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe,
166 int checks = BN_prime_checks_for_size(bits);
174 /* make a random number and set the top and bottom bits */
177 if (!probable_prime(ret,bits)) goto err;
183 if (!probable_prime_dh_safe(ret,bits,add,rem,ctx))
188 if (!probable_prime_dh(ret,bits,add,rem,ctx))
377 static int probable_prime(BIGNUM *rnd, int bits)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
rate.c 53 N and K are themselves limited to 15 bits.*/
84 unsigned char *bits; local
127 bits = (unsigned char *)opus_alloc(sizeof(unsigned char)*curr);
128 cache->bits = bits;
133 unsigned char *ptr = bits+entryI[i];
142 many bits as we ask for. */
153 /* N=1 bands only have a sign bit and fine bits. */
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j];
189 /* Offset the number of qtheta bits by log2(N)/
    [all...]
  /external/libopus/celt/
rate.c 53 N and K are themselves limited to 15 bits.*/
84 unsigned char *bits; local
127 bits = (unsigned char *)opus_alloc(sizeof(unsigned char)*curr);
128 cache->bits = bits;
133 unsigned char *ptr = bits+entryI[i];
142 many bits as we ask for. */
153 /* N=1 bands only have a sign bit and fine bits. */
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j];
189 /* Offset the number of qtheta bits by log2(N)/
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21c.java 123 BitSet bits = new BitSet(sz); local
127 bits.set(0, compat);
130 bits.set(0, compat);
131 bits.set(1, compat);
135 return bits;
Form31c.java 118 BitSet bits = new BitSet(sz); local
122 bits.set(0, compat);
125 bits.set(0, compat);
126 bits.set(1, compat);
130 return bits;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_wbmp.cpp 75 static void expand_bits_to_bytes(uint8_t dst[], const uint8_t src[], int bits)
77 int bytes = bits >> 3;
92 bits &= 7;
93 if (bits > 0) {
98 } while (--bits != 0);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form21c.java 124 BitSet bits = new BitSet(sz); local
128 bits.set(0, compat);
131 bits.set(0, compat);
132 bits.set(1, compat);
136 return bits;
Form31c.java 119 BitSet bits = new BitSet(sz); local
123 bits.set(0, compat);
126 bits.set(0, compat);
127 bits.set(1, compat);
131 return bits;
Form41c.java 121 BitSet bits = new BitSet(sz); local
125 bits.set(0, compat);
128 bits.set(0, compat);
129 bits.set(1, compat);
133 return bits;
  /external/elfutils/0.153/backends/
ppc_regs.c 40 int *bits, int *type)
49 *bits = ebl->machine == EM_PPC64 ? 64 : 32;
59 *bits = 64;
64 *bits = regno >= 1124 ? 128 : 32;
138 if (*bits == 32)

Completed in 932 milliseconds

<<21222324252627282930>>