Searched refs:Size (Results 51 - 75 of 201) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dradiobut.cpp95 wxCONSTRUCTOR_6( wxRadioButton , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dfont.cpp69 wxPROPERTY( Size,int, SetPointSize, GetPointSize, 12 , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
78 wxCONSTRUCTOR_6( wxFont , int , Size , int , Family , int , Style , int , Weight , bool , Underlined , wxString , Face )
H A Dbutton.cpp105 wxCONSTRUCTOR_6( wxButton , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dchoice.cpp86 wxCONSTRUCTOR_4( wxChoice , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size )
H A Dcombobox.cpp105 wxCONSTRUCTOR_5( wxComboBox , wxWindow* , Parent , wxWindowID , Id , wxString , Value , wxPoint , Position , wxSize , Size )
H A Dframe.cpp134 wxCONSTRUCTOR_6( wxFrame , wxWindow* , Parent , wxWindowID , Id , wxString , Title , wxPoint , Position , wxSize , Size , long , WindowStyle)
H A Dlistbox.cpp96 wxCONSTRUCTOR_4( wxListBox , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size )
H A Dspinctrl.cpp102 wxCONSTRUCTOR_6( wxSpinCtrl , wxWindow* , Parent , wxWindowID , Id , wxString , ValueString , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dpanelg.cpp84 wxCONSTRUCTOR_5( wxPanel , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dpcmciamtd.c46 /* Size of the PCMCIA address space: 26 bits = 64 MB */
479 DEBUG(1, "Device: Size: %lu Width:%d Name: %s",
528 req.Size = (force_size) ? force_size << 20 : MAX_PCMCIA_ADDR;
534 req.Size >> 10, req.AccessSpeed);
538 req.Size >>= 1;
540 DEBUG(2, "Got window of size %dKiB", req.Size >> 10);
541 dev->win_size = req.Size;
544 } while(req.Size >= 0x1000);
557 dev->win_base = ioremap(req.Base, req.Size);
560 req.Base, req.Size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dpcmcia.c82 win.Size = SSB_CORE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dchannel.c32 u32 Size, /* page-size multiple */
304 static int VmbusChannelCreateGpadlHeader(void *Kbuffer, u32 Size, argument
320 /* ASSERT((Size & (PAGE_SIZE-1)) == 0); */
322 pageCount = Size >> PAGE_SHIFT;
349 gpaHeader->Range[0].ByteCount = Size;
406 gpaHeader->Range[0].ByteCount = Size;
426 * @Size: page-size multiple
430 u32 Size, u32 *GpadlHandle)
446 ret = VmbusChannelCreateGpadlHeader(Kbuffer, Size, &msgInfo, &msgCount);
469 Kbuffer, Size, msgCoun
429 VmbusChannelEstablishGpadl(struct vmbus_channel *Channel, void *Kbuffer, u32 Size, u32 *GpadlHandle) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsunplus.c569 u8 Size; local
571 Size = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv;
581 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
593 reg_w_1(gspca_dev, 0x25, 0, 4, Size);
600 Size += 3;
604 0x08, Size, 0,
605 0x80 | (Size & 0x0f), 1);
609 spca504_acknowledged_command(gspca_dev, 0x08, Size, 0);
614 reg_w_riv(gspca_dev, 0xa0, (0x0500 | (Size & 0x0f)), 0x00);
615 reg_w_riv(gspca_dev, 0x20, 0x01, 0x0500 | (Size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl;
220 Result := AllocMem(Size);
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl;
220 Result := AllocMem(Size);
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl;
220 Result := AllocMem(Size);
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl;
220 Result := AllocMem(Size);
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
256 // GetMem(Result, Items*Size);
257 Result := AllocMem(Items * Size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbmpbuttn.cpp68 newBmp = square_image.Size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgauge95.cpp125 wxCONSTRUCTOR_6( wxGauge95 , wxWindow* , Parent , wxWindowID , Id , int , Range , wxPoint , Position , wxSize , Size , long , WindowStyle )
H A Dstattext.cpp81 wxCONSTRUCTOR_6( wxStaticText , wxWindow* , Parent , wxWindowID , Id , wxString , Label , wxPoint , Position , wxSize , Size , long , WindowStyle )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Duma.h115 OSStatus UMAPutScrap( Size size , OSType type , void *data ) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c93 Length Size of outgoing management frame
231 Length Size of outgoing management frame
901 Size Frame size in units of byte
913 u16 RTMPCalcDuration(struct rt_rtmp_adapter *pAd, u8 Rate, unsigned long Size) argument
926 Duration += (u16)((Size << 4) / RateIdTo500Kbps[Rate]);
927 if ((Size << 4) % RateIdTo500Kbps[Rate])
933 4 * (u16)((11 + Size * 4) / RateIdTo500Kbps[Rate]);
934 if ((11 + Size * 4) % RateIdTo500Kbps[Rate])
1414 /*DBGPRINT(RT_DEBUG_TRACE,("%d subframe: Size = %d\n", nMSDU, PayloadSize)); */
1537 if (pAd->MacTab.Size >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h1122 #define CRYPTOPP_BLOCK_1(n, t, s) t* m_##n() {return (t *)(m_aggregate+0);} size_t SS1() {return sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1123 #define CRYPTOPP_BLOCK_2(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS1());} size_t SS2() {return SS1()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1124 #define CRYPTOPP_BLOCK_3(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS2());} size_t SS3() {return SS2()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1125 #define CRYPTOPP_BLOCK_4(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS3());} size_t SS4() {return SS3()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1126 #define CRYPTOPP_BLOCK_5(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS4());} size_t SS5() {return SS4()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1127 #define CRYPTOPP_BLOCK_6(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS5());} size_t SS6() {return SS5()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1128 #define CRYPTOPP_BLOCK_7(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS6());} size_t SS7() {return SS6()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
1129 #define CRYPTOPP_BLOCK_8(n, t, s) t* m_##n() {return (t *)(m_aggregate+SS7());} size_t SS8() {return SS7()+sizeof(t)*(s);} size_t m_##n##Size() {return (s);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatline.tex51 \docparam{size}{Size. Note that either the height or the width (depending on
H A Dstockitems.tex59 \twocolitem{wxID\_ZOOM\_100}{"\&Actual Size"}

Completed in 157 milliseconds

123456789