/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | base.hpp | 188 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/ |
D | aesni-gcm-x86_64.pl | 75 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15"); 112 cmp $in0,$end0 436 mov \$0xf80,$end0 # borrow $end0 445 and $end0,$in0 446 and %rsp,$end0 447 sub $in0,$end0 449 cmp \$768,$end0 451 sub $end0,%rsp # avoid aliasing with key 457 lea -0xc0($inp,$len),$end0 646 mov \$0xf80,$end0 # borrow $end0 [all …]
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | infinite-loop.ll | 25 ; CHECK-NEXT: call void @end0() [[NOR_NUW:#[0-9]+]] 45 call void @end0() noreturn nounwind 53 declare void @end0() noreturn
|
/external/clang/test/OpenMP/ |
D | simd_loop_messages.cpp | 366 Iter0 begin0, end0; in test_with_random_access_iterator() local 440 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() 446 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
|
D | parallel_for_loop_messages.cpp | 377 Iter0 begin0, end0; in test_with_random_access_iterator() local 454 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() 460 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
|
D | parallel_for_simd_loop_messages.cpp | 377 Iter0 begin0, end0; in test_with_random_access_iterator() local 454 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() 460 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
|
D | for_loop_messages.cpp | 430 Iter0 begin0, end0; in test_with_random_access_iterator() local 528 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() 535 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
|
D | for_simd_loop_messages.cpp | 430 Iter0 begin0, end0; in test_with_random_access_iterator() local 527 for (Iter0 I = begin0; I < end0; ++I) in test_with_random_access_iterator() 534 for (Iter0 I; I < end0; ++I) in test_with_random_access_iterator()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftoutln.c | 362 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/freetype/src/base/ |
D | ftoutln.c | 362 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()
|