Home
last modified time | relevance | path

Searched refs:incs (Results 1 – 8 of 8) sorted by relevance

/external/curl/tests/
Dextern-scan.pl32 my @incs = (
60 foreach my $i (@incs) {
/external/libvpx/libvpx/build/make/
Dgen_msvs_vcxproj.sh181 incs="${incs}${incs:+;}"${opt}""
411 tag_content AdditionalIncludeDirectories "$incs;%(AdditionalIncludeDirectories)"
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dphi-speculation.ll10 ; TODO: The incs should also be NoAlias.
42 ; TODO: The incs should also be NoAlias.
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h794 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/
Dconfigure1539 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/
Dblocksort.c480 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/
Dsession_debug_testlib.py1493 incs = [
1507 sess.run(incs[index], options=run_options)
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-postinc-distribute.ll4 ; Check some loop postinc's for properly distributed post-incs