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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
imageformats.h 1986 float r1, g1, b1; local
1987 gl::convert999E5toRGBFloats(*reinterpret_cast<const unsigned int*>(src1), &r1, &g1, &b1); local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
scale_common.cc 261 uint8 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
264 d[1] = (a1 * 3 + b1 + 2) >> 2;
283 uint16 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
286 d[1] = (a1 * 3 + b1 + 2) >> 2;
306 uint8 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
309 d[1] = (a1 + b1 + 1) >> 1;
328 uint16 b1 = (t[1] * 1 + t[2] * 1 + 1) >> 1; local
331 d[1] = (a1 + b1 + 1) >> 1;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 211 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, const BN_ULONG b0)
215 bn_GF2m_mul_1x1(r+3, r+2, a1, b1);
217 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
223 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, BN_ULONG b0);
594 BN_ULONG u0,u1,b0,b1,mask; local
605 b1 = bdp[i+1]^(p->d[i+1]&mask);
606 bdp[i] = ((b0>>1)|(b1<<(BN_BITS2-1)))&BN_MASK2;
607 b0 = b1;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lib.c 476 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; local
497 b1 = BN_CTX_get(ctx);
512 !b->meth->group_get_curve(b, b1, b2, b3, ctx))
515 if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
527 !EC_GROUP_get_order(b, b1, ctx) ||
536 if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
  /external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c 59 opus_int32 a1,b1,a2,b2; local
62 a1=b1=a2=b2=0;
74 b1=v1-a1+((b1*61+32)>>6);a1=v1;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
  /external/chromium_org/third_party/ots/src/
cff.cc 264 uint8_t b1 = 0; local
271 if (!table->ReadU8(&b1) ||
276 static_cast<uint32_t>((b1 << 8) + b2), DICT_OPERAND_INTEGER));
280 if (!table->ReadU8(&b1) ||
287 static_cast<uint32_t>((b1 << 24) + (b2 << 16) + (b3 << 8) + b4),
302 if (!table->ReadU8(&b1)) {
305 result = (b0 - 247) * 256 + b1 + 108;
307 if (!table->ReadU8(&b1)) {
310 result = -(b0 - 251) * 256 + b1 - 108;
  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 337 double a1, b1, c1, a2, b2, c2; variable
341 b1 = 1.0;
349 det = a1 * b2 - a2 * b1;
352 intercept_1 = (b1 * c2 - b2 * c1) * dInv;
359 det = a1 * b2 - a2 * b1;
362 intercept_2 = (b1 * c2 - b2 * c1) * dInv;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 162 Agg<bool> b1 = {0}; // OK local
167 Agg<bool>* ptr = &b1;
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 21 int *b1() { return 0; } function
22 // CHECK: "\01?b1@@YAPAHXZ"
temporaries.cpp 587 struct C : B { B b1, b2; }; member in struct:AssignmentOp::C
  /external/clang/test/SemaCXX/
constant-expression.cpp 35 b1 : 1, member in struct:C
member-pointer.cpp 47 bool b1 = (pf == pf2); (void)b1; local
overloaded-builtin-operators.cpp 45 bool b1 = !s; local
102 bool b1 = (sr && lr) || (sr || lr); local
127 bool b1 = (vip == cip); local
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeaderParser.java 168 int b1 = ((int) block[1]) & 0xff; local
170 header.loopCount = (b2 << 8) | b1;
  /external/iproute2/misc/
rtacct.c 160 char b1[16]; local
208 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1)));
222 char b1[16]; local
283 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1)));
  /external/libopus/tests/
test_opus_encode.c 59 opus_int32 a1,b1,a2,b2; local
62 a1=b1=a2=b2=0;
74 b1=v1-a1+((b1*61+32)>>6);a1=v1;
76 c1=(30*(c1+b1+d1)+32)>>6;d1=b1;
  /external/openssl/crypto/bn/
bn_gf2m.c 211 static void bn_GF2m_mul_2x2(BN_ULONG *r, const BN_ULONG a1, const BN_ULONG a0, const BN_ULONG b1, const BN_ULONG b0)
215 bn_GF2m_mul_1x1(r+3, r+2, a1, b1);
217 bn_GF2m_mul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1);
223 void bn_GF2m_mul_2x2(BN_ULONG *r, BN_ULONG a1, BN_ULONG a0, BN_ULONG b1, BN_ULONG b0);
594 BN_ULONG u0,u1,b0,b1,mask; local
605 b1 = bdp[i+1]^(p->d[i+1]&mask);
606 bdp[i] = ((b0>>1)|(b1<<(BN_BITS2-1)))&BN_MASK2;
607 b0 = b1;
  /external/openssl/crypto/ec/
ec_lib.c 476 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; local
497 b1 = BN_CTX_get(ctx);
512 !b->meth->group_get_curve(b, b1, b2, b3, ctx))
515 if (r || BN_cmp(a1, b1) || BN_cmp(a2, b2) || BN_cmp(a3, b3))
527 !EC_GROUP_get_order(b, b1, ctx) ||
536 if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
  /external/skia/experimental/Intersection/
NearestPoint.cpp 337 double a1, b1, c1, a2, b2, c2; variable
341 b1 = 1.0;
349 det = a1 * b2 - a2 * b1;
352 intercept_1 = (b1 * c2 - b2 * c1) * dInv;
359 det = a1 * b2 - a2 * b1;
362 intercept_2 = (b1 * c2 - b2 * c1) * dInv;
  /external/stlport/test/unit/
fstream_test.cpp 383 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
387 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
389 CPPUNIT_CHECK( b1[9] == '0' );
409 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
413 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
415 CPPUNIT_CHECK( b1[9] == '0' );
460 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
466 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 1223 i32 *ptrC, *ptrV, *b1; local
1410 i32 *ptrC, *ptrV, *ptrInt, *b1; local
    [all...]
  /frameworks/native/opengl/libagl/
dxt.cpp 102 int b1 = (x >> 16) & 0xff; local
106 return (uint32_t)((b3 << 24) | (b2 << 16) | (b1 << 8) | b0);
167 // bits: b31 b30 b29 ... b3 b2 b1 b0
168 // bits >> 1: b31 b31 b30 ... b4 b3 b2 b1
169 // &: b31 (b31 & b30) (b29 & b28) ... (b2 & b1) (b1 & b0)
170 // & 0x55..: 0 (b31 & b30) 0 ... 0 (b1 & b0)
241 int b1 = blue(color1); local
245 c[1] = (r1 << 11) | ((g1 >> 1) << 6) | (b1 << 1) | 0x1;
261 b2 = avg23(b0, b1);
371 int b1 = blue(color1); local
528 int b1 = blue(color1); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 401 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
405 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
407 CPPUNIT_CHECK( b1[9] == '0' );
427 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
431 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
433 CPPUNIT_CHECK( b1[9] == '0' );
478 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
484 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 401 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
405 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
407 CPPUNIT_CHECK( b1[9] == '0' );
427 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
431 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
433 CPPUNIT_CHECK( b1[9] == '0' );
478 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
484 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
104 d[1]=a0*b1+a1*b0;
105 d[2]= a1*b1;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
116 d[1]=a0*b1;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
128 d[1]=a0*b1+a1*b0
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]

Completed in 7358 milliseconds

1 2 3 4 5 6 7 891011>>