Searched refs:dword (Results 151 - 175 of 180) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_weight_10bit.asm56 shl r5, 19 ; *8, move to upper half of dword
H A Dproresdsp.asm69 ; %1/%2/%3/%4 >>= %7; dword -> word (in %1/%3)
H A Dsbrdsp.asm82 fld dword r0m
H A Dvp8dsp.asm360 packssdw mm3, mm0 ; merge dword->word (4px)
418 packssdw mm1, mm0 ; merge dword->word (4px)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dx86inc.asm138 ; rNd, rNw, rNb are dword, word, and byte size
140 ; rNm is the original location of arg N (a register or on the stack), dword
158 %define r%1mp dword r %+ %1 %+ m
555 %define r%1mp dword r%1m
H A Dfloat_dsp.asm353 fld dword r0m
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputilenc_yasm.asm339 psrldq m7, 4 ; shift hi dword to lo
H A Dh264_idct_10bit.asm468 add dword [r1], 32
H A Dproresdsp.asm69 ; %1/%2/%3/%4 >>= %7; dword -> word (in %1/%3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/x86/
H A Dx86inc.asm53 ; via register, assume that the high dword of that register is filled with 0.
123 ; rNd, rNw, rNb are dword, word, and byte size
124 ; rNm is the original location of arg N (a register or on the stack), dword
138 %define r%1mp dword %6
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpanama.cpp79 AS2( mov eax, dword ptr [AS_REG_2+4*16])
H A Dinteger.cpp142 #define Declare2Words(x) dword x;
146 #define MultiplyWords(p, a, b) p = (dword)a*b;
154 #define AddWithCarry(u, a, b) u = dword(a) + b + GetCarry(u);
155 #define SubtractWithBorrow(u, a, b) u = dword(a) - b - GetBorrow(u);
197 r.m_whole = (dword)a * b;
279 dword m_whole;
H A Dcryptlib.cpp26 CRYPTOPP_COMPILE_ASSERT(sizeof(dword) == 2*sizeof(word));
H A Dvalidat1.cpp224 && sizeof(dword) == 2*sizeof(word)
235 cout << ", sizeof(dword) == " << sizeof(dword);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dassembly.h39 #define ASM_ULONG_INSN .dword
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddiva.c572 dword features;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v10.S148 .dword 0xffffffff ; can be overwritten later to insert new code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c1617 EARLY_PCI_OP(read, dword, u32 *)
1620 EARLY_PCI_OP(write, dword, u32)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c1576 EARLY_PCI_OP(read, dword, u32 *)
1579 EARLY_PCI_OP(write, dword, u32)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Daudio_convert.asm210 %define lend dword r2m
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Ddiskonchip.c414 uint32_t dword; member in union:__anon12389
427 ident.dword = readl(docptr + DoC_2k_CDSN_IO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dsierra_net.c110 u32 dword; member in union:param::__anon13484
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S601 .dword hw_bp_trigs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci.h1064 _PCI_NOP(o, dword, u32 x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.c1341 u32 dword = 0; local
1354 dword = RDOUTDOOR(adapter);
1355 if(dword != 0x10001234) {

Completed in 285 milliseconds

12345678