HomeSort by relevance Sort by last modified time
    Searched refs:bb2 (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-2.s 21 beq bb2
22 beq bb2
24 bb2: label
26 beq bb2
27 beq bb2
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-sandboxing.cc 39 #define bb2(n) bb1(n) bb1(n + 2) macro
40 #define bb3(n) bb2(n) bb2(n + 4)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java 154 byte[] bb2 = new byte[10];
163 cSpi.engineUpdate(bb1, 1, 2, bb2, 7), 2);
166 2, cSpi.engineDoFinal(bb1, 1, 2, bb2, 0));
234 ByteBuffer bb2 = ByteBuffer.allocate(bb.length); local
237 bb1, bb2));
240 bb2.position(len - 2);
242 cSpi.engineUpdate(bb1, bb2);
244 .concat(Integer.toString(bb2.remaining())));
248 bb2.position(0);
250 bb2) > 0)
286 ByteBuffer bb2 = ByteBuffer.allocate(len); local
    [all...]
MacTest.java 635 byte [] bb2;
645 bb2 = macs[i].doFinal();
647 assertEquals("Incorrect doFinal result", bb1[t], bb2[t]);
652 bb2 = macs[i].doFinal();
654 assertEquals("Incorrect doFinal result", bb1[t], bb2[t]);
676 byte [] bb2;
687 bb2 = macs[i].doFinal();
689 assertEquals("Incorrect doFinal result", bb1[t], bb2[t]);
745 byte [] bb2;
750 bb2 = macs[i].doFinal()
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 271 badblocks_list bb1, bb2, bb3, bb4, bb5; local
277 bb1 = bb2 = bb3 = bb4 = bb5 = 0;
286 retval = create_test_list(test2, &bb2);
288 print_list(bb2, 1);
318 if (bb1 && bb2 && bb3 && bb4 && bb5) {
320 equal = ext2fs_badblocks_equal(bb1, bb2);
321 printf("bb1 and bb2 are %sequal.\n", equal ? "" : "NOT ");
351 if (bb2)
352 ext2fs_badblocks_list_free(bb2);
badblocks.c 306 int ext2fs_u32_list_equal(ext2_u32_list bb1, ext2_u32_list bb2)
309 EXT2_CHECK_MAGIC(bb2, EXT2_ET_MAGIC_BADBLOCKS_LIST);
311 if (bb1->num != bb2->num)
314 if (memcmp(bb1->list, bb2->list, bb1->num * sizeof(blk_t)) != 0)
319 int ext2fs_badblocks_equal(ext2_badblocks_list bb1, ext2_badblocks_list bb2)
322 (ext2_u32_list) bb2);
  /external/opencv/cv/src/
cvcornersubpix.cpp 189 double a, b, c, bb1, bb2; local
204 a = b = c = bb1 = bb2 = 0;
226 bb2 += gxy * px + gyy * py;
243 cI2.x = (float)(cI.x + InvA[0]*bb1 + InvA[1]*bb2);
244 cI2.y = (float)(cI.y + InvA[2]*bb1 + InvA[3]*bb2);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.inf 19 FILE_GUID = A5683620-7998-4bb2-A377-1C1E31E1E215
  /external/llvm/test/MC/Mips/
elf-gprel-32-64.s 62 $BB0_4: # %sw.bb2
do_switch1.s 52 $BB0_5: # %bb2
do_switch2.s 54 $BB0_5: # %bb2
do_switch3.s 59 $BB0_5: # %bb2
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 346 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
771 bb2 = bb5 = 0;
775 bb2 = bb5 = -e;
779 bb2 += bbe;
782 bs2 = bb2;
787 bb2 += j;
789 i = bb2 < bd2 ? bb2 : bd2;
793 bb2 -= i;
807 bb2 -= bb0
    [all...]
strtod.c 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
593 bb2 = bb5 = 0;
597 bb2 = bb5 = -e;
601 bb2 += bbe;
604 bs2 = bb2;
639 bb2 += j;
644 i = bb2 < bd2 ? bb2 : bd2;
648 bb2 -= i;
662 if (bb2 > 0)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 312 int bb0, bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, denorm; local
669 bb2 = bb5 = 0;
673 bb2 = bb5 = -e;
677 bb2 += bbe;
680 bs2 = bb2;
685 bb2 += j;
687 i = bb2 < bd2 ? bb2 : bd2;
691 bb2 -= i;
705 bb2 -= bb0;
    [all...]
strtod.c 93 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, decpt, dsign, local
559 bb2 = bb5 = 0;
563 bb2 = bb5 = -e;
567 bb2 += bbe;
570 bs2 = bb2;
598 bb2 += j;
603 i = bb2 < bd2 ? bb2 : bd2;
607 bb2 -= i;
621 if (bb2 > 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1509 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1492 int bb2, bb5, bbe, bd2, bd5, bs2, c, dsign, e, e1, error; local
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 1582 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign, local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 1582 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign, local
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 788 (* CHECK-NOWHERE-NOT: Bb2
792 let bb = append_block context "Bb2" fn in
1212 let bb2 = append_block context "SwiBlock2" fn in var
1242 let bb2 = append_block context "IBRBlock2" fn in var
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 705 (* RUN: grep -v Bb2 < %t.ll
709 let bb = append_block context "Bb2" fn in
926 let bb2 = append_block context "SwiBlock2" fn in var
927 ignore (build_unreachable (builder_at_end context bb2));
931 ignore (add_case si (const_int i32_type 2) bb2);
954 let bb2 = append_block context "IBRBlock2" fn in var
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 2453 IRSB* bb2 = deepCopyIRSBExceptStmts(bb); local
2464 IRSB* bb2 = emptyIRSB(); local
    [all...]
ir_opt.c 4751 IRSB *bb1, *bb2; local
6585 IRSB *bb, *bb2; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
inout.d 274 3a0: 3bb2 0048 outi @r4,@r11,r0
306 420: 3bb2 0040 otir @r4,@r11,r0

Completed in 1107 milliseconds

1 2