HomeSort by relevance Sort by last modified time
    Searched refs:d32 (Results 1 - 14 of 14) sorted by null

  /frameworks/native/opengl/libagl/
dxt.cpp 150 uint32_t const *d32 = (uint32_t *)data; local
152 uint32_t colors = *d32++;
164 uint32_t bits = *d32++;
177 ++d32;
201 uint32_t const *d32 = (uint32_t *)data; local
215 uint32_t colors = *d32++;
216 uint32_t bits = *d32++;
313 uint32_t const *d32 = (uint32_t *)data; local
329 uint32_t alphahi = *d32++;
330 uint32_t alphalo = *d32++
422 uint32_t const *d32 = (uint32_t *)data; local
    [all...]
  /external/kernel-headers/original/asm-x86/
acpi_32.h 71 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \
74 :"r"(d32), \
  /external/svox/pico/lib/
picosig2.c 65 picoos_int32 *d32; local
162 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
164 if (NULL == d32) {
168 sig_inObj->int_vec22 = d32;
169 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
171 if (NULL == d32) {
175 sig_inObj->int_vec23 = d32;
176 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
178 if (NULL == d32) {
182 sig_inObj->int_vec24 = d32;
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 536 VG_REGPARM(2) void MC_(helperc_b_store1) ( Addr a, UWord d32 );
537 VG_REGPARM(2) void MC_(helperc_b_store2) ( Addr a, UWord d32 );
538 VG_REGPARM(2) void MC_(helperc_b_store4) ( Addr a, UWord d32 );
539 VG_REGPARM(2) void MC_(helperc_b_store8) ( Addr a, UWord d32 );
540 VG_REGPARM(2) void MC_(helperc_b_store16)( Addr a, UWord d32 );
mc_main.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 2777 UInt d32; local
3338 Int d32, alen; local
7874 UInt d32; local
13400 storeLE(mkexpr(addr), mkU(szToITy(sz), d32)); local
    [all...]
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 492 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)]; member in union:__anon6246
506 for (size_t i = 0; i < dyn_filesz / sizeof dyn.d32[0]; ++i)
507 if (consider_dyn (dyn.d32[i].d_tag, dyn.d32[i].d_un.d_val))
link_map.c 798 Elf32_Dyn d32;
817 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)];
824 if (u->d32[i].d_tag == DT_DEBUG)
826 r_debug_vaddr = u->d32[i].d_un.d_val;
794 Elf32_Dyn d32; member in union:__anon6256
813 Elf32_Dyn d32[dyn_filesz \/ sizeof (Elf32_Dyn)]; member in union:__anon6257
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 414 unsigned int d32[2]; /**< any data */ member in union:snd_seq_ev_queue_control::__anon22790
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 414 unsigned int d32[2]; /**< any data */ member in union:snd_seq_ev_queue_control::__anon24380
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 414 unsigned int d32[2]; /**< any data */ member in union:snd_seq_ev_queue_control::__anon25892
  /external/skia/src/core/
SkBlitter_4444.cpp 175 // so we don't overflow the add with d32
182 uint32_t d32 = SkExpand_4444(*device) * invScale; local
183 *device = SkCompact_4444((c32 + d32) >> 4);
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1020 int32_t d32; local
1045 if (consumeInt32(insn, &d32))
1047 insn->displacement = d32;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 365 unsigned int d32[2]; member in union:snd_seq_ev_queue_control::__anon25167
    [all...]

Completed in 597 milliseconds