/external/curl/tests/ |
D | extern-scan.pl | 32 my @incs = ( 60 foreach my $i (@incs) {
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_vcxproj.sh | 181 incs="${incs}${incs:+;}"${opt}"" 419 tag_content AdditionalIncludeDirectories "$incs;%(AdditionalIncludeDirectories)"
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 234 Int incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, in sortRRLRarray() local 247 hp = 0; while (hp < 14 && incs[hp] < bigN) hp++; hp--; in sortRRLRarray() 252 h = incs[hp]; in sortRRLRarray() 268 h = incs[hp]; in sortRRLRarray()
|
D | guest_amd64_toIR.c | 4598 IRExpr *incd, *incs; in dis_MOVS() local 4611 incs = binop(Iop_Add64, mkexpr(ts), mkexpr(t_inc)); in dis_MOVS() 4614 incs = unop(Iop_32Uto64, unop(Iop_64to32, incs)); in dis_MOVS() 4617 putIReg64( R_RSI, incs ); in dis_MOVS() 4625 IRExpr *incs; in dis_LODS() local 4634 incs = binop(Iop_Add64, mkexpr(ts), mkexpr(t_inc)); in dis_LODS() 4636 incs = unop(Iop_32Uto64, unop(Iop_64to32, incs)); in dis_LODS() 4637 putIReg64( R_RSI, incs ); in dis_LODS() 4671 IRExpr *incd, *incs; in dis_CMPS() local 4688 incs = binop(Iop_Add64, mkexpr(ts), mkexpr(t_inc)); in dis_CMPS() [all …]
|
/external/bzip2/ |
D | blocksort.c | 480 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 501 while (incs[hp] < bigN) hp++; in mainSimpleSort() 505 h = incs[hp]; in mainSimpleSort()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | session_debug_testlib.py | 1445 incs = [ 1459 sess.run(incs[index], options=run_options)
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 2517 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 2538 while (incs[hp] < bigN) hp++; in mainSimpleSort() 2542 h = incs[hp]; in mainSimpleSort()
|
D | varinfo6.c | 2554 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 2575 while (incs[hp] < bigN) hp++; in mainSimpleSort() 2579 h = incs[hp]; in mainSimpleSort()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 2526 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 2547 while (incs[hp] < bigN) hp++; in mainSimpleSort() 2551 h = incs[hp]; in mainSimpleSort()
|
/external/valgrind/perf/ |
D | bz2.c | 2515 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 2536 while (incs[hp] < bigN) hp++; in mainSimpleSort() 2540 h = incs[hp]; in mainSimpleSort()
|
D | test_input_for_tinycc.c | 2299 Int32 incs[14] = { 1, 4, 13, 40, 121, 364, 1093, 3280, variable 2320 while (incs[hp] < bigN) hp++; in mainSimpleSort() 2324 h = incs[hp]; in mainSimpleSort()
|