HomeSort by relevance Sort by last modified time
    Searched defs:DEF (Results 1 - 22 of 22) sorted by null

  /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.c 72 #define DEF(s, oargs, iargs, cargs, flags) { #s, oargs, iargs, cargs, iargs + oargs + cargs, flags },
74 #undef DEF
223 TCGOpDef *def; local
235 def = &tcg_op_defs[op];
236 n = def->nb_iargs + def->nb_oargs;
244 def = &tcg_op_defs[op];
245 def->args_ct = args_ct;
246 def->sorted_args = sorted_args;
247 n = def->nb_iargs + def->nb_oargs
877 const TCGOpDef *def; local
1064 TCGOpDef *def; local
1214 const TCGOpDef *def; local
2026 const TCGOpDef *def; local
    [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.c     [all...]
vl-android.c     [all...]
  /frameworks/rs/cpu_ref/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
  /frameworks/rs/cpu_ref/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/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...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 38 DEF, /* override by symbol defined. */
  /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
  /external/chromium_org/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 85 DEF = 0x40,
122 uint16_t defDeltaToUnicode; /* delta for switching to default state when DEF is encountered */
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 409 milliseconds