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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
mmx-shuffle.ll 14 %struct.QRegionPrivate = type opaque
16 %struct._XRegion = type opaque
2006-08-07-CycleInDAG.ll 2 %struct.foo = type opaque
  /external/llvm/test/Linker/
testlink1.ll 7 %Ty1 = type opaque
16 %Struct1 = type opaque
  /external/llvm/test/Transforms/JumpThreading/
lvi-load.ll 7 %"struct.llvm::Type" = type opaque
10 %"struct.llvm::ValueName" = type opaque
  /external/pcre/doc/html/
pcre_exec.html 74 <i>study_data</i> Opaque data from <b>pcre_study()</b>
77 <i>callout_data</i> Opaque data passed back to callouts
  /external/pcre/doc/
pcre_dfa_exec.3 79 \fIstudy_data\fP Opaque data from \fBpcre_study()\fP
82 \fIcallout_data\fP Opaque data passed back to callouts
  /external/qemu/audio/
audio_pt_int.c 24 void *opaque, const char *drv, const char *cap)
56 err = pthread_create (&p->thread, NULL, func, opaque);
noaudio.c 139 static void no_audio_fini (void *opaque)
141 (void) opaque;
rate_template.h 30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
33 struct rate *rate = opaque;
  /external/qemu/hw/
android_arm.c 56 uint32_t switch_test_write(void *opaque, uint32_t state)
58 goldfish_switch_set_state(opaque, state);
goldfish_events_device.c 88 static void events_state_save(QEMUFile* f, void* opaque)
90 events_state* s = opaque;
95 static int events_state_load(QEMUFile* f, void* opaque, int version_id)
97 events_state* s = opaque;
253 static void events_put_mouse(void *opaque, int dx, int dy, int dz, int buttons_state)
255 events_state *s = (events_state *) opaque;
272 static void events_put_generic(void* opaque, int type, int code, int value)
274 events_state *s = (events_state *) opaque;
goldfish_mmc.c 103 static void goldfish_mmc_save(QEMUFile* f, void* opaque)
105 struct goldfish_mmc_state* s = opaque;
110 static int goldfish_mmc_load(QEMUFile* f, void* opaque, int version_id)
112 struct goldfish_mmc_state* s = opaque;
415 static uint32_t goldfish_mmc_read(void *opaque, target_phys_addr_t offset)
418 struct goldfish_mmc_state *s = opaque;
445 static void goldfish_mmc_write(void *opaque, target_phys_addr_t offset, uint32_t val)
447 struct goldfish_mmc_state *s = opaque;
  /external/qemu/slirp-android/
libslirp.h 97 void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
100 void *opaque);
  /external/qemu/
vl.c 299 static uint32_t default_ioport_readb(void *opaque, uint32_t address)
307 static void default_ioport_writeb(void *opaque, uint32_t address, uint32_t data)
315 static uint32_t default_ioport_readw(void *opaque, uint32_t address)
324 static void default_ioport_writew(void *opaque, uint32_t address, uint32_t data)
331 static uint32_t default_ioport_readl(void *opaque, uint32_t address)
339 static void default_ioport_writel(void *opaque, uint32_t address, uint32_t data)
353 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque)
356 qemu_balloon_event_opaque = opaque;
687 static int drive_init_func(QemuOpts *opts, void *opaque)
689 int *use_scsi = opaque;
1562 void *opaque; member in struct:vm_change_state_entry
1612 void *opaque; member in struct:QEMUResetEntry
    [all...]
  /external/srec/srec/Nametag/include/
SR_Nametag.h 46 * @param value Transcription content (opaque)
47 * @param len length of the value (number of opaque bytes)
  /external/webkit/Source/WebCore/manual-tests/plugins/
windowed.html 104 <input type="checkbox" name="testZIndex"> Test opaque mode by setting wmode to opaque <br/>
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 55 virtual void reset(const IntSize& size, bool opaque = false)
57 m_isOpaque = opaque;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
sm_inter.x 84 opaque priv[16]; /* private information to store at monitor for requesting process */
115 opaque priv[16]; /* stored private information */
  /bionic/libm/sparc64/
fenv.c 33 * implementations, but it is immutable and opaque to the
  /external/bluetooth/glib/docs/reference/glib/tmpl/
string_chunks.sgml 48 An opaque data structure representing String Chunks.
  /external/chromium/chrome/common/
bzip2_unittest.cc 30 stream.opaque = NULL;
  /external/dbus/dbus/
dbus-address.h 40 /** Opaque type representing one of the semicolon-separated items in an address */
  /external/freetype/include/freetype/
ftincrem.h 68 * An opaque type describing a user-provided object used to implement
155 * Handle to an opaque @FT_Incremental handle provided by the client
195 * A handle to an opaque @FT_Incremental handle provided by the client
221 * A handle to an opaque @FT_Incremental handle provided by the client
  /external/llvm/test/CodeGen/Generic/
2006-05-06-GEP-Cast-Sink-Crash.ll 4 %struct.__sFILEX = type opaque
  /external/llvm/test/CodeGen/Thumb/
2011-06-16-NoGPRs.ll 12 %0 = type opaque

Completed in 977 milliseconds

<<11121314151617181920>>