Searched refs:Count (Results 1 - 25 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/fw/arc/
H A Dfile.c18 ULONG N, ULONG *Count)
20 return ARC_CALL4(get_vdirent, FileID, Buffer, N, Count);
36 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) argument
38 return ARC_CALL4(read, FileID, Buffer, N, Count);
48 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) argument
50 return ARC_CALL4(write, FileID, Buffer, N, Count);
17 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, ULONG N, ULONG *Count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Di18n.h38 # define ngettext(String1,String2,Count) (Count==1?String1:String2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/csharp/
H A DZipFileEntries.cs45 if (index > Count - 1 || index < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Diuu_phoenix.c449 int Count = 0; local
466 priv->buf[Count++] = IUU_UART_WRITE_I2C;
467 priv->buf[Count++] = FrqGenAdr << 1;
468 priv->buf[Count++] = 0x09;
469 priv->buf[Count++] = 0x00;
471 status = bulk_immediate(port, (u8 *) priv->buf, Count);
534 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */
535 priv->buf[Count++] = FrqGenAdr << 1;
536 priv->buf[Count++] = 0x09;
537 priv->buf[Count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_treebk.cpp103 if( depth <= m_treeContext.Count() )
120 if( depth < m_treeContext.Count() )
121 m_treeContext.RemoveAt(depth, m_treeContext.Count() - depth );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs146 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
165 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
H A DDomainBrowser.cs147 (addListeners.Count == 0 && removeListeners.Count == 0))
163 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DHostNameResolver.cs126 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
142 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
H A DRecordBrowser.cs165 (addListeners.Count == 0 && removeListeners.Count == 0))
180 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceBrowser.cs153 (addListeners.Count == 0 && removeListeners.Count == 0))
169 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceTypeBrowser.cs143 (addListeners.Count == 0 && removeListeners.Count == 0))
159 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceResolver.cs146 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
162 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs146 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
165 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
H A DDomainBrowser.cs147 (addListeners.Count == 0 && removeListeners.Count == 0))
163 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DHostNameResolver.cs126 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
142 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
H A DRecordBrowser.cs165 (addListeners.Count == 0 && removeListeners.Count == 0))
180 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceBrowser.cs153 (addListeners.Count == 0 && removeListeners.Count == 0))
169 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceTypeBrowser.cs143 (addListeners.Count == 0 && removeListeners.Count == 0))
159 (force || (addListeners.Count == 0 && removeListeners.Count == 0))) {
H A DServiceResolver.cs146 (foundListeners.Count == 0 && timeoutListeners.Count == 0))
162 (force || (foundListeners.Count == 0 && timeoutListeners.Count == 0))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dnetvsc_api.h38 u32 Count; member in struct:xferpage_packet
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Ddyntbar.cpp100 for( i = 0; i != mTools.Count(); ++i )
199 for( i = 0; i != mTools.Count(); ++i )
211 for( i = 0; i != mTools.Count(); ++i )
317 for( i = 0; i != mTools.Count(); ++i )
340 for( i = 0; i != mTools.Count(); ++i )
379 for( j = 0; j != mTools.Count(); ++j )
383 // Count all Vert Separators.
395 if (j+1 != mTools.Count())
450 for( i = 0; i != mTools.Count(); ++i )
477 for( i = 0; i != mTools.Count();
[all...]
H A Drowlayoutpl.cpp67 cbBarInfo* pBar = rowInfo.mBars[ rowInfo.mBars.Count() - 1 ];
133 for ( i = 0; i != pRow->mBars.Count(); ++i )
143 for ( i = 0; i != pRow->mBars.Count(); ++i )
179 for ( i = 0; i != pRow->mBars.Count(); ++i )
187 if ( pRow->mBars.Count() )
197 for ( i = 0; i != pRow->mBars.Count(); ++i )
306 cbBarInfo* pLast = pRow->mBars[ pRow->mBars.Count() - 1 ];
321 for ( i = 0; i != pRow->mBars.Count(); ++i )
333 for ( i = 0; i != pRow->mBars.Count(); ++i )
358 for ( i = 0; i != pRow->mBars.Count();
[all...]
H A Dupdatesmgr.cpp76 for( size_t i = 0; i != pane.GetRowList().Count(); ++i )
84 for( size_t k = 0; k != row.mBars.Count(); ++k )
156 for( size_t i = 0; i != pane.GetRowList().Count(); ++i )
174 for( size_t k = 0; k != row.mBars.Count(); ++k )
200 for( size_t k = 0; k != row.mBars.Count(); ++k )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscoredg.cpp62 for (unsigned int i = 0; i < players.Count(); i++)
146 list->CreateGrid(players.Count(), 4);
147 for (unsigned int i = 0; i < players.Count(); i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfontenum.cpp98 for ( size_t i = 0 ; i < fontFamilies.Count() ; ++i )

Completed in 216 milliseconds

1234567