/external/qemu/target-i386/ |
D | ops_sse_header.h | 38 DEF_HELPER_2(glue(psrlw, SUFFIX), void, Reg, Reg) 39 DEF_HELPER_2(glue(psraw, SUFFIX), void, Reg, Reg) 40 DEF_HELPER_2(glue(psllw, SUFFIX), void, Reg, Reg) 41 DEF_HELPER_2(glue(psrld, SUFFIX), void, Reg, Reg) 42 DEF_HELPER_2(glue(psrad, SUFFIX), void, Reg, Reg) 43 DEF_HELPER_2(glue(pslld, SUFFIX), void, Reg, Reg) 44 DEF_HELPER_2(glue(psrlq, SUFFIX), void, Reg, Reg) 45 DEF_HELPER_2(glue(psllq, SUFFIX), void, Reg, Reg) 48 DEF_HELPER_2(glue(psrldq, SUFFIX), void, Reg, Reg) 49 DEF_HELPER_2(glue(pslldq, SUFFIX), void, Reg, Reg) [all …]
|
D | helper_template.h | 55 static int glue(compute_all_add, SUFFIX)(void) in glue() function 70 static int glue(compute_c_add, SUFFIX)(void) in glue() function 79 static int glue(compute_all_adc, SUFFIX)(void) in glue() function 94 static int glue(compute_c_adc, SUFFIX)(void) in glue() function 103 static int glue(compute_all_sub, SUFFIX)(void) in glue() function 118 static int glue(compute_c_sub, SUFFIX)(void) in glue() function 128 static int glue(compute_all_sbb, SUFFIX)(void) in glue() function 143 static int glue(compute_c_sbb, SUFFIX)(void) in glue() function 153 static int glue(compute_all_logic, SUFFIX)(void) in glue() function 165 static int glue(compute_c_logic, SUFFIX)(void) in glue() function [all …]
|
D | ops_sse.h | 39 void glue(helper_psrlw, SUFFIX)(Reg *d, Reg *s) in glue() function 63 void glue(helper_psraw, SUFFIX)(Reg *d, Reg *s) in glue() function 84 void glue(helper_psllw, SUFFIX)(Reg *d, Reg *s) in glue() function 108 void glue(helper_psrld, SUFFIX)(Reg *d, Reg *s) in glue() function 128 void glue(helper_psrad, SUFFIX)(Reg *d, Reg *s) in glue() function 145 void glue(helper_pslld, SUFFIX)(Reg *d, Reg *s) in glue() function 165 void glue(helper_psrlq, SUFFIX)(Reg *d, Reg *s) in glue() function 183 void glue(helper_psllq, SUFFIX)(Reg *d, Reg *s) in glue() function 202 void glue(helper_psrldq, SUFFIX)(Reg *d, Reg *s) in glue() function 215 void glue(helper_pslldq, SUFFIX)(Reg *d, Reg *s) in glue() function [all …]
|
/external/qemu/audio/ |
D | audio_template.h | 39 static void glue (audio_init_nb_voices_, TYPE) (struct audio_driver *drv) in glue() function 42 int max_voices = glue (drv->max_voices_, TYPE); in glue() 43 int voice_size = glue (drv->voice_size_, TYPE); in glue() 45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) { in glue() 54 glue (s->nb_hw_voices_, TYPE), in glue() 57 glue (s->nb_hw_voices_, TYPE) = max_voices; in glue() 63 glue (s->nb_hw_voices_, TYPE) = 0; in glue() 72 static void glue (audio_pcm_hw_free_resources_, TYPE) (HW *hw) in glue() function 81 static int glue (audio_pcm_hw_alloc_resources_, TYPE) (HW *hw) in glue() function 93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw) in glue() function [all …]
|
D | mixeng_template.h | 44 #define ET glue (ENDIAN_CONVERSION, glue (_, IN_T)) 47 static mixeng_real inline glue (conv_, ET) (IN_T v) in glue() function 66 static IN_T inline glue (clip_, ET) (mixeng_real v) in glue() function 84 static inline int64_t glue (conv_, ET) (IN_T v) in glue() function 94 static inline IN_T glue (clip_, ET) (int64_t v) in glue() function 111 static void glue (glue (conv_, ET), _to_stereo) in glue() function 125 out->l = VOL (glue (conv_, ET) (*in++), vol->l); in glue() 126 out->r = VOL (glue (conv_, ET) (*in++), vol->r); in glue() 131 static void glue (glue (conv_, ET), _to_mono) in glue() function 145 out->l = VOL (glue (conv_, ET) (in[0]), vol->l); in glue() [all …]
|
D | dsound_template.h | 42 static int glue (dsound_unlock_, TYPE) ( in glue() function 52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2); in glue() 61 static int glue (dsound_lock_, TYPE) ( in glue() function 85 hr = glue (IFACE, _Lock) ( in glue() 99 if (glue (dsound_restore_, TYPE) (buf)) { in glue() 121 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2); in glue() 163 hr = glue (IFACE, _Stop) (ds->FIELD); in dsound_fini_in() 168 hr = glue (IFACE, _Release) (ds->FIELD); in dsound_fini_in() 236 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL); in dsound_init_in() 250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc); in dsound_init_in() [all …]
|
/external/qemu/ |
D | softmmu_header.h | 82 static inline RES_TYPE glue(glue(ld, USUFFIX), MEMSUFFIX)(target_ulong ptr) in glue() function 95 res = glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx); in glue() 98 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)physaddr); in glue() 104 static inline int glue(glue(lds, SUFFIX), MEMSUFFIX)(target_ulong ptr) in glue() function 116 res = (DATA_STYPE)glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx); in glue() 119 res = glue(glue(lds, SUFFIX), _raw)((uint8_t *)physaddr); in glue() 129 static inline void glue(glue(st, SUFFIX), MEMSUFFIX)(target_ulong ptr, RES_TYPE v) in glue() function 141 glue(glue(__st, SUFFIX), MMUSUFFIX)(addr, v, mmu_idx); in glue() 144 glue(glue(st, SUFFIX), _raw)((uint8_t *)physaddr, v); in glue() 153 static inline float64 glue(ldfq, MEMSUFFIX)(target_ulong ptr) in glue() function [all …]
|
D | softmmu_template.h | 65 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, 68 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr, in glue() function 98 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() function 123 res = glue(io_read, SUFFIX)(ioaddr, addr, retaddr); in glue() 142 res = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr, in glue() 161 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)(long)(addr+addend)); in glue() 191 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() function 210 res = glue(io_read, SUFFIX)(ioaddr, addr, retaddr); in glue() 216 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1, in glue() 218 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2, in glue() [all …]
|
D | elf_ops.h | 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr) in glue() function 18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) in glue() function 30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) in glue() function 44 static void glue(bswap_sym, SZ)(struct elf_sym *sym) in glue() function 52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, in glue() function 63 static int glue(symfind, SZ)(const void *s0, const void *s1) in glue() function 76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr) in glue() function 78 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ); in glue() 84 sym = bsearch(&key, syms, s->disas_num_syms, sizeof(*syms), glue(symfind, SZ)); in glue() 92 static int glue(symcmp, SZ)(const void *s0, const void *s1) in glue() function [all …]
|
D | def-helper.h | 21 #define HELPER(name) glue(helper_, name) 43 #define dh_alias(t) glue(dh_alias_, t) 64 #define dh_retvar_decl0(t) glue(dh_retvar_decl0_, dh_alias(t)) 70 #define dh_retvar_decl(t) glue(dh_retvar_decl_, dh_alias(t)) 76 #define dh_retvar(t) glue(dh_retvar_, dh_alias(t)) 82 #define dh_is_64bit(t) glue(dh_is_64bit_, dh_alias(t)) 105 args[n - 1] = glue(GET_TCGV_, dh_alias(t))(glue(arg, n)); \ 108 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n) 150 static inline void glue(gen_helper_, name)(dh_retvar_decl0(ret)) \ 158 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1)) \ [all …]
|
D | osdep.h | 13 #ifndef glue 15 #define glue(x, y) xglue(x, y) macro
|
/external/valgrind/main/VEX/test/ |
D | test-amd64-muldiv.h | 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() function 20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() function 38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() function 56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() function
|
D | test-amd64-shift.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 162 void glue(test_, OP)(void) in glue() function 171 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-amd64.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 139 void glue(test_, OP)(void) in glue() function 224 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opl glue(glue(exec_, OP), l) 4 #define exec_opw glue(glue(exec_, OP), w) 5 #define exec_opb glue(glue(exec_, OP), b) 145 void glue(test_, OP)(void) in glue() function 154 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() function 20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() function 38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() function
|
D | test-i386.h | 4 #define exec_op glue(exec_, OP) 5 #define exec_opl glue(glue(exec_, OP), l) 6 #define exec_opw glue(glue(exec_, OP), w) 7 #define exec_opb glue(glue(exec_, OP), b) 145 void glue(test_, OP)(void) in glue() function 205 void *glue(_test_, OP) __init_call = glue(test_, OP);
|
/external/qemu/target-arm/ |
D | op_addsub.h | 21 res |= ((uint32_t)(glue(glue(uint,width),_t))(val)) << (n * width) 23 uint32_t HELPER(glue(PFX,add16))(uint32_t a, uint32_t b GE_ARG) in HELPER() 34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t b GE_ARG) in HELPER() 47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG) in HELPER() 58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG) in HELPER() 71 uint32_t HELPER(glue(PFX,subaddx))(uint32_t a, uint32_t b GE_ARG) in HELPER() 82 uint32_t HELPER(glue(PFX,addsubx))(uint32_t a, uint32_t b GE_ARG) in HELPER()
|
D | iwmmxt_helper.c | 165 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, b)))(uint64_t a, uint64_t b) \ 179 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, w)))(uint64_t a, uint64_t b) \ 191 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, l)))(uint64_t a, uint64_t b) \ 200 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, ub)))(uint64_t x) \ 212 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, uw)))(uint64_t x) \ 221 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, ul)))(uint64_t x) \ 227 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, sb)))(uint64_t x) \ 239 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, sw)))(uint64_t x) \ 248 uint64_t HELPER(glue(iwmmxt_unpack, glue(S, sl)))(uint64_t x) \ 258 uint64_t HELPER(glue(iwmmxt_, glue(SUFF, b)))(uint64_t a, uint64_t b) \ [all …]
|
/external/chromium/chrome/browser/cocoa/ |
D | keystone_glue_unittest.mm | 154 KeystoneGlue *glue = [KeystoneGlue defaultKeystoneGlue]; 155 ASSERT_TRUE(glue); 164 FakeKeystoneGlue* glue = [[[FakeKeystoneGlue alloc] init] autorelease]; 165 [glue loadParameters]; 166 ASSERT_TRUE([glue dictReadCorrectly]); 170 [glue loadKeystoneRegistration]; 173 [glue registerWithKeystone]; 174 ASSERT_TRUE([glue hasATimer]); 175 [glue stopTimer]; 178 [glue addFakeRegistration]; [all …]
|
/external/libmtp/ |
D | ChangeLog | 35 * src/libusb-glue.h: inclusion guard, export functions to 37 * src/libusb-glue.c: define USB_CLASS_PTP unless defined, 43 * src/libusb-glue.c: patch from Simon Berg to detect PTP 176 * src/libusb-glue.c: include config.h (Marcus Meissner found 253 * src/libusb-glue.c: update to check the handler function return 267 * src/libusb-glue.c: Make get_playlist_extension return type 269 * src/libusb-glue.h: ditto 270 * src/libusb-glue.c: In probe_device_descriptor, check to see if 283 * src/libusb-glue.h: flag macro. 298 * src/libusb-glue.c: patch from Marcus to fix an issue [all …]
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p6.c | 10 #define glue(a, b) a ## b macro 11 #define xglue(a, b) glue(a, b) 18 glue(HIGH, LOW);
|
/external/libmtp/libmtp.xcodeproj/ |
D | project.pbxproj | 17 …5D41277B07D009FA3E1 /* libusb-glue.c in Sources */ = {isa = PBXBuildFile; fileRef = B00305C41277B0… 18 …5D51277B07D009FA3E1 /* libusb-glue.h in Headers */ = {isa = PBXBuildFile; fileRef = B00305C51277B0… 71 …libusb-glue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; … 72 …libusb-glue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; … 126 B00305C41277B07D009FA3E1 /* libusb-glue.c */, 127 B00305C51277B07D009FA3E1 /* libusb-glue.h */, 177 B00305D51277B07D009FA3E1 /* libusb-glue.h in Headers */, 265 B00305D41277B07D009FA3E1 /* libusb-glue.c in Sources */,
|
/external/libmtp/src/ |
D | Makefile.am | 3 libusb-glue.c libusb-glue.h \
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
D | antenv.cmd | 79 if substr(path, length(path)) = ';' then glue = '' 80 else glue = ';' 81 if pos(translate(elem), translate(path)) = 0 then path = path || glue || elem || ';'
|