HomeSort by relevance Sort by last modified time
    Searched defs:OPT (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp     [all...]
  /external/autotest/client/deps/fakegudev/src/
Makefile 14 OPT := -O2
20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \
24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \
32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 77 #define OPT(nir, pass, ...) ({ \
93 progress |= OPT(s, nir_lower_alu_to_scalar);
94 progress |= OPT(s, nir_lower_phis_to_scalar);
96 progress |= OPT(s, nir_copy_prop);
97 progress |= OPT(s, nir_opt_dce);
98 progress |= OPT(s, nir_opt_cse);
99 progress |= OPT(s, ir3_nir_lower_if_else);
100 progress |= OPT(s, nir_opt_algebraic);
101 progress |= OPT(s, nir_opt_constant_folding);
172 /* do idiv lowering after first opt loop to give a chance fo
    [all...]
  /external/python/cpython2/Demo/embed/
Makefile 16 OPT= -g
18 CFLAGS= $(OPT)
  /external/python/cpython2/Demo/pysvr/
Makefile 12 OPT=-g
37 CFLAGS=$(OPT)
  /external/clang/test/Sema/
builtins.c 166 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4)
169 ASSERT(OPT("abc"));
170 ASSERT(!OPT("abcd"));
173 ASSERT(!OPT(test17_c)); // expected-warning {{folded}}
174 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}}
175 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}}
176 ASSERT(!OPT(test17_d)); // expected-warning {{folded}}
177 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}}
178 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}}
180 #undef OPT
    [all...]
  /external/libpng/contrib/libtests/
timepng.c 467 const char *opt = *++argv + 2; local
477 if (strcmp(opt, "by-image") == 0)
482 # define OPT(name) else if (strcmp(opt, #name) == 0)\
485 OPT(STRIP_16);
486 OPT(STRIP_ALPHA);
487 OPT(PACKING);
488 OPT(PACKSWAP);
489 OPT(EXPAND);
490 OPT(INVERT_MONO)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 446 #define OPT(pass, ...) ({ \
472 OPT(nir_opt_copy_prop_vars);
475 OPT(nir_lower_alu_to_scalar);
478 OPT(nir_copy_prop);
481 OPT(nir_lower_phis_to_scalar);
484 OPT(nir_copy_prop);
485 OPT(nir_opt_dce);
486 OPT(nir_opt_cse);
487 OPT(nir_opt_peephole_select, 0);
488 OPT(nir_opt_algebraic)
    [all...]
brw_fs.cpp     [all...]
brw_vec4.cpp     [all...]
  /external/libogg/win32/
Makefile 94 OPT =
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 32 OPT = 0x8000,
116 #define OPTYPE(X) ((X)&~OPT)
  /external/clang/lib/AST/
Type.cpp 418 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
419 return OPT->getPointeeType();
474 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>();
475 if (!OPT)
479 if (OPT->isObjCIdType())
483 if (!OPT->isKindOfType())
487 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
491 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx)
497 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 69 typedef enum { OPT, REQ } requiredness ;
96 { OPT, "events/mdss/enable" },
124 { OPT, "events/sched/sched_waking/enable" },
125 { OPT, "events/sched/sched_blocked_reason/enable" },
126 { OPT, "events/sched/sched_cpu_hotplug/enable" },
127 { OPT, "events/cgroup/enable" },
131 { OPT, "events/ipi/enable" },
139 { OPT, "events/i2c/smbus_read/enable" },
140 { OPT, "events/i2c/smbus_write/enable" },
141 { OPT, "events/i2c/smbus_result/enable" }
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 83 private static final int OPT = Integer.MAX_VALUE; // For keys that are optional on all hardware levels.
316 expectKeyAvailable(c, CameraCharacteristics.COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES , OPT , BC );
317 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AVAILABLE_MODES , OPT , BC );
318 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES , OPT , BC );
319 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_MODES , OPT , BC );
320 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES , OPT , BC );
321 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE , OPT , BC );
322 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_COMPENSATION_STEP , OPT , BC );
323 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_LOCK_AVAILABLE , OPT , BC );
324 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES , OPT , BC )
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
425 profile-opt:
476 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
426 profile-opt:
477 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 57 INSTALL= /opt/local/bin/ginstall -c
66 MKDIR_P= /opt/local/bin/gmkdir -p
71 OPT= -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
425 profile-opt:
476 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
426 profile-opt:
477 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 690 milliseconds

1 2