/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
|
vl-android.c | [all...] |
/frameworks/compile/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.12/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/clang/test/Preprocessor/ |
line-directive.c | 3 // RUN: %clang_cc1 -E %s 2>&1 | grep 'blonk.c:93:2: error: #error DEF' 37 #error DEF // expected-error {{#error DEF}}
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVCCOMM_s.h | 19 IF :LNOT::DEF:ARMVCCOMM_S_H
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVCCOMM_s.h | 19 IF :LNOT::DEF:ARMVCCOMM_S_H
|
/external/libvpx/build/make/ |
ads2gas.pl | 59 # Convert IF :DEF:to .if 61 # if defined variable that is set by IF :DEF: on 64 if (s/\bIF :DEF:\b/.if /g)
|
ads2gas_apple.pl | 77 # Convert IF :DEF:to .if 79 # if defined variable that is set by IF :DEF: on 82 if (s/\bIF :DEF:\b/.if /g)
|
/frameworks/compile/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/icu4c/test/cintltst/ |
cbiditst.c | [all...] |
/frameworks/compile/slang/ |
slang_rs_spec_table.cpp | 214 #define DEF(x) \ 224 DEF(ENUM_PRIMITIVE_DATA_TYPE); 228 DEF(ENUM_RS_MATRIX_DATA_TYPE) 232 DEF(ENUM_RS_OBJECT_DATA_TYPE) 235 #undef DEF
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-ssa-operands.h | 26 /* This represents a pointer to a DEF operand. */ 36 /* This represents the DEF operands of a stmt. */ 158 #define SET_DEF(DEF, V) ((*(DEF)) = (V)) 253 #define SSA_OP_DEF 0x02 /* Real DEF operands. */ 256 #define SSA_OP_VDEF 0x10 /* DEF portion of VDEFS. */ 290 /* This macro executes a loop over the VDEF operands of STMT. The def 317 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-ssa-operands.h | 26 /* This represents a pointer to a DEF operand. */ 36 /* This represents the DEF operands of a stmt. */ 158 #define SET_DEF(DEF, V) ((*(DEF)) = (V)) 253 #define SSA_OP_DEF 0x02 /* Real DEF operands. */ 256 #define SSA_OP_VDEF 0x10 /* DEF portion of VDEFS. */ 290 /* This macro executes a loop over the VDEF operands of STMT. The def 317 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
tree-ssa-operands.h | 26 /* This represents a pointer to a DEF operand. */ 36 /* This represents the DEF operands of a stmt. */ 158 #define SET_DEF(DEF, V) ((*(DEF)) = (V)) 253 #define SSA_OP_DEF 0x02 /* Real DEF operands. */ 256 #define SSA_OP_VDEF 0x10 /* DEF portion of VDEFS. */ 290 /* This macro executes a loop over the VDEF operands of STMT. The def 317 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
|
/frameworks/base/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/base/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
|
/external/llvm/include/llvm/CodeGen/ |
SlotIndexes.h | 86 enum Slot { LOAD, USE, DEF, STORE, NUM }; 199 /// isDef - Return true if this is a DEF slot. 201 return getSlot() == DEF; 240 /// Returns the index of the DEF slot for the instruction pointed to by 243 return SlotIndex(&entry(), SlotIndex::DEF);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 23 IF :DEF: H264DEC_WINASM
|
h264bsd_interpolate_hor_half.s | 22 IF :DEF: H264DEC_WINASM
|