Searched refs:Number (Results 26 - 50 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c682 if ((pTxBlk->TxFrameType == TX_RALINK_FRAME) && (pTxBlk->TxPacketList.Number == 2)) { /* For RALINK-Aggregation, allow two frames in one batch. */
861 if (pTxBlk->TxPacketList.Number == 1)
867 Count += pTxBlk->TxPacketList.Number;
1277 unsigned long Number; local
1282 Number = pAd->TxSwQueue[QID_AC_BK].Number
1283 + pAd->TxSwQueue[QID_AC_BE].Number
1284 + pAd->TxSwQueue[QID_AC_VI].Number
1285 + pAd->TxSwQueue[QID_AC_VO].Number;
2213 if (pHeader->Frag == 0) /* Frag. Number i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex220 Number of comment fields (32 bit unsigned quantity specifying number of fields)
223 Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
229 Comment field 1 length (if [Number of comment fields] $>1$...)...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm244 uZipNumber = 0 ' Holds The Number Of Zip Files
294 '-- Display The Number Of Extracted Files!
296 MsgTmp = MsgTmp & vbNewLine & "Number Of Files: " & Str(uZipNumber)
372 MsgBox "Unexpected error #" & CStr(Err.Number) & " in call to ComDLG32" _
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dwxexpr.h130 int Number(void) const;
H A Dprop.h230 virtual int Number(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dffile.tex251 \docparam{ofs}{Number of bytes before the end of the file.}
275 Number of bytes written.
H A Daccel.tex139 \docparam{n}{Number of accelerator entries.}
H A Dchecklst.tex83 \docparam{n}{Number of strings with which to initialise the control.}
H A Dgridrend.tex58 \docparam{precision}{Number of digits after the decimal dot.}
H A Dgridedit.tex81 \docparam{count}{Number of strings from which the user can choose.}
241 \docparam{precision}{Number of digits after the decimal dot.}
H A Dlistbox.tex95 \docparam{n}{Number of strings with which to initialise the control.}
191 \docparam{nItems}{Number of items in the array {\it items}}
H A Dctrlsub.tex270 \membersection{wxControlWithItems::Number}\label{wxcontrolwithitemsnumber}
272 \constfunc{int}{Number}{\void}
H A Dlist.tex242 \membersection{wxList<T>::Number}\label{wxlistnumber}
244 \constfunc{int}{Number}{\void}
H A Dautoobj.tex157 \docparam{noArgs}{Number of arguments in {\it args} or {\it ptrArgs}.}
H A Dbitmapcombobox.tex95 \docparam{n}{Number of strings with which to initialise the control.}
H A Dodcbox.tex103 \docparam{n}{Number of strings with which to initialise the control.}
H A Ddocmanag.tex448 \docparam{noTemplates}{Number of templates being pointed to by the {\it templates} pointer.}
470 \docparam{noTemplates}{Number of templates being pointed to by the {\it templates} pointer.}
H A Dscrolwin.tex423 \docparam{noUnitsX}{Number of units in the horizontal direction.}
425 \docparam{noUnitsY}{Number of units in the vertical direction.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java71 return ((Number) val).longValue() == 0L;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dcapifunc.c225 void sendf(APPL * appl, word command, dword Id, word Number, byte * format, ...) argument
246 Number = appl->Number++;
247 PUT_WORD(&msg.header.number, Number);
589 a->profile.Number = card->Id;
H A Ddivacapi.h154 word Number; member in struct:_DATA_B3_DESC
162 word Number; member in struct:_DATA_ACK_DESC
201 word Number; member in struct:_APPL
700 #define CONN_NR 0x4C /* Connected Number */
1131 | Number of code | word | Parameter P1 of V.42bis in accordance |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c849 u32 NumberOfPackets Number of packet in packet array.
1134 if (pAd->TxSwQueue[QueIdx].Number >= MAX_PACKETS_IN_QUEUE) {
1837 ASSERT((pTxBlk->TxPacketList.Number > 1));
2084 ASSERT((pTxBlk->TxPacketList.Number == 2));
2426 NumberOfFrag Number of fragment required
2447 ASSERT(pTxBlk->TxPacketList.Number);
2451 pTxBlk->TxPacketList.Number));
2510 while (pTxBlk->TxPacketList.Number) {
H A Dsync.c1592 if ((pAd->TxSwQueue[QID_AC_BK].Number != 0)
1593 || (pAd->TxSwQueue[QID_AC_BE].Number !=
1595 || (pAd->TxSwQueue[QID_AC_VI].Number !=
1597 || (pAd->TxSwQueue[QID_AC_VO].Number !=
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h179 (pAd->TxSwQueue[QueIdx].Number == 0)) || (freeNum < 3))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlist.h258 int Number() const \
544 wxDEPRECATED( int Number() const ); // use GetCount instead.
1170 inline int wxListBase::Number() const { return (int)GetCount(); } function in class:wxListBase

Completed in 133 milliseconds

1234