HomeSort by relevance Sort by last modified time
    Searched refs:optflags (Results 1 - 3 of 3) sorted by null

  /external/iptables/iptables/
ip6tables.c 90 #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++);
    [all...]
iptables.c 88 #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++);
    [all...]
  /external/mksh/src/
Build.sh 312 optflags=-std-compile-opts
327 optflags=$i
345 optflags=-std-compile-opts
1190 test $fv = 0 || v "llvm-link -o - conftest.o | opt $optflags | llc -o mksh.s" || fv=0
1198 test $fv = 0 || v "llvm-link -o - conftest.bc | opt $optflags | llc -o mksh.s" || fv=0
    [all...]

Completed in 4208 milliseconds