HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each_selectors.h 233 * @param b2 Begin iterator of second sequence. */
235 inner_product_selector(It b1, It2 b2)
236 : begin1_iterator(b1), begin2_iterator(b2) { }
  /external/qemu/fpu/
softfloat-macros.h 367 | 192-bit value formed by concatenating `b0', `b1', and `b2'. Addition is
380 uint64_t b2,
389 z2 = a2 + b2;
422 | Subtracts the 192-bit value formed by concatenating `b0', `b1', and `b2'
436 uint64_t b2,
445 z2 = a2 - b2;
446 borrow1 = ( a2 < b2 );
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 609 uint8_t *b1 = dbuf, *b2 = b1 + DRM_ONE_AES_BLOCK_LEN, *b3 = b2 + DRM_ONE_AES_BLOCK_LEN, *bt; local
611 for (;;) { /* While some ciphertext remains, prepare to decrypt block b2 */
622 /* Decrypt the b2 block */
623 AES_decrypt((uint8_t *)b2, buf, key);
637 /* Last (DRM_ONE_AES_BLOCK_LEN - len) bytes of C[N-2] in b2 */
664 bt = b1, b1 = b2, b2 = b3, b3 = bt;
  /external/opencv/cv/src/
cvsamplers.cpp 152 worktype a11, a12, a21, a22, b1, b2; \
169 b2 = scale_macro(b); \
232 cast_macro(src2[r.x])*b2; \
250 cast_macro(src2[r.width])*b2; \
397 float a12, a22, b1, b2; local
417 b2 = b;
438 float prev = (1 - a)*(b1*CV_8TO32F(src[0]) + b2*CV_8TO32F(src[src_step]));
464 CV_8TO32F(src2[r.x])*b2;
471 float prev = (1 - a)*(b1*CV_8TO32F(src[j]) + b2*CV_8TO32F(src2[j]));
484 CV_8TO32F(src2[r.width])*b2;
    [all...]
cvdominants.cpp 262 float b2 = b * b; local
269 cosalpha = (a2 + b2 - c2) / (2 * a * b);
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 1275 struct buffer *b2;
1282 if ( !(b2 = match_slash(slash, false)) )
1287 get_buffer(b2), size_buffer(b2));
1288 free_buffer(b2);
1301 struct buffer *b2;
1310 if ( !(b2 = match_slash(slash, false)) )
1312 dest_buf = get_buffer(b2);
1313 dest_len = normalize_text(dest_buf, size_buffer (b2), TEXT_BUFFER);
1267 struct buffer *b2; local
1293 struct buffer *b2; local
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 740 movq xmm5, QWORD PTR [rdi+2*rax] ; xx xx xx xx xx xx xx xx b7 b6 b5 b4 b3 b2 b1 b0
747 punpcklbw xmm0, xmm5 ; b7 a7 b6 a6 b5 a5 b4 a4 b3 a3 b2 a2 b1 a1 b0 a0
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 1322 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 32 B<int, 3> b2 = g0b(array1); local
  /external/oprofile/module/ia64/
IA64entry.h 54 .spillsp b2, SW(B2)+16+(off); .spillsp b3, SW(B3)+16+(off); \
oprofile_stubs.S 109 mov r5=0; mov f3=f0; mov b2=r0
  /external/stlport/test/unit/
mfunptr_test.cpp 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); local
  /external/tcpdump/
print-domain.c 565 u_int16_t b2; local
650 b2 = EXTRACT_16BITS(((u_short *)np)+1);
651 if (b2 & 0x6cf)
652 printf(" [b2&3=0x%x]", b2);
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); local
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); local
  /external/v8/test/mjsunit/regress/
regress-753.js 34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'};
  /external/openssl/crypto/ec/
ec_lib.c 476 BIGNUM *a1, *a2, *a3, *b1, *b2, *b3; local
498 b2 = 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))
529 !EC_GROUP_get_cofactor(b, b2, ctx))
536 if (BN_cmp(a1, b1) || BN_cmp(a2, b2))
  /external/quake/quake/src/QW/client/
gl_warp.c 465 byte b1, b2; local
468 b2 = fgetc(f);
470 return (short)(b1 + b2*256);
475 byte b1, b2, b3, b4; local
478 b2 = fgetc(f);
482 return b1 + (b2<<8) + (b3<<16) + (b4<<24);
  /external/quake/quake/src/WinQuake/
common.cpp 445 byte b1,b2; local
448 b2 = (l>>8)&255;
450 return (b1<<8) + b2;
460 byte b1,b2,b3,b4; local
463 b2 = (l>>8)&255;
467 return ((int)b1<<24) + ((int)b2<<16) + ((int)b3<<8) + b4;
    [all...]
gl_warp.cpp 514 byte b1, b2; local
517 b2 = fgetc(f);
519 return (short)(b1 + b2*256);
524 byte b1, b2, b3, b4; local
527 b2 = fgetc(f);
531 return b1 + (b2<<8) + (b3<<16) + (b4<<24);
  /external/libpng/contrib/gregbook/
rpng2-x.c 1076 uch r1, r2, g1, g2, b1, b2; local
1860 uch r1, r2, g1, g2, b1, b2; local
    [all...]
rpng2-win.c 811 uch r1, r2, g1, g2, b1, b2; local
866 b2 = b2_min + (b2_diff * yidx) / yidx_max;
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/twofish/
twofish.c 102 unsigned char a0,b0,a1,b1,a2,b2,a3,b3,a4,b4,y; local
114 /* a2,b2 = t0[a1], t1[b1] */
116 b2 = qbox[i][1][(int)b1];
118 /* a3 = a2 ^ b2 */
119 a3 = a2 ^ b2;
121 /* b3 = a2 ^ ROR(b2, 1) ^ 8a2 */
122 b3 = (a2 ^ ((b2<<3)|(b2>>1)) ^ (a2<<3)) & 15;
  /external/fsck_msdos/
dir.c 226 int b1, b2; local
231 b2 = boot->SecPerClust * boot->BytesPerSec;
233 if (!(buffer = malloc(b1 > b2 ? b1 : b2))
234 || !(delbuf = malloc(b2))
  /external/webkit/Source/WebCore/dom/
Position.cpp 924 InlineBox* b2; local
    [all...]

Completed in 618 milliseconds

1 2 3 4 5 6 7 891011>>