Searched refs:Size (Results 76 - 100 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h231 wxImage Size( const wxSize& size, const wxPoint& pos,
257 int r = -1, int g = -1, int b = -1 ) { return *this = Size(size, pos, r, g, b); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dprivate.h561 virtual OSStatus SetData( ControlPartCode inPartCode , ResType inTag , Size inSize , const void * inData );
562 virtual OSStatus GetData( ControlPartCode inPartCode , ResType inTag , Size inBufferSize , void * inOutBuffer , Size * outActualSize ) const;
563 virtual OSStatus GetDataSize( ControlPartCode inPartCode , ResType inTag , Size * outActualSize ) const;
587 Size GetDataSize( ControlPartCode inPartCode , ResType inTag ) const
589 Size sz;
611 Size dummy;
626 Size dummy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dspectrum.c511 pTab->Size--;
525 pTab->Size++;
562 if (pTab->Size == 0) {
590 pTab->Size--;
708 pTab->Size--;
722 pTab->Size++;
759 if (pTab->Size == 0) {
787 pTab->Size--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpcmcia_resource.c817 if (req->Size == 0)
818 req->Size = s->map_size;
819 align = (s->features & SS_CAP_MEM_ALIGN) ? req->Size : s->map_size;
820 if (req->Size & (s->map_size-1)) {
846 win->res = pcmcia_find_mem_region(req->Base, req->Size, align,
878 res->end = req->Base + req->Size - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dmemcpy-sh4.S23 ! Size is 16 or greater, and may have trailing bytes
96 ! Size is 16 or greater, and may have trailing bytes
238 ! Size is not small, so its worthwhile looking for optimisations.
346 ! Size is 16 or greater and less than 64, but may have trailing bytes
395 ! Size is at least 64 bytes, so will be going round the big loop at least once.
572 ! Size is 16 or greater and less then 64, but may have trailing bytes
597 ! Size is at least 64 bytes, so will be going round the big loop at least once.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i810/
H A Di810_dma.c257 ring->space += ring->Size;
286 ring->space += ring->Size;
366 dev_priv->ring.Size = init->ring_size;
386 dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
857 i810_wait_ring(dev, dev_priv->ring.Size - 8);
874 i810_wait_ring(dev, dev_priv->ring.Size - 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c261 ring->space += ring->Size;
291 ring->space += ring->Size;
375 dev_priv->ring.Size = init->ring_size;
395 dev_priv->ring.tail_mask = dev_priv->ring.Size - 1;
1194 i830_wait_ring(dev, dev_priv->ring.Size - 8, __func__);
1211 i830_wait_ring(dev, dev_priv->ring.Size - 8, __func__);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h140 #define UDCOMP_OutMaxPkt(Size) /* Output Maximum Packet size */ \
142 (((Size) - 1) << FShft (UDCOMP_OUTMAXP))
146 #define UDCIMP_InMaxPkt(Size) /* Input Maximum Packet size */ \
148 (((Size) - 1) << FShft (UDCIMP_INMAXP))
321 #define UTCR0_DSS 0x00000008 /* Data Size Select */
742 #define SSCR0_DSS Fld (4, 0) /* Data Size - 1 Select [3..15] */
743 #define SSCR0_DataSize(Size) /* Data Size Select [4..16] */ \
744 (((Size) - 1) << FShft (SSCR0_DSS))
1678 #define DDAR_BS 0x00000004 /* device Burst Size */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidbase.tex84 Size management
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c309 req.Base = 0; req.Size = 0;
315 virt = ioremap(req.Base, req.Size);
317 pcmcia_map_mem_page(link, link->win, hw_info[i].offset & ~(req.Size-1));
318 base = &virt[hw_info[i].offset & (req.Size-1)];
1502 req.Base = 0; req.Size = window_size;
1530 ei_status.priv = req.Size;
1532 dev->mem_end = dev->mem_start + req.Size;
1536 ei_status.stop_page = start_pg + ((req.Size - offset) >> 8);
1761 PCMCIA_DEVICE_PROD_ID12("Ethernet", "CF Size PC Card", 0x00b2e941, 0x43ac239b),
1762 PCMCIA_DEVICE_PROD_ID123("Fast Ethernet", "CF Size P
[all...]
H A Dfmvj18x_cs.c553 req.Base = 0; req.Size = 0;
559 base = ioremap(req.Base, req.Size);
601 req.Base = 0; req.Size = 0;
607 lp->base = ioremap(req.Base, req.Size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Drndis.h438 u32 Size; member in struct:rndis_oobd
445 u32 Size; member in struct:rndis_per_packet_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas256 function _malloc(Size: Integer): Pointer; cdecl;
258 GetMem(Result, Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcursor.cpp199 imageSized = image.Size(wxSize(w, h), offset);
H A Ddialog.cpp105 wxCONSTRUCTOR_6( wxDialog , wxWindow* , Parent , wxWindowID , Id , wxString , Title , wxPoint , Position , wxSize , Size , long , WindowStyle)
H A Dradiobut.cpp96 wxCONSTRUCTOR_6( wxRadioButton , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dscrolbar.cpp81 wxCONSTRUCTOR_5( wxScrollBar , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dspinbutt.cpp110 wxCONSTRUCTOR_5( wxSpinButton , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dstatbmp.cpp90 wxCONSTRUCTOR_5( wxStaticBitmap, wxWindow* , Parent , wxWindowID , Id , wxBitmap, Bitmap, wxPoint , Position , wxSize , Size )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dchecklst.cpp115 wxCONSTRUCTOR_4( wxCheckListBox , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size )
H A Dnotebook.cpp111 wxCONSTRUCTOR_5( wxNotebook , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle)
H A Dslider.cpp94 wxCONSTRUCTOR_8( wxSlider , wxWindow* , Parent , wxWindowID , Id , int , Value , int , Minimum , int , Maximum , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRLE.cpp276 int size = m_part_status.Size();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dbc_dts_glob_lnx.h105 uint32_t Size; member in struct:BC_PCI_CFG
H A Dcrystalhd_cmds.c242 len = idata->udata.u.pciCfg.Size;
249 cnt = idata->udata.u.pciCfg.Size / len;
274 len = idata->udata.u.pciCfg.Size;
281 cnt = idata->udata.u.pciCfg.Size / len;

Completed in 197 milliseconds

123456789