Home
last modified time | relevance | path

Searched refs:end0 (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp188 for_each(F op, It0 it0, It0 end0, Its... its) { in for_each() argument
189 while (it0 != end0) in for_each()
208 map(F op, It0 it0, It0 end0, Its... its) { in map() argument
211 while (it0 != end0) in map()
229 fold(F op, T a, It0 it0, It0 end0, Its... its) { in fold() argument
230 while (it0 != end0) in fold()
246 any_of(F op, It0 it0, It0 end0, Its... its) { in any_of() argument
247 while (it0 != end0) in any_of()
/external/boringssl/src/crypto/modes/asm/
Daesni-gcm-x86_64.pl63 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
100 cmp $in0,$end0
424 mov \$0xf80,$end0 # borrow $end0
433 and $end0,$in0
434 and %rsp,$end0
435 sub $in0,$end0
437 cmp \$768,$end0
439 sub $end0,%rsp # avoid aliasing with key
445 lea -0xc0($inp,$len),$end0
634 mov \$0xf80,$end0 # borrow $end0
[all …]
/external/autotest/client/tests/ffsb/
Dprofile.cfg.sample15 [end0]
25 [end0]
/external/llvm/test/Transforms/LoopUnswitch/
Dinfinite-loop.ll25 ; CHECK-NEXT: call void @end0() [[NOR_NUW:#[0-9]+]]
45 call void @end0() noreturn nounwind
53 declare void @end0() noreturn
/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp373 Iter0 begin0, end0; in test_with_random_access_iterator() local
450 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
456 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dsimd_loop_messages.cpp363 Iter0 begin0, end0; in test_with_random_access_iterator() local
437 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
443 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dfor_simd_loop_messages.cpp427 Iter0 begin0, end0; in test_with_random_access_iterator() local
524 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
531 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dparallel_for_simd_loop_messages.cpp374 Iter0 begin0, end0; in test_with_random_access_iterator() local
451 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
457 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dfor_loop_messages.cpp445 Iter0 begin0, end0; in test_with_random_access_iterator() local
543 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
550 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dtaskloop_loop_messages.cpp446 Iter0 begin0, end0; in test_with_random_access_iterator() local
544 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
551 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
Dtaskloop_simd_loop_messages.cpp447 Iter0 begin0, end0; in test_with_random_access_iterator() local
545 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator()
552 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
/external/freetype/src/base/
Dftoutln.c362 FT_Int end0, end; in FT_Outline_Check() local
374 end0 = end = -1; in FT_Outline_Check()
380 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
383 end0 = end; in FT_Outline_Check()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftoutln.c363 FT_Int end0, end; in FT_Outline_Check() local
375 end0 = end = -1; in FT_Outline_Check()
381 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
384 end0 = end; in FT_Outline_Check()
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c363 FT_Int end0, end; in FT_Outline_Check() local
375 end0 = end = -1; in FT_Outline_Check()
381 if ( end <= end0 || end >= n_points ) in FT_Outline_Check()
384 end0 = end; in FT_Outline_Check()