Searched refs:counter (Results 176 - 200 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factory/
H A Dfactory.cpp63 unsigned int handle; // handle generation counter (is allowed to wrap around 32 bits)
74 t__counter *counter(unsigned int handle);
79 // Initialize empty pool and set handle generation counter to 0
181 // get ref to counter object from handle and renew lease
182 t__counter *Factory::counter(unsigned int handle) function in class:Factory
438 // Remote counter method implementations
445 { t__counter *counter = factory->counter(soap->header->h__handle); local
446 if (counter)
447 { counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory/
H A Dfactory.cpp63 unsigned int handle; // handle generation counter (is allowed to wrap around 32 bits)
74 t__counter *counter(unsigned int handle);
79 // Initialize empty pool and set handle generation counter to 0
181 // get ref to counter object from handle and renew lease
182 t__counter *Factory::counter(unsigned int handle) function in class:Factory
438 // Remote counter method implementations
445 { t__counter *counter = factory->counter(soap->header->h__handle); local
446 if (counter)
447 { counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_lib.c217 * PID, a time value and a counter.
224 static unsigned long counter; local
225 FIPS_get_timevec(buf, &counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dphantom.c50 atomic_t counter; member in struct:phantom_device
70 atomic_set(&dev->counter, 0);
175 atomic_set(&dev->counter, 0);
236 atomic_set(&dev->counter, 0);
263 pr_debug("phantom_poll: %d\n", atomic_read(&dev->counter));
268 else if (atomic_read(&dev->counter))
271 pr_debug("phantom_poll end: %x/%d\n", mask, atomic_read(&dev->counter));
315 atomic_inc(&dev->counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dspinlock_32.c212 while ((ret = __insn_tns((void *)&lock->counter)) == 1)
219 p->counter = v;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddmatest.c65 * The remaining bits are the inverse of a counter which increments by
152 unsigned int counter, bool is_srcbuf)
155 u8 expected = pattern | (~counter & PATTERN_COUNT_MASK);
178 unsigned int end, unsigned int counter, u8 pattern,
186 unsigned int counter_orig = counter;
189 counter = counter_orig;
192 expected = pattern | (~counter & PATTERN_COUNT_MASK);
196 counter, is_srcbuf);
199 counter++;
151 dmatest_mismatch(u8 actual, u8 pattern, unsigned int index, unsigned int counter, bool is_srcbuf) argument
177 dmatest_verify(u8 **bufs, unsigned int start, unsigned int end, unsigned int counter, u8 pattern, bool is_srcbuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dccm128.c157 * counter part of nonce may not be larger than L*8 bits, L is not larger
158 * than 8, therefore 64-bit counter...
160 static void ctr64_inc(unsigned char *counter) argument
165 counter += 8;
168 c = counter[n];
170 counter[n] = c;
333 static void ctr64_add(unsigned char *counter, size_t inc) argument
337 counter += 8;
340 val += counter[n] + (inc & 0xff);
341 counter[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_lib.c217 * PID, a time value and a counter.
224 static unsigned long counter; local
225 FIPS_get_timevec(buf, &counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dccm128.c157 * counter part of nonce may not be larger than L*8 bits, L is not larger
158 * than 8, therefore 64-bit counter...
160 static void ctr64_inc(unsigned char *counter) argument
165 counter += 8;
168 c = counter[n];
170 counter[n] = c;
333 static void ctr64_add(unsigned char *counter, size_t inc) argument
337 counter += 8;
340 val += counter[n] + (inc & 0xff);
341 counter[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/oprofile/
H A Dop_model_ev67.c81 /* CTR is a counter for which the user has requested an interrupt count
109 misses; the latter could be approximated by making the counter
134 op_add_pm(unsigned long pc, int kern, unsigned long counter, argument
138 if (counter == 1)
203 /* Most other bit and counter values will be
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/samples/
H A Dsandiego.pl54 counter 1; # maximun trying count to send.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c40 void inc_byte_array(u8 * counter, int len);
239 * @counter: Pointer to byte array
240 * @len: Length of the counter in bytes
242 * This function increments the last byte of the counter by one and continues
246 void inc_byte_array(u8 * counter, int len) argument
250 counter[pos]++;
251 if (counter[pos] != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmsr.h130 static inline unsigned long long native_read_pmc(int counter) argument
134 asm volatile("rdpmc" : EAX_EDX_RET(val, low, high) : "c" (counter));
233 #define rdpmc(counter, low, high) \
235 u64 _l = native_read_pmc((counter)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dobjcnt.c90 atomic_read(sctp_dbg_objcnt[i].counter), &len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-rs.c140 window->counter = 0;
165 if (!rs_sta->win[i].counter)
173 rs_sta->win[i].counter, i);
278 * subtract "1" from the success counter (this is the main reason
282 if (window->counter >= IWL_RATE_MAX_WINDOW) {
285 window->counter = IWL_RATE_MAX_WINDOW - 1;
293 /* Increment frames-attempted counter */
294 window->counter++;
310 if (window->counter > 0)
312 / window->counter;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dh/
H A Ddh_lib.c156 ret->counter = NULL;
205 if (r->counter != NULL) BN_clear_free(r->counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dquota.h256 struct percpu_counter counter[_DQST_DQSTAT_LAST]; member in struct:dqstats
264 percpu_counter_inc(&dqstats.counter[type]);
269 percpu_counter_dec(&dqstats.counter[type]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_lib.c165 ret->counter = NULL;
219 if (r->counter != NULL)
220 BN_clear_free(r->counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_lib.c165 ret->counter = NULL;
219 if (r->counter != NULL)
220 BN_clear_free(r->counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-clear_user.S68 addq $0, $4, $1 # .. .. .. E : bias counter
100 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
210 # so we will use $0 as the loop counter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_lblc.c109 int counter; /* counter for no expire */ member in struct:ip_vs_lblc_table
279 if ((tbl->counter % COUNT_FOR_FULL_EXPIRATION) == 0) {
282 tbl->counter = 1;
287 tbl->counter++;
343 tbl->counter = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbinstr.S21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
49 | d0: LEN counter
120 swap %d7 |put LEN counter in word d7a
127 swap %d7 |put LEN counter in word d7a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp571 int counter = 0; local
580 buf.WriteUInt8(counter++); // write tag value
593 counter = 0;
596 CheckTagData(*it++, it_name->first, valid_tag_value(counter++));
653 uint64 counter = 0; local
660 buf.WriteUInt8(counter++);
665 counter = 0;
667 CONTEXT(wxString::Format(wxT("Reading tag#%d"), counter));
670 CheckTagValue( valid_tag_value( counter ), newtag);
672 counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c1122 * @cnt_ptr: Current pointer to MIB counter index.
1125 * @mib_start: The starting counter index. Some ports do not start at 0.
1126 * @counter: 64-bit MIB counter value.
1145 u64 counter[TOTAL_PORT_COUNTER_NUM]; member in struct:ksz_port_mib
1339 * @counter: Port statistics counter.
1352 u64 counter[OID_COUNTER_LAST]; member in struct:ksz_port
1361 * @cnt: Running timer counter.
1389 * struct ksz_counter_info - OS dependent counter informatio
1395 wait_queue_head_t counter; member in struct:ksz_counter_info
1442 struct ksz_counter_info counter[TOTAL_PORT_NUM]; member in struct:dev_info
4631 get_mib_counters(struct ksz_hw *hw, int first, int cnt, u64 *counter) argument
6536 u64 counter[TOTAL_PORT_COUNTER_NUM]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/libiptc/
H A Dlibiptc.h61 struct ipt_counters *counter,

Completed in 150 milliseconds

1234567891011>>