HomeSort by relevance Sort by last modified time
    Searched full:opaque (Results 51 - 75 of 1726) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/
os-win32.c 56 void *opaque; member in struct:PollingEntry
62 int qemu_add_polling_cb(PollingFunc *func, void *opaque)
67 pe->opaque = opaque;
73 void qemu_del_polling_cb(PollingFunc *func, void *opaque)
78 if (pe->func == func && pe->opaque == opaque) {
92 void *opaque[MAXIMUM_WAIT_OBJECTS + 1]; member in struct:WaitObjects
97 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque)
105 w->opaque[w->num] = opaque
    [all...]
net.h 24 void *opaque; member in struct:VLANClientState
61 void *opaque);
63 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
77 void qemu_handler_true(void *opaque);
105 void *opaque; member in struct:HCIInfo
106 void (*evt_recv)(void *opaque, const uint8_t *data, int len);
107 void (*acl_recv)(void *opaque, const uint8_t *data, int len);
145 void *opaque);
readline.h 10 typedef void ReadLineFunc(Monitor *mon, const char *str, void *opaque);
48 ReadLineFunc *readline_func, void *opaque);
monitor.h 53 void *opaque);
63 typedef void (MonitorCompletion)(void *opaque, QObject *ret_data);
68 typedef int (*MonitorFakeFunc)(void* opaque, const char* str, int strsize);
75 Monitor* monitor_fake_new(void* opaque, MonitorFakeFunc cb);
  /external/clang/test/CodeGen/
debug-info.c 11 struct OPAQUE;
12 typedef struct OPAQUE *PTR;
unwind-attr.c 4 int opaque();
9 return opaque();
incomplete-function-type.c 3 // CHECK-NOT: opaque
  /external/qemu/audio/
audio.h 31 typedef void (*audio_callback_fn) (void *opaque, int avail);
61 void (*notify) (void *opaque, audcnotification_e cmd);
62 void (*capture) (void *opaque, void *buf, int size);
63 void (*destroy) (void *opaque);
67 void (*info) (void *opaque);
68 void (*destroy) (void *opaque);
72 void *opaque; member in struct:CaptureState
103 void *opaque
  /external/qemu/hw/
arm_pic.c 25 static void arm_pic_cpu_handler(void *opaque, int irq, int level)
27 CPUState *env = (CPUState *)opaque;
pckbd.c 158 static void kbd_update_kbd_irq(void *opaque, int level)
160 KBDState *s = (KBDState *)opaque;
169 static void kbd_update_aux_irq(void *opaque, int level)
171 KBDState *s = (KBDState *)opaque;
180 static uint32_t kbd_read_status(void *opaque, uint32_t addr)
182 KBDState *s = opaque;
199 static void kbd_write_command(void *opaque, uint32_t addr, uint32_t val)
201 KBDState *s = opaque;
277 static uint32_t kbd_read_data(void *opaque, uint32_t addr)
279 KBDState *s = opaque;
    [all...]
goldfish_memlog.c 24 static uint32_t memlog_read(void *opaque, target_phys_addr_t offset)
26 (void)opaque;
33 static void memlog_write(void *opaque, target_phys_addr_t offset, uint32_t val)
36 struct goldfish_device *dev = opaque;
isa.h 23 void *opaque);
  /external/qemu/slirp/
libslirp.h 21 void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
24 void *opaque);
  /external/webkit/Source/WebCore/manual-tests/
partially-opaque-form-elements.html 6 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=41113">Bugzilla bug 41113</a> [WinCairo] Text box backgrounds do not render in partially opaque layers</p>
9 In the next paragraph you should see a partially opaque sequence including:
partially-opaque-text-input.html 6 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=41113">Bugzilla bug 41113</a> [WinCairo] Text box backgrounds do not render in partially opaque layers</p>
9 In the next paragraph you should see a partially opaque sequence including:
  /system/core/toolbox/
getprop.c 9 static void record_prop(const char* key, const char* name, void* opaque)
11 strlist_t* list = opaque;
  /external/llvm/test/CodeGen/X86/GC/
badrootproto.ll 4 %meta = type opaque
  /external/llvm/test/Linker/
2003-05-15-TypeProblem.ll 4 ; RUN: echo {%M = type \{ %N*\} %N = type opaque} | llvm-as > %t.2.bc
2003-08-20-OpaqueTypeResolve.ll 6 %N = type opaque
2003-08-23-RecursiveOpaqueTypeResolve.ll 8 %T1 = type opaque
2003-08-28-TypeResolvesGlobal.ll 5 %M = type opaque
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
218 voidpf buf = opaque; /* just to make some compilers happy */
240 void zcfree (voidpf opaque, voidpf ptr)
258 ptr = opaque; /* just to make some compilers happy */
275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
277 if (opaque) opaque = 0; /* to make compiler happy */
281 void zcfree (voidpf opaque, voidpf ptr)
283 if (opaque) opaque = 0; /* to make compiler happy *
    [all...]
  /external/zlib/
zutil.c 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size)
218 voidpf buf = opaque; /* just to make some compilers happy */
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
258 ptr = opaque; /* just to make some compilers happy */
275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size)
277 if (opaque) opaque = 0; /* to make compiler happy */
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
283 if (opaque) opaque = 0; /* to make compiler happy *
    [all...]
  /external/clang/test/CodeGenCXX/
exceptions-no-rtti.cpp 32 void opaque();
39 opaque();
44 opaque();
  /external/qemu/android/
hw-kmsg.c 25 kernel_log_can_read( void* opaque )
31 kernel_log_read( void* opaque, const uint8_t* from, int len )
33 KernelLog* k = opaque;

Completed in 243 milliseconds

1 23 4 5 6 7 8 91011>>