| /external/chromium_org/third_party/libsrtp/srtp/test/ |
| lfsr.c | 328 int bits = 8; local 330 for (y=0; y < (1 << bits); y++) { 332 u32_bit_string(y,bits), weight(y), period(y));
|
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| dh.c | 282 int len,l,bits; local 285 bits=BN_num_bits(dh->p); 293 printf("static unsigned char dh%d_p[]={",bits); 302 printf("static unsigned char dh%d_g[]={",bits); 310 printf("DH *get_dh%d()\n\t{\n",bits); 314 bits,bits); 316 bits,bits);
|
| /external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
| bn_exp2.c | 122 int i,j,bits,b,bits1,bits2,ret=0,wpos1,wpos2,window1,window2,wvalue1,wvalue2; local 149 bits=(bits1 > bits2)?bits1:bits2; 244 for (b=bits-1; b>=0; b--) 255 /* consider bits b-window1+1 .. b for this window */ 272 /* consider bits b-window2+1 .. b for this window */
|
| /external/chromium_org/third_party/opus/src/celt/ |
| modes.h | 53 const unsigned char *bits; member in struct:__anon18581 74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
|
| /external/chromium_org/third_party/skia/src/core/ |
| SkBlitBWMaskTemplate.h | 41 const uint8_t* bits = srcMask.getAddr1(cx, cy); local 50 U8CPU mask = *bits++; 66 rite_mask &= 0xFF; // only want low-8 bits of mask 88 U8CPU mask = *bits & left_mask; 90 bits += mask_rowBytes; 99 const uint8_t* b = bits; 116 bits += mask_rowBytes;
|
| /external/chromium_org/third_party/skia/src/utils/ |
| SkFloatUtils.h | 57 /** Bits is a unsigned integer the same size as the floating point number. */ 58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits; 60 /** # of bits in a number. */ 63 /** # of fraction bits in a number. */ 66 /** # of exponent bits in a number. */ 70 static const Bits kSignBitMask = static_cast<Bits>(1) << (kBitCount - 1); 72 /** The mask for the fraction bits. */ 73 static const Bits kFractionBitMask = 74 ~static_cast<Bits>(0) >> (kExponentBitCount + 1) 129 Bits bits; member in union:SkFloatingPoint::FloatingPointUnion [all...] |
| SkSHA1.cpp | 62 // Get the number of bits before padding. 63 uint8_t bits[8]; local 64 encode(bits, this->byteCount << 3); 78 this->update(bits, 8); 110 /** Rotates x left n bits. */
|
| /external/chromium_org/third_party/skia/tests/ |
| PathUtilsTest.cpp | 17 static void fill_random_bits(int chars, char* bits){ 21 bits[i] = rand.nextU(); 34 static void print_bits( const char* bits, int w, int h) { 38 bool bit = get_bit(&bits[y], x)!=0; 133 char bits[ h * rowBytes ]; local 134 static char* binBmp = &bits[0];
|
| /external/chromium_org/third_party/smhasher/src/ |
| DifferentialTest.h | 3 // see what happens to the hash value when we flip a few bits of the key. 106 const int bits = sizeof(keytype)*8; local 108 for(int i = start; i < bits; i++)
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
| opt-gvmat64.asm | 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86 39 bits 64 label 176 ; this clear high 32 bits of r8, which can be garbage in both r8 and rdx
|
| /external/chromium_org/third_party/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...] |
| /external/chromium_org/v8/src/ |
| safepoint-table.h | 22 SafepointEntry(unsigned info, uint8_t* bits) : info_(info), bits_(bits) { 67 uint8_t* bits() { function in class:v8::internal::BASE_EMBEDDED 99 uint8_t* bits = &Memory::uint8_at(entries_ + (index * entry_size_)); 100 return SafepointEntry(info, bits); 203 // Emit the safepoint table after the body. The number of bits per
|
| /external/clang/test/Analysis/ |
| fields.c | 45 struct Bits { 62 struct Bits bits; local 64 if (foo() && bits.b) // expected-warning {{garbage}} 66 if (foo() && bits.inner.e) // expected-warning {{garbage}} 69 bits.c = 1; 70 clang_analyzer_eval(bits.c == 1); // expected-warning {{TRUE}} 72 if (foo() && bits.b) // expected-warning {{garbage}} 74 if (foo() && bits.x) // expected-warning {{garbage}} 77 bits.x = true 121 struct Bits bits; local [all...] |
| /external/clang/test/CodeGenCXX/ |
| 2007-01-06-PtrMethodInit.cpp | 57 PRUint8 bits; member in struct:EventDispatchData
|
| /external/deqp/framework/common/ |
| tcuFloatFormat.cpp | 130 //! For normal numbers this is the number of significand bits, but 139 //! significand bits and minimum exponent of the floatformat. Round up if 239 const deUint64 bits = deUint64(deLdExp(frac, shift)); local 240 const deUint64 whole = bits >> m_fractionBits; 241 const deUint64 fraction = bits & ((deUint64(1) << m_fractionBits) - 1);
|
| /external/deqp/framework/opengl/ |
| gluFboRenderContext.cpp | 40 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); local 41 return tcu::PixelFormat(bits[0], bits[1], bits[2], bits[3]); 46 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(depthStencilFormat)); local 47 *depthBits = bits[0]; 48 *stencilBits = bits[3]; 68 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); local 71 config.redBits != bits[0] 107 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format)); local [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
| Form11n.java | 94 BitSet bits = new BitSet(1); local 96 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 97 return bits;
|
| 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;
|
| Form21h.java | 90 // Where the high bits are depends on the category of the target. 92 int bits = cb.getIntBits(); local 93 return ((bits & 0xffff) == 0); 95 long bits = cb.getLongBits(); local 96 return ((bits & 0xffffffffffffL) == 0); 104 BitSet bits = new BitSet(1); local 106 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 107 return bits; 115 short bits; local 117 // Where the high bits are depends on the category of the target [all...] |
| Form21s.java | 93 BitSet bits = new BitSet(1); local 95 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 96 return bits;
|
| Form22b.java | 95 BitSet bits = new BitSet(2); local 97 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 98 bits.set(1, unsignedFitsInByte(regs.get(1).getReg())); 99 return bits;
|
| Form22s.java | 95 BitSet bits = new BitSet(2); local 97 bits.set(0, unsignedFitsInNibble(regs.get(0).getReg())); 98 bits.set(1, unsignedFitsInNibble(regs.get(1).getReg())); 99 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;
|
| Form32s.java | 99 BitSet bits = new BitSet(2); local 101 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 102 bits.set(1, unsignedFitsInByte(regs.get(1).getReg())); 103 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;
|