/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/qemu/ |
translate-op.c | 29 #define DEF(s, n, copy_size) INDEX_op_ ## s, 35 #undef DEF
|
translate-all.c | 74 #define DEF(s, n, copy_size) max = copy_size > max? copy_size : max; 76 #undef DEF
|
vl-android.c | [all...] |
vl.c | [all...] |
/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)
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cbiditst.c | [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | [all...] |
/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. */
|
/external/qemu/tcg/ |
tcg.h | 51 #define DEF(s, n, copy_size) INDEX_op_ ## s, 53 #undef DEF
|
tcg-opc.h | 25 #define DEF2(name, oargs, iargs, cargs, flags) DEF(name, oargs + iargs + cargs, 0)
|
tcg.c | 69 #define DEF(s, n, copy_size) { #s, 0, 0, n, n, 0, copy_size }, 72 #undef DEF 222 TCGOpDef *def; local 234 def = &tcg_op_defs[op]; 235 n = def->nb_iargs + def->nb_oargs; 243 def = &tcg_op_defs[op]; 244 def->args_ct = args_ct; 245 def->sorted_args = sorted_args; 246 n = def->nb_iargs + def->nb_oargs 796 const TCGOpDef *def; local 983 TCGOpDef *def; local 1120 const TCGOpDef *def; local 1931 const TCGOpDef *def; local [all...] |
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 341 assertEquals("ABC", new JSONTokener("ABC'DEF").nextString('\'')); 342 assertEquals("ABC", new JSONTokener("ABC'''DEF").nextString('\'')); 345 assertEquals("ABC", new JSONTokener("A\\B\\C'DEF").nextString('\'')); 347 JSONTokener tokener = new JSONTokener(" 'abc' 'def' \"ghi\""); 353 assertEquals("def", tokener.nextString('\'')); 386 assertEquals("abc\"def", new JSONTokener("abc\\\"def\"ghi").nextString('"')); 387 assertEquals("abc\\def", new JSONTokener("abc\\\\def\"ghi").nextString('"')); 388 assertEquals("abc/def", new JSONTokener("abc\\/def\"ghi").nextString('"')) [all...] |
/external/chromium/third_party/icu/source/common/ |
ucnvisci.c | 87 DEF = 0x40, 124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */ [all...] |
/external/icu4c/common/ |
ucnvisci.c | 87 DEF = 0x40, 124 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */ [all...] |
/external/libpcap/ |
configure | [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 104 \def\texinfoversion{1.18} 123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~. 155 \def\onepageout#1{\hoffset=\normaloffset 169 \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up 196 \def\cropmarks{\let\onepageout=\croppageout } 198 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} 211 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} 212 \def\nstop{\vbox 214 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} 215 \def\nsbot{\vbo [all...] |
/prebuilt/common/jython/ |
jython.jar | |