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

  /external/icu/icu4c/source/samples/coll/
coll.cpp 57 int opt_level = 0; variable
82 {"-level", OptSpec::NUM, &opt_level},
209 if (opt_level != 0) {
210 switch (opt_level) {
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 61 int opt_level = 0; variable
90 {"-level", OptSpec::NUM, &opt_level},
199 if (opt_level != 0) {
200 switch (opt_level) {
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 20 opt_level: int; Record field in type:llcompileroptions
27 opt_level = 0;
llvm_executionengine.mli 30 opt_level: int; Record field in type:llcompileroptions
37 [{ opt_level = 0; code_model = CodeModel.JIT_default;
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 54 void GGLAssembler::reset(int opt_level)
58 mOptLevel = opt_level;
66 int opt_level = mOptLevel; local
67 while (opt_level >= 0) {
68 reset(opt_level);
72 opt_level--;
    [all...]
GGLAssembler.h 186 void reset(int opt_level);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 134 int opt_level = 0; variable
171 {"-level", OptSpec::NUM, &opt_level},
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 110 static int opt_level = 0; field in class:CollationPerformanceTest
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 361 OPT_LEVEL describes the optimization level the function was compiled
393 unsigned int opt_level: 2; member in struct:dntt_type_function
    [all...]

Completed in 1503 milliseconds