Searched refs:MSW (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddde.h28 #error DDE is only supported on MSW
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A D__ashrdi3.S34 csra gr8,gr10,gr8 ,cc4,#1 ; MSW >>= N
35 cor.p gr4,gr9,gr9 ,cc4,#1 ; LSW |= MSW << M
38 csra gr8,gr10,gr9 ,cc4,#0 ; LSW = MSW >> (N & 31 [implicit AND])
39 csra.p gr8,gr6,gr8 ,cc4,#0 ; MSW >>= 31
H A D__lshrdi3.S33 csrl gr8,gr10,gr8 ,cc4,#1 ; MSW >>= N
34 cor.p gr4,gr9,gr9 ,cc4,#1 ; LSW |= MSW << M
37 csrl gr8,gr10,gr9 ,cc4,#0 ; LSW = MSW >> (N & 31 [implicit AND])
38 cor.p gr0,gr0,gr8 ,cc4,#0 ; MSW = 0
H A D__muldi3.S26 umul gr8,gr11,gr4 ; GR4:GR5 = x.MSW * y.LSW
27 umul gr9,gr10,gr6 ; GR6:GR7 = x.LSW * y.MSW
H A D__ashldi3.S30 csll.p gr8,gr10,gr8 ,cc4,#1 ; MSW <<= N
34 cor.p gr4,gr8,gr8 ,cc4,#1 ; MSW |= LSW >> M
37 csll gr9,gr10,gr8 ,cc4,#0 ; MSW = LSW << (N & 31 [implicit AND])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A D__ashldi3.S37 lsr a1,d0,a1 # get overflow from LSW -> MSW
39 or_asl a1,d1,a0,d0 # insert overflow into MSW and
H A D__ashrdi3.S37 asl a1,d1,a1 # get underflow from MSW -> LSW
40 # shift the MSW
H A D__lshrdi3.S38 asl a1,d1,a1 # get underflow from MSW -> LSW
41 # shift the MSW
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_mbx.c371 if (MSW(risc_addr) || IS_FWI2_CAPABLE(ha)) {
373 mcp->mb[8] = MSW(risc_addr);
380 mcp->mb[2] = MSW(req_dma);
382 mcp->mb[6] = MSW(MSD(req_dma));
386 mcp->mb[4] = MSW(risc_code_size);
439 mcp->mb[1] = MSW(risc_addr);
737 mcp->mb[1] = MSW(risc_addr);
790 mcp->mb[2] = MSW(phys_addr);
792 mcp->mb[6] = MSW(MSD(phys_addr));
1155 mcp->mb[2] = MSW(h
[all...]
H A Dqla_isr.c188 qla2x00_mbx_completion(vha, MSW(stat));
195 mb[0] = MSW(stat);
206 mb[1] = MSW(stat);
211 mb[1] = MSW(stat);
1544 que = MSW(sts->handle);
1871 uint16_t que = MSW(pkt->handle);
2145 qla24xx_mbx_completion(vha, MSW(stat));
2150 mb[0] = MSW(stat);
2289 qla24xx_mbx_completion(vha, MSW(stat));
2294 mb[0] = MSW(sta
[all...]
H A Dqla_dbg.c66 WRT_REG_WORD(&reg->mailbox8, MSW(addr));
68 WRT_REG_WORD(&reg->mailbox2, MSW(dump_dma));
70 WRT_REG_WORD(&reg->mailbox6, MSW(MSD(dump_dma)));
73 WRT_REG_WORD(&reg->mailbox4, MSW(dwords));
241 WRT_MAILBOX_REG(ha, reg, 8, MSW(addr));
243 WRT_MAILBOX_REG(ha, reg, 2, MSW(dump_dma));
245 WRT_MAILBOX_REG(ha, reg, 6, MSW(MSD(dump_dma)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmisc_32.S611 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
613 sraw r7,r3,r7 # t2 = MSW >> (count-32)
616 sraw r3,r3,r5 # MSW = MSW >> count
622 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count
626 or r3,r3,r6 # MSW |= t1
628 or r3,r3,r7 # MSW |= t2
635 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
636 srw r7,r3,r7 # t2 = count < 32 ? 0 : MSW >> (coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcolordlg.tex34 fixed size (MSW).
H A Dfildatob.tex48 {\bf MSW only:} adds a file to the file list represented by this data object.
H A Durldataob.tex23 Under MSW:
H A Ddropsrc.tex26 wxDragMove, // the data was successfully moved (MSW only)
116 \docparam{scrolling}{true if the window is scrolling. MSW only. }
H A Dtprint.tex66 (for printing under MSW and Mac), or a \helpref{wxPostScriptDC}{wxpostscriptdc}
103 Class wxPrinterDC is the wxDC that represents the actual printed page under MSW
109 the printable area seen by the application, and under MSW and Mac, it is the
181 all fields; for example, the MSW page setup dialog lets you set the page margins
H A Ddroptrgt.tex35 wxDragMove, // the data was successfully moved (MSW only)
H A Dgraphicsrenderer.tex32 Returns the default renderer on this platform. On OS X this is the Core Graphics (a.k.a. Quartz 2D) renderer, on MSW the GDIPlus renderer, and on GTK we currently default to the cairo renderer.
H A Dpalette.tex17 obsolete nowadays and only the MSW port is still using a native palette.
H A Dtchanges.tex101 \item wxChoice and wxCombobox now handle their size in the same way as in all the other ports under MSW, new code is actually correct but different from weird stuff they were doing before so the behaviour of your programs might change
108 \item Identical functionality of wxFileDialog::ParseWildcard, wxGenericDirCtrl::ParseFilter, Motif and MSW parsing native dialogs is now accessible in ::wxParseCommonDialogsFilter
135 \item (MSW only) wxWindow::GetUseCtl3D(), GetTransparentBackground() and SetTransparent() as well as wxNO\_3D and wxUSER\_COLOURS styles
H A Daboutdlginfo.tex30 GTK+ version supports all the possible fields natively but MSW and Mac versions
H A Dprint.tex785 A printer device context is specific to MSW and Mac, and allows access to any
836 area on MSW and Mac. The coordinates of the top left corner of the paper
892 (at least in MSW)
971 \helpref{wxDC::GetPageSizePixels}{wxprintoutgetpagesizepixels}. On MSW and Mac,
1055 origin is at the top left corner of the page rectangle. On MSW and Mac, the page
1137 On MSW and Mac, this will be the printable area of the paper. On other platforms
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlge/
H A Dqlge_mpi.c761 mbcp->mbox_in[2] = MSW(req_dma);
763 mbcp->mbox_in[4] = MSW(size);
765 mbcp->mbox_in[6] = MSW(MSD(req_dma));
767 mbcp->mbox_in[8] = MSW(addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_ctx.c818 eswitch->max_active_vlans = LSB(MSW(arg2));
858 eswitch->active_vlans = LSB(MSW(arg2));

Completed in 112 milliseconds

12