HomeSort by relevance Sort by last modified time
    Searched refs:DEF (Results 1 - 25 of 46) sorted by null

1 2

  /external/qemu/tcg/
tcg-opc.h 26 * DEF(name, oargs, iargs, cargs, flags)
30 DEF(end, 0, 0, 0, 0) /* must be kept first */
31 DEF(nop, 0, 0, 0, 0)
32 DEF(nop1, 0, 0, 1, 0)
33 DEF(nop2, 0, 0, 2, 0)
34 DEF(nop3, 0, 0, 3, 0)
35 DEF(nopn, 0, 0, 1, 0) /* variable number of parameters */
37 DEF(discard, 1, 0, 0, 0)
39 DEF(set_label, 0, 0, 1, 0)
40 DEF(call, 0, 1, 2, TCG_OPF_SIDE_EFFECTS) /* variable number of parameters *
    [all...]
tcg.h 51 #define DEF(name, oargs, iargs, cargs, flags) INDEX_op_ ## name,
53 #undef DEF
  /external/qemu/
qemu-options.h 32 #define DEF(option, opt_arg, opt_enum, opt_help) \
35 #include "qemu-options.def"
36 #undef DEF
translate-op.c 29 #define DEF(s, n, copy_size) INDEX_op_ ## s,
35 #undef DEF
translate-all.c 75 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg))
78 #undef DEF
  /frameworks/rs/driver/linkloader/android/
test-librsloader.c 39 #define DEF(NAME, ADDR) \
42 DEF("printf", printf)
43 DEF("scanf", scanf)
44 DEF("__isoc99_scanf", scanf)
45 DEF("rand", rand)
46 DEF("time", time)
47 DEF("srand", srand)
48 #undef DEF
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 337 #define DEF(func) {#func,&func}
338 DEF(glBegin),
339 DEF(glBindTexture),
340 DEF(glBlendFunc),
341 DEF(glColor4f),
342 // DEF(glCopyImageID),
343 DEF(glDisable),
344 DEF(glEnable),
345 DEF(glEnd),
346 DEF(glFlush)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
82 public static PropertyCategoryProvider def() {
83 return DEF;
  /external/clang/test/Preprocessor/
line-directive.c 3 // RUN: %clang_cc1 -E %s 2>&1 | grep 'blonk.c:93:2: error: DEF'
37 #error DEF
40 // expected-error@-3 {{DEF}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 39 /* D */ {DEF, DEF, DEF, DEF, MDEF, DEF, DEF, DEF, CDEF, CDEF, CDEF, MDEF },
86 case DEF: /* override by symbol defined. */
  /frameworks/rs/driver/linkloader/
main.cpp 115 #define DEF(NAME, ADDR) \
118 DEF("printf", stub_printf)
119 DEF("scanf", stub_scanf)
120 DEF("__isoc99_scanf", stub_scanf)
121 DEF("rand", stub_rand)
122 DEF("time", stub_time)
123 DEF("srand", stub_srand)
124 #undef DEF
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 82 # Convert IF :DEF:to .if
84 # if defined variable that is set by IF :DEF: on
87 if (s/\bIF :DEF:\b/.if /g)
ads2gas.pl 86 # Convert IF :DEF:to .if
88 # if defined variable that is set by IF :DEF: on
91 if (s/\bIF :DEF:\b/.if /g)
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]
  /frameworks/compile/slang/
slang_rs_spec_table.cpp 190 #define DEF(x) \
200 DEF(ENUM_PRIMITIVE_DATA_TYPE);
204 DEF(ENUM_RS_MATRIX_DATA_TYPE)
208 DEF(ENUM_RS_OBJECT_DATA_TYPE)
211 #undef DEF
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 38 DEF, /* override by symbol defined. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 27 /* This represents a pointer to a DEF operand. */
37 /* This represents the DEF operands of a stmt. */
78 #define SET_DEF(DEF, V) ((*(DEF)) = (V))
146 #define SSA_OP_DEF 0x02 /* Real DEF operands. */
201 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 27 /* This represents a pointer to a DEF operand. */
37 /* This represents the DEF operands of a stmt. */
78 #define SET_DEF(DEF, V) ((*(DEF)) = (V))
146 #define SSA_OP_DEF 0x02 /* Real DEF operands. */
201 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 27 /* This represents a pointer to a DEF operand. */
37 /* This represents the DEF operands of a stmt. */
78 #define SET_DEF(DEF, V) ((*(DEF)) = (V))
146 #define SSA_OP_DEF 0x02 /* Real DEF operands. */
201 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-operands.h 27 /* This represents a pointer to a DEF operand. */
37 /* This represents the DEF operands of a stmt. */
78 #define SET_DEF(DEF, V) ((*(DEF)) = (V))
146 #define SSA_OP_DEF 0x02 /* Real DEF operands. */
201 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 16 IF :LNOT::DEF:ARMCOMM_S_H
59 IF :DEF: OVERRIDECPU
71 IF :DEF:ARM1136JS:LOR::DEF:CortexA8:LOR::DEF:ARM_GENERIC
143 IF :LNOT::DEF:_ok$var
897 IF :DEF:$_pl
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 16 IF :LNOT::DEF:ARMCOMM_S_H
59 IF :DEF: OVERRIDECPU
71 IF :DEF:ARM1136JS:LOR::DEF:CortexA8:LOR::DEF:ARM_GENERIC
146 IF :LNOT::DEF:_ok$var
900 IF :DEF:$_pl

Completed in 4159 milliseconds

1 2