Searched refs:incs (Results 1 – 8 of 8) sorted by relevance
/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}"" 411 tag_content AdditionalIncludeDirectories "$incs;%(AdditionalIncludeDirectories)"
|
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
D | phi-speculation.ll | 10 ; TODO: The incs should also be NoAlias. 42 ; TODO: The incs should also be NoAlias.
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.h | 794 kmp_uint32 incs = 0, old_maxLevels = maxLevels; in resize() local 805 incs++; in resize() 808 maxLevels += incs; in resize()
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | configure | 1539 incs=$(grep -h include $file | sed -n 's/# *\include *"\(.*\.h\)".*/\1/p' | sort | uniq) 1540 includes=$(for i in $incs; do 1605 incs=$(grep -h include $file | sed -n 's/# *\include *"\(.*\.h\)".*/\1/p' | sort | uniq) 1606 includes=$(for i in $incs; do
|
/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 | 1493 incs = [ 1507 sess.run(incs[index], options=run_options)
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | mve-postinc-distribute.ll | 4 ; Check some loop postinc's for properly distributed post-incs
|