/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 | 2073 #define DEF(option, opt_arg, opt_enum, opt_help) \ in qemu_help() macro 2077 #undef DEF in qemu_help() 2102 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro 2106 #undef DEF 2119 #define DEF(option, opt_arg, opt_enum, opt_help) \ macro 2123 #undef DEF
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cbiditst.c | 3784 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro 3788 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 00-07 */ in overrideBidiClass() 3789 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 08-0F */ in overrideBidiClass() 3790 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 10-17 */ in overrideBidiClass() 3791 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 18-1F */ in overrideBidiClass() 3792 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, /* 20-27 */ in overrideBidiClass() 3793 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 28-2F */ in overrideBidiClass() 3795 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, /* 38-3F */ in overrideBidiClass() 3799 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */ in overrideBidiClass() 3800 NSM, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 60-67 */ in overrideBidiClass() [all …]
|
/external/icu4c/test/cintltst/ |
D | cbiditst.c | 4264 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro 4268 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 00-07 */ in overrideBidiClass() 4269 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 08-0F */ in overrideBidiClass() 4270 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 10-17 */ in overrideBidiClass() 4271 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 18-1F */ in overrideBidiClass() 4272 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, /* 20-27 */ in overrideBidiClass() 4273 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 28-2F */ in overrideBidiClass() 4275 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, /* 38-3F */ in overrideBidiClass() 4279 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */ in overrideBidiClass() 4280 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/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/ |
D | SConscript | 31 # DEF parser in certain versions of MinGW is busted, as does not behave as
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 31 # DEF parser in certain versions of MinGW is busted, as does not behave as
|
/external/lzma/CPP/ |
D | Build.mak | 68 LFLAGS = $(LFLAGS) -DLL -DEF:$(DEF_FILE)
|
/external/bison/data/ |
D | java.m4 | 36 # b4_percent_define_get3(DEF, PRE, POST, NOT) 38 # Expand to the value of DEF surrounded by PRE and POST if it's %define'ed,
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | cwalker.pyx | 9 DEF MAXSTACK=32
|
/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 | 151 DEF = 2,
|
/external/icu4c/common/ |
D | ucnvisci.c | 85 DEF = 0x40, enumerator 1215 } else if (sourceChar==DEF) { in UConverter_toUnicode_ISCII_OFFSETS_LOGIC()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | e_select.test | 1831 INSERT INTO d4 VALUES('DEF'); 1855 } {DEF JKL abc ghi} 1858 } {abc DEF ghi JKL} 1873 } {DEF JKL abc ghi} 1876 } {abc DEF ghi JKL} 1879 } {DEF JKL abc ghi} 1887 } {abc DEF ghi JKL} 1890 } {abc DEF ghi JKL} 1897 } {DEF JKL abc ghi}
|