HomeSort by relevance Sort by last modified time
    Searched refs:glue (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /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;
findfp.c 41 #include "glue.h"
62 static struct glue uglue = { 0, FOPEN_MAX - 3, usual };
63 static struct glue *lastglue = &uglue;
75 struct glue __sglue = { &uglue, 3, __sF };
77 static struct glue *
80 struct glue *g;
90 g = (struct glue *)data;
114 struct glue *g;
  /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/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/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...]
def-helper.h 21 #define HELPER(name) glue(helper_, name)
44 #define dh_alias(t) glue(dh_alias_, t)
60 /* We can't use glue() here because it falls foul of C preprocessor
67 #define dh_retvar_decl0(t) glue(dh_retvar_decl0_, dh_alias(t))
74 #define dh_retvar_decl(t) glue(dh_retvar_decl_, dh_alias(t))
81 #define dh_retvar(t) glue(dh_retvar_, dh_alias(t))
88 #define dh_is_64bit(t) glue(dh_is_64bit_, dh_alias(t))
112 args[n - 1] = glue(GET_TCGV_, dh_alias(t))(glue(arg, n)); \
115 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n
    [all...]
  /external/qemu/target-i386/
ops_sse_header.h 37 DEF_HELPER_3(glue(psrlw, SUFFIX), void, env, Reg, Reg)
38 DEF_HELPER_3(glue(psraw, SUFFIX), void, env, Reg, Reg)
39 DEF_HELPER_3(glue(psllw, SUFFIX), void, env, Reg, Reg)
40 DEF_HELPER_3(glue(psrld, SUFFIX), void, env, Reg, Reg)
41 DEF_HELPER_3(glue(psrad, SUFFIX), void, env, Reg, Reg)
42 DEF_HELPER_3(glue(pslld, SUFFIX), void, env, Reg, Reg)
43 DEF_HELPER_3(glue(psrlq, SUFFIX), void, env, Reg, Reg)
44 DEF_HELPER_3(glue(psllq, SUFFIX), void, env, Reg, Reg)
47 DEF_HELPER_3(glue(psrldq, SUFFIX), void, env, Reg, Reg)
48 DEF_HELPER_3(glue(pslldq, SUFFIX), void, env, Reg, Reg
    [all...]
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...]
  /external/valgrind/main/VEX/test/
test-amd64-muldiv.h 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
test-i386-muldiv.h 2 void glue(glue(test_, OP), b)(int op0, int op1)
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
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-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.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...]
  /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/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...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fwalk.c 37 #include "glue.h"
44 struct glue *g;
  /external/qemu/include/qemu/
bswap.h 76 #define le_bswap(v, size) glue(bswap, size)(v)
78 #define le_bswaps(p, size) do { *p = glue(bswap, size)(*p); } while(0)
81 #define be_bswap(v, size) glue(bswap, size)(v)
83 #define be_bswaps(p, size) do { *p = glue(bswap, size)(*p); } while(0)
89 return glue(endian, _bswap)(v, size);\
94 return glue(endian, _bswap)(v, size);\
99 glue(endian, _bswaps)(p, size);\
104 glue(endian, _bswaps)(p, size);\
109 return glue(glue(endian, size), _to_cpu)(*p);
    [all...]
  /external/chromium_org/media/base/
media_file_checker.cc 34 media::FFmpegGlue glue(&protocol);
35 AVFormatContext* format_context = glue.format_context();
37 if (!glue.OpenContext())
66 result = av_read_frame(glue.format_context(), &packet);
  /external/chromium_org/jingle/
jingle_glue.target.darwin-arm64.mk 26 jingle/glue/channel_socket_adapter.cc \
27 jingle/glue/chrome_async_socket.cc \
28 jingle/glue/fake_ssl_client_socket.cc \
29 jingle/glue/proxy_resolving_client_socket.cc \
30 jingle/glue/pseudotcp_adapter.cc \
31 jingle/glue/task_pump.cc \
32 jingle/glue/thread_wrapper.cc \
33 jingle/glue/utils.cc \
34 jingle/glue/xmpp_client_socket_factory.cc
jingle_glue.target.darwin-mips.mk 26 jingle/glue/channel_socket_adapter.cc \
27 jingle/glue/chrome_async_socket.cc \
28 jingle/glue/fake_ssl_client_socket.cc \
29 jingle/glue/proxy_resolving_client_socket.cc \
30 jingle/glue/pseudotcp_adapter.cc \
31 jingle/glue/task_pump.cc \
32 jingle/glue/thread_wrapper.cc \
33 jingle/glue/utils.cc \
34 jingle/glue/xmpp_client_socket_factory.cc
jingle_glue.target.darwin-mips64.mk 26 jingle/glue/channel_socket_adapter.cc \
27 jingle/glue/chrome_async_socket.cc \
28 jingle/glue/fake_ssl_client_socket.cc \
29 jingle/glue/proxy_resolving_client_socket.cc \
30 jingle/glue/pseudotcp_adapter.cc \
31 jingle/glue/task_pump.cc \
32 jingle/glue/thread_wrapper.cc \
33 jingle/glue/utils.cc \
34 jingle/glue/xmpp_client_socket_factory.cc

Completed in 746 milliseconds

1 2 3 4