/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 36 int jb[sb] = {-1}; in test() local 37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 38 assert(base(r) == jb+sb); in test() 39 assert(jb[0] == 1); in test() 40 assert(jb[1] == 0); in test()
|
/external/clang/test/CodeGen/ |
D | ms-setjmp.c | 12 jmp_buf jb; variable 15 return _setjmp(jb); in test_setjmp() 27 return _setjmpex(jb); in test_setjmpex()
|
/external/libjpeg-turbo/ |
D | jcstest.c | 48 jmp_buf jb; member 55 longjmp(myerr->jb, 1); in my_error_exit() 80 if(setjmp(jerr.jb)) { in main() 107 if(setjmp(jerr.jb)) { in main()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_copy.pass.cpp | 38 int jb[sb] = {-1}; in test() local 39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 40 assert(base(r) == jb + sb); in test() 41 assert(jb[0] == 0); in test() 42 assert(jb[1] == 1); in test()
|
D | unique_copy_pred.pass.cpp | 51 int jb[sb] = {-1}; in test() local 53 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb), count_equal()); in test() 54 assert(base(r) == jb + sb); in test() 55 assert(jb[0] == 0); in test() 56 assert(jb[1] == 1); in test()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | setjmp_h.pass.cpp | 17 jmp_buf jb; in main() local 18 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | csetjmp.pass.cpp | 21 std::jmp_buf jb; in main() local 22 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), in main()
|
/external/llvm/test/CodeGen/X86/ |
D | compare-inf.ll | 10 ; CHECK: jb 25 ; CHECK: jb 70 ; CHECK: jb 85 ; CHECK: jb
|
D | bt.ll | 24 ; CHECK: jb 42 ; CHECK: jb 60 ; CHECK: jb 95 ; CHECK: jb 113 ; CHECK: jb 383 ; CHECK: jb 401 ; CHECK: jb 419 ; CHECK: jb 437 ; CHECK: jb 455 ; CHECK: jb [all …]
|
D | hipe-prologue.ll | 29 ; X32-Linux-NEXT: jb .LBB1_1 39 ; X64-Linux-NEXT: jb .LBB1_1
|
/external/libjpeg-turbo/simd/ |
D | jdcolext-mmx.asm | 245 jb short .column_st16 264 jb short .column_st8 273 jb short .column_st4 281 jb short .column_st2 289 jb short .column_st1 296 jb short .nextrow 333 jb short .column_st16 352 jb short .column_st8 361 jb short .column_st4 368 jb short .nextrow
|
D | jdcolext-sse2-64.asm | 246 jb short .column_st32 272 jb short .column_st16 281 jb short .column_st15 290 jb short .column_st7 299 jb short .column_st3 309 jb short .column_st1 355 jb short .column_st32 382 jb short .column_st16 391 jb short .column_st15 400 jb short .column_st7
|
D | jdcolext-sse2.asm | 258 jb short .column_st32 285 jb short .column_st16 294 jb short .column_st15 303 jb short .column_st7 312 jb short .column_st3 322 jb short .column_st1 368 jb short .column_st32 396 jb short .column_st16 405 jb short .column_st15 414 jb short .column_st7
|
/external/boringssl/src/crypto/rc4/asm/ |
D | rc4-586.pl | 216 &jb (&label("loop_mmx")); 248 &jb (&label("loop4")); 268 &jb (&label("loop1")); 289 &jb (&label("cloop1"));
|
/external/llvm/test/MC/MachO/ |
D | relax-jumps.s | 17 jb L2
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | chkstk.S | 24 jb 1f
|
D | chkstk2.S | 22 jb 1f
|
/external/compiler-rt/lib/builtins/i386/ |
D | chkstk.S | 19 jb 1f
|
D | chkstk2.S | 20 jb 1f
|
/external/boringssl/linux-x86/crypto/rc4/ |
D | rc4-586.S | 164 jb .L006loop_mmx 222 jb .L008loop4 241 jb .L002loop1 259 jb .L009cloop1
|
/external/pdfium/third_party/lpng_v163/ |
D | pngerror.c | 647 jmp_buf *jb = png_ptr->jmp_buf_ptr; in png_free_jmpbuf() local 652 if (jb != NULL && png_ptr->jmp_buf_size > 0) in png_free_jmpbuf() 659 if (jb != &png_ptr->jmp_buf_local) in png_free_jmpbuf() 669 png_free(png_ptr, jb); /* Return to setjmp on error */ in png_free_jmpbuf()
|
/external/boringssl/mac-x86/crypto/rc4/ |
D | rc4-586.S | 163 jb L006loop_mmx 221 jb L008loop4 240 jb L002loop1 258 jb L009cloop1
|
/external/libpng/ |
D | pngerror.c | 670 jmp_buf *jb = png_ptr->jmp_buf_ptr; 675 if (jb != NULL && png_ptr->jmp_buf_size > 0) 682 if (jb != &png_ptr->jmp_buf_local) 692 png_free(png_ptr, jb); /* Return to setjmp on error */
|
/external/boringssl/mac-x86_64/crypto/bn/ |
D | x86_64-mont.S | 14 jb L$mul_enter 172 jb L$outer 337 jb L$1st4x 485 jb L$inner4x 531 jb L$outer4x 642 jb L$sqr8x_sp_alt
|
/external/boringssl/linux-x86_64/crypto/bn/ |
D | x86_64-mont.S | 15 jb .Lmul_enter 173 jb .Louter 338 jb .L1st4x 486 jb .Linner4x 532 jb .Louter4x 644 jb .Lsqr8x_sp_alt
|