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

  /external/valgrind/unittest/
Makefile 10 CFLAGS+=$(OPTFLAGS) $(ARCHFLAGS) $(OS_CFLAGS) $(DEFINES) $(EXTRA_CFLAGS)
11 CXXFLAGS+=$(OPTFLAGS) $(ARCHFLAGS) $(OS_CXXFLAGS) $(DEFINES) $(EXTRA_CXXFLAGS)
  /external/mksh/src/
Build.sh 298 optflags=-std-compile-opts
313 optflags=$i
333 optflags=-std-compile-opts
338 optflags=`echo "x$i" | sed 's/^x-llvm=//'`
345 optflags=-std-compile-opts
    [all...]
  /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...]

Completed in 120 milliseconds