Home
last modified time | relevance | path

Searched refs:jb (Results 1 – 25 of 157) sorted by relevance

1234567

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp36 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/
Dms-setjmp.c12 jmp_buf jb; variable
15 return _setjmp(jb); in test_setjmp()
27 return _setjmpex(jb); in test_setjmpex()
/external/libjpeg-turbo/
Djcstest.c48 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/
Dunique_copy.pass.cpp38 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()
Dunique_copy_pred.pass.cpp51 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/
Dsetjmp_h.pass.cpp17 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/
Dcsetjmp.pass.cpp21 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/
Dcompare-inf.ll10 ; CHECK: jb
25 ; CHECK: jb
70 ; CHECK: jb
85 ; CHECK: jb
Dbt.ll24 ; 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 …]
Dhipe-prologue.ll29 ; X32-Linux-NEXT: jb .LBB1_1
39 ; X64-Linux-NEXT: jb .LBB1_1
/external/libjpeg-turbo/simd/
Djdcolext-mmx.asm245 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
Djdcolext-sse2-64.asm246 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
Djdcolext-sse2.asm258 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/
Drc4-586.pl216 &jb (&label("loop_mmx"));
248 &jb (&label("loop4"));
268 &jb (&label("loop1"));
289 &jb (&label("cloop1"));
/external/llvm/test/MC/MachO/
Drelax-jumps.s17 jb L2
/external/compiler-rt/lib/builtins/x86_64/
Dchkstk.S24 jb 1f
Dchkstk2.S22 jb 1f
/external/compiler-rt/lib/builtins/i386/
Dchkstk.S19 jb 1f
Dchkstk2.S20 jb 1f
/external/boringssl/linux-x86/crypto/rc4/
Drc4-586.S164 jb .L006loop_mmx
222 jb .L008loop4
241 jb .L002loop1
259 jb .L009cloop1
/external/pdfium/third_party/lpng_v163/
Dpngerror.c647 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/
Drc4-586.S163 jb L006loop_mmx
221 jb L008loop4
240 jb L002loop1
258 jb L009cloop1
/external/libpng/
Dpngerror.c670 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/
Dx86_64-mont.S14 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/
Dx86_64-mont.S15 jb .Lmul_enter
173 jb .Louter
338 jb .L1st4x
486 jb .Linner4x
532 jb .Louter4x
644 jb .Lsqr8x_sp_alt

1234567