Searched refs:counter (Results 151 - 175 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp134 wxLongLong counter = counter_li.QuadPart;
135 m_t0 = (counter * 10000 / m_frequency) - t*10;
156 wxLongLong counter = counter_li.QuadPart;
157 wxLongLong res = (counter * 10000 / m_frequency) - m_t0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprofile-low.S24 counter: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Datomic64.h16 long long counter; member in struct:__anon17086
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddsatest.c141 int counter,ret=0,i,j; local
161 seed, 20, &counter, &h, &cb))
170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
174 if (counter != 105)
176 BIO_printf(bio_err,"counter should be 105\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsatest.c141 int counter,ret=0,i,j; local
161 seed, 20, &counter, &h, &cb))
170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
174 if (counter != 105)
176 BIO_printf(bio_err,"counter should be 105\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c58 u32 counter; /* sdma pkts queued counter for this entry */ member in struct:ipath_user_sdma_pkt
90 u32 counter; member in struct:ipath_user_sdma_queue
109 pq->counter = 0;
163 u32 counter, size_t offset,
169 pkt->counter = counter;
369 /* free a packet list -- return counter value of last packet */
409 u32 counter = pq->counter; local
162 ipath_user_sdma_init_header(struct ipath_user_sdma_pkt *pkt, u32 counter, size_t offset, size_t len, int dma_mapped, struct page *page, void *kvaddr, dma_addr_t dma_addr) argument
587 u32 counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c57 u32 counter; /* sdma pkts queued counter for this entry */ member in struct:qib_user_sdma_pkt
89 u32 counter; member in struct:qib_user_sdma_queue
108 pq->counter = 0;
162 u32 counter, size_t offset,
168 pkt->counter = counter;
370 /* free a packet list -- return counter value of last packet */
410 u32 counter = pq->counter; local
161 qib_user_sdma_init_header(struct qib_user_sdma_pkt *pkt, u32 counter, size_t offset, size_t len, int dma_mapped, struct page *page, void *kvaddr, dma_addr_t dma_addr) argument
588 u32 counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Datomic.h35 return v->counter;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dintersil.c40 todintersil = (struct intersil_dt *) &intersil_clock->counter;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Ddh.h102 BIGNUM *counter; member in struct:dh_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_arith.c106 c->counter = -16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S62 daddiu $6,$6,-1 # decrement loop counter
H A Dmpih-mul2.S63 daddiu $6,$6,-1 # decrement loop counter
H A Dmpih-mul3.S63 daddiu $6,$6,-1 # decrement loop counter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul1.S62 daddiu $6,$6,-1 # decrement loop counter
H A Dmpih-mul2.S63 daddiu $6,$6,-1 # decrement loop counter
H A Dmpih-mul3.S63 daddiu $6,$6,-1 # decrement loop counter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsatest.c146 int counter, ret = 0, i, j; local
167 &counter,
176 BIO_printf(bio_err, "\ncounter=%d h=%ld\n", counter, h);
179 if (counter != 105) {
180 BIO_printf(bio_err, "counter should be 105\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsatest.c146 int counter, ret = 0, i, j; local
167 &counter,
176 BIO_printf(bio_err, "\ncounter=%d h=%ld\n", counter, h);
179 if (counter != 105) {
180 BIO_printf(bio_err, "counter should be 105\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dgetopt32.c26 int *counter; member in struct:__anon19848
183 on_off->counter = va_arg(p, int *);
243 if (on_off->counter)
244 (*(on_off->counter))++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dreputilsnoenv.tcl191 global counter
237 incr counter($machid)
239 # puts "$queuedir: Msg ready $fname to ready.$tofrom.$counter($machid)"
240 file rename -force $fname ready.$tofrom.$counter($machid)
251 global queuedbs machids counter qtestdir testdir
263 set counter($machid) 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c132 * bf.counter values in range [-1 .. SEGSIZE] represents size of data in the
137 int counter; /* size of data in buffer, or flag */ member in struct:bf
442 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
444 bfs[1].counter = BF_FREE;
467 bfs[current].counter = BF_FREE; /* free old one */
471 if (b->counter == BF_FREE) /* if it's empty */
475 return b->counter;
492 if (b->counter != BF_FREE) /* nop if not free */
500 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */
507 b->counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c355 int counter = 10000; local
398 while (--counter
400 if (!counter) {
429 /* This function converts ns nanoseconds to a counter value suitable
431 * which with its 24-bit counter, allows values up to 84 seconds.
586 int counter; local
619 counter = daqp_ns_to_timer(&cmd->convert_arg,
621 outb(counter & 0xff, dev->iobase + DAQP_PACER_LOW);
622 outb((counter >> 8) & 0xff, dev->iobase + DAQP_PACER_MID);
623 outb((counter >> 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dperf_event.c4 * ARM performance counter support.
45 * cycle counter CCNT + 31 events counters CNT0..30.
59 * A 1 bit for an index indicates that the counter is being used for
60 * an event. A 0 means that the counter can be used.
65 * A 1 bit for an index indicates that the counter is actively being
263 * were throttled we simply disabled the IRQ source and the counter
280 /* If we don't have a space for the counter then finish early. */
288 * If there is an event in the counter we are going to use then make
449 * Check whether we need to exclude the counter from certain modes.
471 * the event mapping and the counter t
910 armv6_pmcr_counter_has_overflowed(unsigned long pmcr, enum armv6_counters counter) argument
928 armv6pmu_read_counter(int counter) argument
945 armv6pmu_write_counter(int counter, u32 value) argument
1702 armv7_pmnc_counter_has_overflowed(unsigned long pmnc, enum armv7_counters counter) argument
2318 xscale1_pmnc_counter_has_overflowed(unsigned long pmnc, enum xscale_counters counter) argument
2508 xscale1pmu_read_counter(int counter) argument
2528 xscale1pmu_write_counter(int counter, u32 val) argument
2639 xscale2_pmnc_counter_has_overflowed(unsigned long of_flags, enum xscale_counters counter) argument
2851 xscale2pmu_read_counter(int counter) argument
2877 xscale2pmu_write_counter(int counter, u32 val) argument
[all...]

Completed in 146 milliseconds

1234567891011>>