Home
last modified time | relevance | path

Searched refs:DEF (Results 1 – 25 of 50) sorted by relevance

12

/external/qemu/tcg/
Dtcg-opc.h30 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 */
41 DEF(jmp, 0, 1, 0, TCG_OPF_BB_END | TCG_OPF_SIDE_EFFECTS)
[all …]
Dtcg.h51 #define DEF(name, oargs, iargs, cargs, flags) INDEX_op_ ## name, macro
53 #undef DEF
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
DSDL_dcvideo.c337 #define DEF(func) {#func,&func} macro
338 DEF(glBegin),
339 DEF(glBindTexture),
340 DEF(glBlendFunc),
341 DEF(glColor4f),
343 DEF(glDisable),
344 DEF(glEnable),
345 DEF(glEnd),
346 DEF(glFlush),
347 DEF(glGenTextures),
[all …]
/external/qemu/
Dqemu-options.hx4 HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help) is used to construct
13 DEF("help", 0, QEMU_OPTION_h,
20 DEF("version", 0, QEMU_OPTION_version,
27 DEF("M", HAS_ARG, QEMU_OPTION_M,
34 DEF("cpu", HAS_ARG, QEMU_OPTION_cpu,
41 DEF("smp", HAS_ARG, QEMU_OPTION_smp,
50 DEF("numa", HAS_ARG, QEMU_OPTION_numa,
58 DEF("fda", HAS_ARG, QEMU_OPTION_fda,
60 DEF("fdb", HAS_ARG, QEMU_OPTION_fdb, "")
68 DEF("hda", HAS_ARG, QEMU_OPTION_hda,
[all …]
Dqemu-options.h32 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro
36 #undef DEF
Dtranslate-op.c29 #define DEF(s, n, copy_size) INDEX_op_ ## s, macro
35 #undef DEF
Dtranslate-all.c75 #define DEF(name, iarg, oarg, carg, flags) DEF2((iarg) + (oarg) + (carg)) in code_gen_max_block_size() macro
78 #undef DEF in code_gen_max_block_size()
Dvl.c1842 #define DEF(option, opt_arg, opt_enum, opt_help) \ in help() macro
1846 #undef DEF in help()
1871 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro
1875 #undef DEF
1888 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro
1892 #undef DEF
Dvl-android.c2071 #define DEF(option, opt_arg, opt_enum, opt_help) \ in qemu_help() macro
2075 #undef DEF in qemu_help()
2100 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro
2104 #undef DEF
2117 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro
2121 #undef DEF
/external/icu4c/test/cintltst/
Dcbiditst.c3836 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro
3840 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 00-07 */ in overrideBidiClass()
3841 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 08-0F */ in overrideBidiClass()
3842 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 10-17 */ in overrideBidiClass()
3843 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 18-1F */ in overrideBidiClass()
3844 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, /* 20-27 */ in overrideBidiClass()
3845 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 28-2F */ in overrideBidiClass()
3847 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, /* 38-3F */ in overrideBidiClass()
3851 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */ in overrideBidiClass()
3852 NSM, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 60-67 */ in overrideBidiClass()
[all …]
/external/valgrind/main/perf/
Dtinycc.c2639 #define DEF_ASM(x) DEF(TOK_ASM_ ## x, #x)
2642 DEF(TOK_ASM_ ## x ## b, #x "b") \
2643 DEF(TOK_ASM_ ## x ## w, #x "w") \
2644 DEF(TOK_ASM_ ## x ## l, #x "l") \
2645 DEF(TOK_ASM_ ## x, #x)
2648 DEF(TOK_ASM_ ## x ## w, #x "w") \
2649 DEF(TOK_ASM_ ## x ## l, #x "l") \
2650 DEF(TOK_ASM_ ## x, #x)
2653 DEF(TOK_ASM_ ## f ## x ## s, "f" #x "s") \
2654 DEF(TOK_ASM_ ## fi ## x ## l, "fi" #x "l") \
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
DPropertyCategoryProviders.java76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
83 return DEF;
/external/markdown/docs/extensions/
Dfootnotes.txt23 Footnotes[^1] have a label[^label] and a definition[^!DEF].
27 [^!DEF]: The definition of a footnote.
/external/clang/test/Preprocessor/
Dline-directive.c37 #error DEF
/external/expat/lib/
Dlibexpat.def1 ; DEF file for MS VC++
Dlibexpatw.def1 ; DEF file for MS VC++
/external/expat/bcb5/
Dlibexpatw_mtd.def1 ; DEF file for BCB5
Dlibexpat_mtd.def1 ; DEF file for BCB5
/external/zlib/src/amiga/
DMakefile.sas14 DEF=POSTINC
/external/zlib/src/win32/
DDLL_FAQ.txt113 DEF file that contains the ordinals can result in incompatible
118 the DEF file, and still export the symbols by name. Ordinals
121 hints, for a faster name lookup. However, if the DEF file
128 It is possible to avoid the DEF file if the exported symbols
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h153 DEF = 2,
/external/icu4c/common/
Ducnvisci.c87 DEF = 0x40, enumerator
1212 } else if (sourceChar==DEF) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
/external/libpcap/
Dconfigure.in679 DEF="-DHAVE_SEPTEL_API"
684 V_DEFS="$V_DEFS $DEF"
/external/zlib/src/
Dzconf.h.cmakein329 /* No need for _export, use ZLIB.DEF instead. */
Dzconf.h.in327 /* No need for _export, use ZLIB.DEF instead. */

12