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

  /bionic/libc/stdio/
glue.h 1 /* $OpenBSD: glue.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */
41 * allocated and linked in via this glue structure.
43 struct glue { struct
44 struct glue *next;
50 __LIBC64_HIDDEN__ extern struct glue __sglue;
  /external/clang/test/Preprocessor/
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/qemu/audio/
mixeng_template.h 44 #define ET glue (ENDIAN_CONVERSION, glue (_, IN_T))
47 static mixeng_real inline glue (conv_, ET) (IN_T v) function
66 static IN_T inline glue (clip_, ET) (mixeng_real v) function
84 static inline int64_t glue (conv_, ET) (IN_T v) function
94 static inline IN_T glue (clip_, ET) (int64_t v) function
111 static void glue (glue (conv_, ET), _to_stereo)
125 out->l = VOL (glue (conv_, ET) (*in++), vol->l);
126 out->r = VOL (glue (conv_, ET) (*in++), vol->r)
    [all...]
audio_template.h 39 static void glue (audio_init_nb_voices_, TYPE) (struct audio_driver *drv) function
42 int max_voices = glue (drv->max_voices_, TYPE);
43 int voice_size = glue (drv->voice_size_, TYPE);
45 if (glue (s->nb_hw_voices_, TYPE) > max_voices) {
54 glue (s->nb_hw_voices_, TYPE),
57 glue (s->nb_hw_voices_, TYPE) = max_voices;
63 glue (s->nb_hw_voices_, TYPE) = 0;
72 static void glue (audio_pcm_hw_free_resources_, TYPE) (HW *hw) function
81 static int glue (audio_pcm_hw_alloc_resources_, TYPE) (HW *hw) function
93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw function
107 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw) function
137 static int glue (audio_pcm_sw_init_, TYPE) ( function
176 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw) function
185 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw) function
190 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw) function
195 static void glue (audio_pcm_hw_gc_, TYPE) (HW **hwp) function
215 static HW *glue (audio_pcm_hw_find_any_, TYPE) (HW *hw) function
221 static HW *glue (audio_pcm_hw_find_any_enabled_, TYPE) (HW *hw) function
231 static HW *glue (audio_pcm_hw_find_specific_, TYPE) ( function
244 static HW *glue (audio_pcm_hw_add_new_, TYPE) (struct audsettings *as) function
318 static HW *glue (audio_pcm_hw_add_, TYPE) (struct audsettings *as) function
342 static SW *glue (audio_pcm_create_voice_pair_, TYPE) ( function
387 static void glue (audio_close_, TYPE) (SW *sw) function
395 void glue (AUD_close_, TYPE) (QEMUSoundCard *card, SW *sw) function
407 SW *glue (AUD_open_, TYPE) ( function
530 int glue (AUD_is_active_, TYPE) (SW *sw) function
535 void glue (AUD_init_time_stamp_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts) function
544 uint64_t glue (AUD_get_elapsed_usec_, TYPE) (SW *sw, QEMUAudioTimeStamp *ts) function
    [all...]
dsound_template.h 42 static int glue (dsound_unlock_, TYPE) ( function
52 hr = glue (IFACE, _Unlock) (buf, p1, blen1, p2, blen2);
61 static int glue (dsound_lock_, TYPE) ( function
85 hr = glue (IFACE, _Lock) (
99 if (glue (dsound_restore_, TYPE) (buf)) {
121 glue (dsound_unlock_, TYPE) (buf, p1, p2, blen1, blen2);
163 hr = glue (IFACE, _Stop) (ds->FIELD);
168 hr = glue (IFACE, _Release) (ds->FIELD);
236 hr = glue (IFACE, _GetFormat) (ds->FIELD, &wfx, sizeof (wfx), NULL);
250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc)
    [all...]
  /external/qemu/target-arm/
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) function
34 uint32_t HELPER(glue(PFX,add8))(uint32_t a, uint32_t b GE_ARG) function
47 uint32_t HELPER(glue(PFX,sub16))(uint32_t a, uint32_t b GE_ARG) function
58 uint32_t HELPER(glue(PFX,sub8))(uint32_t a, uint32_t b GE_ARG) function
71 uint32_t HELPER(glue(PFX,subaddx))(uint32_t a, uint32_t b GE_ARG) function
82 uint32_t HELPER(glue(PFX,addsubx))(uint32_t a, uint32_t b GE_ARG) function
  /external/qemu/target-i386/
shift_helper_template.h 55 target_ulong glue(helper_rcl, SUFFIX)(CPUX86State *env, function
83 target_ulong glue(helper_rcr, SUFFIX)(CPUX86State *env, function
cc_helper_template.h 55 static int glue(compute_all_add, SUFFIX)(CPUX86State *env) function
70 static int glue(compute_c_add, SUFFIX)(CPUX86State *env)
79 static int glue(compute_all_adc, SUFFIX)(CPUX86State *env)
94 static int glue(compute_c_adc, SUFFIX)(CPUX86State *env)
103 static int glue(compute_all_sub, SUFFIX)(CPUX86State *env)
118 static int glue(compute_c_sub, SUFFIX)(CPUX86State *env)
128 static int glue(compute_all_sbb, SUFFIX)(CPUX86State *env)
143 static int glue(compute_c_sbb, SUFFIX)(CPUX86State *env)
153 static int glue(compute_all_logic, SUFFIX)(CPUX86State *env)
165 static int glue(compute_c_logic, SUFFIX)(CPUX86State *env
    [all...]
ops_sse.h 38 void glue(helper_psrlw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
62 void glue(helper_psraw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
83 void glue(helper_psllw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
107 void glue(helper_psrld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
127 void glue(helper_psrad, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
144 void glue(helper_pslld, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
164 void glue(helper_psrlq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
182 void glue(helper_psllq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
201 void glue(helper_psrldq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
217 void glue(helper_pslldq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s function
420 void glue(helper_pmuludq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
428 void glue(helper_pmaddwd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
448 void glue(helper_psadbw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
476 void glue(helper_maskmov, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
488 void glue(helper_movl_mm_T0, SUFFIX)(Reg *d, uint32_t val) function
498 void glue(helper_movq_mm_T0, SUFFIX)(Reg *d, uint64_t val) function
508 void glue(helper_pshufw, SUFFIX)(Reg *d, Reg *s, int order) function
539 void glue(helper_pshufd, SUFFIX)(Reg *d, Reg *s, int order) function
550 void glue(helper_pshuflw, SUFFIX)(Reg *d, Reg *s, int order) function
562 void glue(helper_pshufhw, SUFFIX)(Reg *d, Reg *s, int order) function
1063 uint32_t glue(helper_pmovmskb, SUFFIX)(CPUX86State *env, Reg *s) function
1089 void glue(helper_packsswb, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1116 void glue(helper_packuswb, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1143 void glue(helper_packssdw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1389 void glue(helper_pshufb, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1401 void glue(helper_phaddw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1413 void glue(helper_phaddd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1421 void glue(helper_phaddsw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1433 void glue(helper_pmaddubsw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1455 void glue(helper_phsubw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1467 void glue(helper_phsubd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1475 void glue(helper_phsubsw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1504 void glue(helper_palignr, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
1606 void glue(helper_ptest, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1644 void glue(helper_pmuldq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1653 void glue(helper_packusdw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1681 void glue(helper_phminposuw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
1713 void glue(helper_roundps, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
1751 void glue(helper_roundpd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
1787 void glue(helper_roundss, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
1822 void glue(helper_roundsd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
1862 void glue(helper_dpps, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, uint32_t mask) function
1896 void glue(helper_dppd, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, uint32_t mask) function
1916 void glue(helper_mpsadbw, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2067 void glue(helper_pcmpestri, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2081 void glue(helper_pcmpestrm, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2105 void glue(helper_pcmpistri, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2119 void glue(helper_pcmpistrm, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2183 void glue(helper_pclmulqdq, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
2216 void glue(helper_aesdec, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
2230 void glue(helper_aesdeclast, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
2241 void glue(helper_aesenc, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
2255 void glue(helper_aesenclast, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
2267 void glue(helper_aesimc, SUFFIX)(CPUX86State *env, Reg *d, Reg *s) function
2280 void glue(helper_aeskeygenassist, SUFFIX)(CPUX86State *env, Reg *d, Reg *s, function
    [all...]
  /external/qemu/include/exec/
softmmu_header.h 84 glue(glue(cpu_ld, USUFFIX), MEMSUFFIX)(CPUArchState *env, target_ulong ptr)
96 res = glue(glue(helper_ld, SUFFIX), MMUSUFFIX)(env, addr, mmu_idx);
99 res = glue(glue(ld, USUFFIX), _raw)(hostaddr);
106 glue(glue(cpu_lds, SUFFIX), MEMSUFFIX)(CPUArchState *env, target_ulong ptr)
117 res = (DATA_STYPE)glue(glue(helper_ld, SUFFIX)
156 static inline float64 glue(cpu_ldfq, MEMSUFFIX)(CPUArchState *env, function
167 static inline void glue(cpu_stfq, MEMSUFFIX)(CPUArchState *env, function
180 static inline float32 glue(cpu_ldfl, MEMSUFFIX)(CPUArchState *env, function
191 static inline void glue(cpu_stfl, MEMSUFFIX)(CPUArchState *env, function
    [all...]
softmmu_template.h 48 #define DATA_TYPE glue(u, SDATA_TYPE)
60 # define USUFFIX glue(u, SUFFIX)
61 # define SSUFFIX glue(s, SUFFIX)
91 # define helper_le_ld_name glue(glue(helper_ret_ld, USUFFIX), MMUSUFFIX)
93 # define helper_le_lds_name glue(glue(helper_ret_ld, SSUFFIX), MMUSUFFIX)
95 # define helper_le_st_name glue(glue(helper_ret_st, SUFFIX), MMUSUFFIX)
98 # define helper_le_ld_name glue(glue(helper_le_ld, USUFFIX), MMUSUFFIX
115 static inline DATA_TYPE glue(io_read, SUFFIX)(CPUArchState *env, function
331 static inline void glue(io_write, SUFFIX)(CPUArchState *env, function
    [all...]
  /external/valgrind/main/VEX/test/
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) function
154 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
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 function
    [all...]
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 function
    [all...]
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) function
205 void *glue(_test_, OP) __init_call = glue(test_, OP)
    [all...]
test-amd64.c 52 #define glue(x, y) xglue(x, y) macro
    [all...]
test-i386.c 42 #define glue(x, y) xglue(x, y) macro
    [all...]
  /external/qemu/include/hw/
elf_ops.h 1 static void glue(bswap_ehdr, SZ)(struct elfhdr *ehdr) function
18 static void glue(bswap_phdr, SZ)(struct elf_phdr *phdr) function
30 static void glue(bswap_shdr, SZ)(struct elf_shdr *shdr) function
44 static void glue(bswap_sym, SZ)(struct elf_sym *sym) function
52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, function
63 static int glue(symfind, SZ)(const void *s0, const void *s1) function
76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, hwaddr orig_addr) function
78 struct elf_sym *syms = glue(s->disas_symtab.elf, SZ);
84 sym = bsearch(&key, syms, s->disas_num_syms, sizeof(*syms), glue(symfind, SZ));
92 static int glue(symcmp, SZ)(const void *s0, const void *s1 function
101 static int glue(load_symbols, SZ)(struct elfhdr *ehdr, int fd, int must_swab) function
180 static int glue(load_elf, SZ)(int fd, int64_t address_offset, function
    [all...]
  /external/qemu/include/qemu/
osdep.h 29 #ifndef glue
31 #define glue(x, y) xglue(x, y) macro
  /external/pcre/dist/
pcretest.c 746 #define glue(a,b) a##b macro
747 #define G(a,b) glue(a,b)
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 557 milliseconds