/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 | 63 ($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/ |
D | profile.cfg.sample | 15 [end0] 25 [end0]
|
/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 | parallel_for_loop_messages.cpp | 373 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()
|
D | simd_loop_messages.cpp | 363 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()
|
D | for_simd_loop_messages.cpp | 427 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()
|
D | parallel_for_simd_loop_messages.cpp | 374 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()
|
D | for_loop_messages.cpp | 445 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()
|
D | taskloop_loop_messages.cpp | 446 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()
|
D | taskloop_simd_loop_messages.cpp | 447 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/ |
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftoutln.c | 363 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/ |
D | ftoutln.c | 363 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()
|