Searched refs:counter (Results 126 - 150 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlatmenc.c37 int counter; member in struct:__anon3518
106 put_bits(bs, 1, !!ctx->counter);
108 if (!ctx->counter) {
140 ctx->counter++;
141 ctx->counter %= ctx->mod;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Dibm.c197 int counter; local
211 counter = 0;
241 if (counter >= state->limit)
243 put_partition(state, counter + 1,
246 counter++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c126 unsigned int counter; member in struct:bn_blinding_st
155 ret->counter = BN_BLINDING_COUNTER;
183 if (--(b->counter) == 0 && b->e != NULL &&
198 if (b->counter == 0)
199 b->counter = BN_BLINDING_COUNTER;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_sqp.c71 int counter; local
105 for (counter = 0;
107 counter < ehca_port_act_time;
108 counter++) {
114 if (counter == ehca_port_act_time) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dtimer.c45 uintptr_t counter; /* number of times the timer expired */ member in struct:sleepinfo
67 si.counter = 0;
84 si.counter++;
115 si.counter = 0;
236 dst->data = si.counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
214 int counter; member in struct:_xmlRegTrans
1120 if (trans->counter >= 0) {
1121 fprintf(output, "counted %d, ", trans->counter);
1255 xmlRegexpErrMemory(ctxt, "allocating counter");
1265 xmlRegexpErrMemory(ctxt, "allocating counter");
1297 xmlRegexpErrMemory(ctxt, "allocating counter");
1339 int counter, int count) {
1361 (trans->counter == counter)
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1494 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1513 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1585 int counter; local
1755 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3204 xmlRegCounterPtr counter; local
3241 xmlRegCounterPtr counter; local
3348 xmlRegCounterPtr counter; local
3786 xmlRegCounterPtr counter; local
3824 xmlRegCounterPtr counter; local
3847 xmlRegCounterPtr counter; local
3872 xmlRegCounterPtr counter; local
4243 xmlRegCounterPtr counter = NULL; local
5790 int counter; local
5876 int counter; local
5945 int counter; local
6024 int counter; local
6164 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6188 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
214 int counter; member in struct:_xmlRegTrans
1120 if (trans->counter >= 0) {
1121 fprintf(output, "counted %d, ", trans->counter);
1255 xmlRegexpErrMemory(ctxt, "allocating counter");
1265 xmlRegexpErrMemory(ctxt, "allocating counter");
1297 xmlRegexpErrMemory(ctxt, "allocating counter");
1339 int counter, int count) {
1361 (trans->counter == counter)
1337 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1494 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1513 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1585 int counter; local
1755 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3204 xmlRegCounterPtr counter; local
3241 xmlRegCounterPtr counter; local
3348 xmlRegCounterPtr counter; local
3786 xmlRegCounterPtr counter; local
3824 xmlRegCounterPtr counter; local
3847 xmlRegCounterPtr counter; local
3872 xmlRegCounterPtr counter; local
4243 xmlRegCounterPtr counter = NULL; local
5790 int counter; local
5876 int counter; local
5945 int counter; local
6024 int counter; local
6164 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6188 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-septel.c76 int counter = 0; local
106 counter++ ;
109 while ((m == NULL)&& (counter< 100)) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Disl_38xx.c116 u32 counter = 0; local
147 counter++;
158 "%08li.%08li Device asleep counter %i\n",
160 counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_bau.h457 short counter; member in struct:atomic_short
468 return v->counter;
482 : "+r" (i), "+m" (v->counter)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dproc.c52 uint64_t counter = 1; local
103 if (write(filt->kf_pfd, &counter, sizeof(counter)) < 0) {
167 /* Reset the counter */
172 dbg_printf(" counter=%llu", (unsigned long long) cur);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c495 DEBUG(3, ("_reg_perfcount_get_counter_info: No type data for counter [%d].\n", CounterIndex));
501 DEBUG(10, ("_reg_perfcount_get_counter_info: Got type [%d] for counter [%d].\n",
510 DEBUG(3, ("_reg_perfcount_get_counter_info: No counter data for counter [%d].\n", CounterIndex));
573 DEBUG(3,("Improperly aligned counter [%d]\n", obj->NumCounters));
635 DEBUG(3, ("_reg_perfcount_add_counter: Could not find parent object [%d] for counter [%d].\n",
655 /* Handle case of Objects/Counters without any counter data, which would suggest
799 DEBUG(3, ("Bogus relationship [%s] for counter [%d].\n", data.dptr, j));
804 DEBUG(3, ("_reg_perfcount_assemble_global: Failed to add new relationship for counter [%d].\n", j));
810 DEBUG(3, ("NULL relationship for counter [
942 PERF_COUNTER_DEFINITION *counter; local
1140 PERF_COUNTER_DEFINITION counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlautomata.h123 int counter);
128 int counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlautomata.h123 int counter);
128 int counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h123 int counter);
128 int counter);
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
207 int counter; member in struct:_xmlRegTrans
1037 if (trans->counter >= 0) {
1038 fprintf(output, "counted %d, ", trans->counter);
1172 xmlRegexpErrMemory(ctxt, "allocating counter");
1182 xmlRegexpErrMemory(ctxt, "allocating counter");
1214 xmlRegexpErrMemory(ctxt, "allocating counter");
1256 int counter, int count) {
1278 (trans->counter == counter)
1254 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1411 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1430 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1500 int counter; local
1613 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3051 xmlRegCounterPtr counter; local
3615 xmlRegCounterPtr counter; local
3653 xmlRegCounterPtr counter; local
3676 xmlRegCounterPtr counter; local
3701 xmlRegCounterPtr counter; local
4072 xmlRegCounterPtr counter = NULL; local
5665 int counter; local
5751 int counter; local
5820 int counter; local
5899 int counter; local
6039 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6063 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h123 int counter);
128 int counter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Datomic64_32.h12 u64 __aligned(8) counter; member in struct:__anon10518
37 return cmpxchg64(&v->counter, o, n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.c36 return pool->total_elements - atomic_read(&pool->counter);
182 atomic_dec(&pool->counter);
265 atomic_inc(&pool->counter);
266 used = atomic_read(&pool->counter);
431 while (atomic_read(&pool->counter) > 0) {
433 snd_printk(KERN_WARNING "snd_seq_pool_done timeout: %d cells remain\n", atomic_read(&pool->counter));
473 atomic_set(&pool->counter, 0);
516 snd_iprintf(buffer, "%sCells in use : %d\n", space, atomic_read(&pool->counter));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtypes.h207 int counter; member in struct:__anon18219
212 long counter; member in struct:__anon18220
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/include/mach/
H A Dnetx-regs.h190 #define NETX_GPIO_COUNTER_CTRL(counter) NETX_GPIO_REG(0x80 + ((counter)<<2))
191 #define NETX_GPIO_COUNTER_MAX(counter) NETX_GPIO_REG(0x94 + ((counter)<<2))
192 #define NETX_GPIO_COUNTER_CURRENT(counter) NETX_GPIO_REG(0xa8 + ((counter)<<2))
225 #define COUNTER_BIT(counter) ((1<<16)<<(counter))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlautomata.in.h123 int counter);
128 int counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_iec958.c61 unsigned int counter; member in struct:snd_pcm_iec958
106 unsigned int byte = iec->counter >> 3;
107 unsigned int mask = 1 << (iec->counter - (byte << 3));
123 else if (! iec->counter)
194 int counter = iec->counter; local
207 iec->counter = counter;
219 iec->counter++;
220 iec->counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl.c46 uint32_t *temp1_counter, *temp2_counter, **counter; local
57 counter = av_mallocz_array(2 * step + 1, sizeof(uint32_t *));
58 if (!counter) {
63 counter[i] = av_mallocz(counter_size);
64 if (!counter[i]) {
73 add_mask_counter(temp2_counter, counter[z], temp1_counter, step * 2);
74 memcpy(counter[z], temp1_counter, counter_size);
75 add_mask_counter(temp1_counter, counter[z + 1], temp2_counter, step * 2);
76 memcpy(counter[z + 1], temp2_counter, counter_size);
84 av_freep(&counter[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dpmc551.c357 u8 bcmd, counter; local
364 counter = 0;
371 counter = 0;
373 while (counter++ < 100) {
376 counter = 0;
378 while (counter++ < 100) {
468 if (counter++ > 100)
481 counter = 0;
484 if (counter++ > 100)
492 counter
[all...]

Completed in 169 milliseconds

1234567891011>>