HomeSort by relevance Sort by last modified time
    Searched defs:bits (Results 201 - 225 of 1549) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/zlib/
inffast.c 46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operation, extra bits, or *
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form45cc.java 110 BitSet bits = new BitSet(sz); local
120 bits.set(i, unsignedFitsInNibble(reg.getReg() +
124 return bits;
  /bionic/tests/
math_data_test.h 91 } bits; member in union:fp_u
102 } bits; member in union:fp_u
116 } bits; member in union:fp_u
124 } bits; member in union:fp_u
133 if (u.bits.sign) {
136 u.bits.sign = 1;
  /dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java 27 int[] bits; field in class:BitIntSet
35 bits = Bits.makeBitSet(max);
41 Bits.set(bits, value, true);
50 if (value >= Bits.getMax(bits)) {
51 int[] newBits = Bits.makeBitSet(
52 Math.max(value + 1, 2 * Bits.getMax(bits)));
    [all...]
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 27 int[] bits; field in class:BitIntSet
35 bits = Bits.makeBitSet(max);
42 Bits.set(bits, value, true);
51 if (value >= Bits.getMax(bits)) {
52 int[] newBits = Bits.makeBitSet(
53 Math.max(value + 1, 2 * Bits.getMax(bits)));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0; \
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 83 unsigned sym, bits; local
94 bits = 9;
95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
101 bits = 5;
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
126 bits = state->bits; \
137 state->bits = bits; \
144 bits = 0; \
253 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 116 fd_mask bits; local
124 bits = ibits[ msk ][ i / NFDBITS ];
125 while (( 0 != (j = ffs(bits))) && ((fd = i + --j) < nfd)) {
126 bits &= ~(1 << j);
166 * Allocate just enough bits for the non-null fd_sets. Use the
181 * Assign pointers into the bit buffers and fetch the input bits.
  /external/boringssl/src/crypto/fipsmodule/bn/
bn.c 180 // BN_num_bits_word returns the minimum number of bits needed to represent the
184 // lengths, but all bits beyond the high bit are secret, so count bits in
187 int bits = (l != 0); local
193 bits += 32 & mask;
200 bits += 16 & mask;
206 bits += 8 & mask;
212 bits += 4 & mask;
218 bits += 2 & mask;
224 bits += 1 & mask
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1BitString.java 25 * @return the correct number of pad bits for a bit string defined in
61 int bits = 1; local
65 bits++;
68 return 8 - bits;
106 * @param padBits the number of extra bits at the end of the string.
118 throw new IllegalArgumentException("zero length data with non-zero pad bits");
122 throw new IllegalArgumentException("pad bits cannot be greater than 7 or less than 0");
235 // DER requires pad bits be zero
  /external/brotli/c/dec/
huffman.c 69 significant bits of value. */
116 int bits; local
123 bits = 1;
125 symbol += count[bits];
126 offset[bits] = symbol;
127 bits++;
145 code.bits = 0;
157 bits = 1;
160 code.bits = (uint8_t)bits;
188 int bits; local
    [all...]
  /external/clang/test/Sema/
cast.c 3 typedef struct { unsigned long bits[(((1) + (64) - 1) / (64))]; } cpumask_t; member in struct:__anon16540
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBlending.cpp 374 tcu::IVec4 bits; local
379 gl.getIntegerv(GL_RED_BITS + i, &bits[i]);
381 255u, static_cast<unsigned int>(ceil(1.0 + 255.0 * (1.0 / pow(2.0, static_cast<double>(bits[i]))))));
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); local
67 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]);
95 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); local
98 config.redBits != bits[0])
102 config.greenBits != bits[1])
106 config.blueBits != bits[2])
110 config.alphaBits != bits[3]
    [all...]
  /external/elfutils/libdwfl/
find-debuginfo.c 343 const unsigned char *bits; local
345 if (INTUSE(dwfl_module_build_id) (mod, &bits, &vaddr) > 0)
  /external/fec/
vtest27.c 42 unsigned char bits[MAXBYTES]; local
96 fprintf(stderr,"Frame limited to %d bits\n",MAXBYTES*8);
119 bits[i/8] = sr & 0xff;
134 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
181 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
vtest29.c 42 unsigned char bits[MAXBYTES]; local
96 fprintf(stderr,"Frame limited to %d bits\n",MAXBYTES*8);
119 bits[i/8] = sr & 0xff;
134 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
180 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
vtest39.c 42 unsigned char bits[MAXBYTES]; local
96 fprintf(stderr,"Frame limited to %d bits\n",MAXBYTES*8);
119 bits[i/8] = sr & 0xff;
135 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
181 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
vtest615.c 44 unsigned char bits[MAXBYTES]; local
98 fprintf(stderr,"Frame limited to %d bits\n",MAXBYTES*8);
121 bits[i/8] = sr & 0xff;
140 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
188 printf("decoder speed: %g bits/s\n",trials*framebits/extime);
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 65 @Override public int bits() { method in class:MessageDigestHashFunction
Murmur3_128HashFunction.java 51 @Override public int bits() { method in class:Murmur3_128HashFunction
Murmur3_32HashFunction.java 57 @Override public int bits() { method in class:Murmur3_32HashFunction
139 // Finalization mix - force all bits of a hash block to avalanche
SipHashFunction.java 63 @Override public int bits() { method in class:SipHashFunction
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 109 * The maximum number of bits in a square root for which we'll precompute an explicit half power
154 int bits = LongMath.log2(startingNumber, FLOOR) + 1; local
156 int nextPowerOfTwo = 1 << (bits - 1);
163 bits++;
170 int normalizedBits = bits - tz;
233 int bits = LongMath.log2(n, RoundingMode.CEILING); local
235 int numeratorBits = bits;
241 // log2(p) >= bits - 1, because p >= n/2
243 if (numeratorBits + bits >= Long.SIZE - 1) {
251 numeratorBits = bits;
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractNonStreamingHashFunctionTest.java 60 // the output, so the input must be at least 32 bits, since the output has to be that long
66 // the output, so the input must be at least 32 bits, since the output has to be that long
96 public int bits() { method in class:AbstractNonStreamingHashFunctionTest.StreamingVersion
128 public int bits() { method in class:NonStreamingVersion

Completed in 414 milliseconds

1 2 3 4 5 6 7 891011>>