Searched refs:d32 (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dacpi_32.h71 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \
74 :"r"(d32), \
/external/svox/pico/lib/
H A Dpicosig2.c65 picoos_int32 *d32; local
163 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
165 if (NULL == d32) {
169 sig_inObj->int_vec22 = d32;
170 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
172 if (NULL == d32) {
176 sig_inObj->int_vec23 = d32;
177 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32)
179 if (NULL == d32) {
183 sig_inObj->int_vec24 = d32;
[all...]
/external/valgrind/main/memcheck/
H A Dmc_include.h551 VG_REGPARM(2) void MC_(helperc_b_store1) ( Addr a, UWord d32 );
552 VG_REGPARM(2) void MC_(helperc_b_store2) ( Addr a, UWord d32 );
553 VG_REGPARM(2) void MC_(helperc_b_store4) ( Addr a, UWord d32 );
554 VG_REGPARM(2) void MC_(helperc_b_store8) ( Addr a, UWord d32 );
555 VG_REGPARM(2) void MC_(helperc_b_store16)( Addr a, UWord d32 );
556 VG_REGPARM(2) void MC_(helperc_b_store32)( Addr a, UWord d32 );
H A Dmc_main.c5881 void VG_REGPARM(2) MC_(helperc_b_store1)( Addr a, UWord d32 ) {
5892 if (d32 == 0) {
5896 line->w32[lineoff] = d32;
5900 void VG_REGPARM(2) MC_(helperc_b_store2)( Addr a, UWord d32 ) {
5906 MC_(helperc_b_store1)( a + 0, d32 );
5907 MC_(helperc_b_store1)( a + 1, d32 );
5920 if (d32 == 0) {
5924 line->w32[lineoff] = d32;
5928 void VG_REGPARM(2) MC_(helperc_b_store4)( Addr a, UWord d32 ) {
5934 MC_(helperc_b_store2)( a + 0, d32 );
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c1345 IRJumpKind kind, Addr32 d32 )
1353 stmt( IRStmt_Put( OFFB_EIP, mkU32(d32) ) );
1543 /* d32(%eax) ... d32(%edi), not including d32(%esp)
1563 --> MOV d32, tmp
1582 = d32 following SIB byte
1586 = d32 following SIB byte + (%index << scale)
1689 = d32 + %base
1691 = d32
2798 UInt d32; local
3362 Int d32, alen; local
7937 UInt d32; local
13492 storeLE(mkexpr(addr), mkU(szToITy(sz), d32)); local
[all...]
H A Dguest_mips_toIR.c685 IRJumpKind kind, Addr32 d32 )
693 stmt( IRStmt_Put( OFFB_PC, mkU32(d32) ) );
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c492 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)]; member in union:__anon17516
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))
H A Dlink_map.c798 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:__anon17526
813 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)]; member in union:__anon17527
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1058 int32_t d32; local
1083 if (consumeInt32(insn, &d32))
1085 insn->displacement = d32;
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids5639 4d32 Hauppauge WinTV-USB III (PAL) FM Model 573
11364 0d32 Leo Hui Electric Wire & Cable Co., Ltd

Completed in 311 milliseconds