Searched refs:optflags (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/scripts/
H A Dceres-solver.spec73 %define optflags ""
/external/iptables/iptables/
H A Dip6tables.c75 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
76 static const char optflags[] variable
314 optflags[i]);
325 optflags[i]);
333 for (ptr = optflags; option > 1; option >>= 1, ptr++);
H A Diptables.c72 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
73 static const char optflags[] variable
308 optflags[i]);
319 optflags[i]);
327 for (ptr = optflags; option > 1; option >>= 1, ptr++);
/external/mksh/src/
H A DBuild.sh487 optflags=-std-compile-opts
505 optflags=$i
537 optflags=-std-compile-opts
1794 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1802 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
2456 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2551 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"

Completed in 179 milliseconds