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

/external/iptables/iptables/
H A Dip6tables.c90 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
91 static const char optflags[] variable
327 optflags[i]);
338 optflags[i]);
346 for (ptr = optflags; option > 1; option >>= 1, ptr++);
H A Diptables.c88 #define NUMBER_OF_OPT ARRAY_SIZE(optflags)
89 static const char optflags[] variable
340 optflags[i]);
351 optflags[i]);
359 for (ptr = optflags; option > 1; option >>= 1, ptr++);
/external/mksh/src/
H A DBuild.sh334 optflags=-std-compile-opts
351 optflags=$i
379 optflags=-std-compile-opts
1542 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o $tfn.s" || fv=0
1550 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o $tfn.s" || fv=0
2248 echo "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s" >>Rebuild.sh
2330 v "llvm-link -o - $objs | opt $optflags | llc -o $tfn.s"

Completed in 278 milliseconds