/external/qemu/tcg/ |
D | tcg-opc.h | 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 */ 41 DEF(jmp, 0, 1, 0, TCG_OPF_BB_END | TCG_OPF_SIDE_EFFECTS) [all …]
|
D | tcg.h | 51 #define DEF(name, oargs, iargs, cargs, flags) INDEX_op_ ## name, macro 53 #undef DEF
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
D | SDL_dcvideo.c | 337 #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/ |
D | qemu-options.hx | 4 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 …]
|
D | qemu-options.h | 32 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro 36 #undef DEF
|
D | translate-op.c | 29 #define DEF(s, n, copy_size) INDEX_op_ ## s, macro 35 #undef DEF
|
D | translate-all.c | 75 #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()
|
D | vl.c | 1842 #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
|
D | vl-android.c | 2071 #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/ |
D | cbiditst.c | 3836 #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/ |
D | tinycc.c | 2639 #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/ |
D | PropertyCategoryProviders.java | 76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty()); 83 return DEF;
|
/external/markdown/docs/extensions/ |
D | footnotes.txt | 23 Footnotes[^1] have a label[^label] and a definition[^!DEF]. 27 [^!DEF]: The definition of a footnote.
|
/external/clang/test/Preprocessor/ |
D | line-directive.c | 37 #error DEF
|
/external/expat/lib/ |
D | libexpat.def | 1 ; DEF file for MS VC++
|
D | libexpatw.def | 1 ; DEF file for MS VC++
|
/external/expat/bcb5/ |
D | libexpatw_mtd.def | 1 ; DEF file for BCB5
|
D | libexpat_mtd.def | 1 ; DEF file for BCB5
|
/external/zlib/src/amiga/ |
D | Makefile.sas | 14 DEF=POSTINC
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 113 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/ |
D | LiveInterval.h | 153 DEF = 2,
|
/external/icu4c/common/ |
D | ucnvisci.c | 87 DEF = 0x40, enumerator 1212 } else if (sourceChar==DEF) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/external/libpcap/ |
D | configure.in | 679 DEF="-DHAVE_SEPTEL_API" 684 V_DEFS="$V_DEFS $DEF"
|
/external/zlib/src/ |
D | zconf.h.cmakein | 329 /* No need for _export, use ZLIB.DEF instead. */
|
D | zconf.h.in | 327 /* No need for _export, use ZLIB.DEF instead. */
|