Searched refs:counter (Results 101 - 125 of 531) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Datomic_32.c117 return __atomic_xchg(&v->counter, __atomic_setup(v), n).val;
123 return __atomic_xchg_add(&v->counter, __atomic_setup(v), i).val;
134 return __atomic_xchg_add_unless(&v->counter, __atomic_setup(v), u, a)
141 return __atomic_cmpxchg(&v->counter, __atomic_setup(v), o, n).val;
166 return __atomic64_xchg(&v->counter, __atomic_setup(v), n);
172 return __atomic64_xchg_add(&v->counter, __atomic_setup(v), i);
183 return __atomic64_xchg_add_unless(&v->counter, __atomic_setup(v),
190 return __atomic64_cmpxchg(&v->counter, __atomic_setup(v), o, n);
198 * Issue a prefetch to the counter to bring it into cache.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.h44 atomic_t counter; /* cells free */ member in struct:snd_seq_pool
72 return pool ? pool->total_elements - atomic_read(&pool->counter) : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsagen.c104 int counter, h; local
111 dsa = DSA_generate_parameters(1024, seed, 20, &counter, &h, cb, bio_err);
H A Ddsa_gen.c139 int counter = 0; local
249 counter = 0;
255 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
312 counter++;
316 if (counter >= 4096)
367 *counter_ret = counter;
412 int counter = 0; local
542 counter = 0;
548 if ((counter !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsagen.c104 int counter, h; local
111 dsa = DSA_generate_parameters(1024, seed, 20, &counter, &h, cb, bio_err);
H A Ddsa_gen.c139 int counter = 0; local
249 counter = 0;
255 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
312 counter++;
316 if (counter >= 4096)
367 *counter_ret = counter;
412 int counter = 0; local
542 counter = 0;
548 if ((counter !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlatmenc.c34 int counter; member in struct:__anon2173
94 put_bits(bs, 1, !!ctx->counter);
96 if (!ctx->counter) {
125 ctx->counter++;
126 ctx->counter %= ctx->mod;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmodule.c75 it's use-counter set to one. */
97 entry->counter = 1;
129 lookup, the module has it's resource counter incremented. */
138 entry->counter++;
146 module has it's resource counter incremented. FUNC is a function
158 entry->counter++;
165 /* Release a module. In case the use-counter reaches zero, destroy
171 if (module && ! --module->counter)
179 ++module->counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmodule.c75 it's use-counter set to one. */
97 entry->counter = 1;
129 lookup, the module has it's resource counter incremented. */
138 entry->counter++;
146 module has it's resource counter incremented. FUNC is a function
158 entry->counter++;
165 /* Release a module. In case the use-counter reaches zero, destroy
171 if (module && ! --module->counter)
179 ++module->counter;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_660x.c22 Description: National Instruments 660x counter/timer boards
306 /* kind of ENABLE for the second counter */
807 static void ni_gpct_write_register(struct ni_gpct *counter, unsigned bits, argument
810 struct comedi_device *dev = counter->counter_dev->dev;
812 ni_660x_write_register(dev, counter->chip_index, bits,
816 static unsigned ni_gpct_read_register(struct ni_gpct *counter, argument
819 struct comedi_device *dev = counter->counter_dev->dev;
821 return ni_660x_read_register(dev, counter->chip_index,
828 *counter)
830 return priv->mite_rings[counter
825 mite_ring(struct ni_660x_private *priv, struct ni_gpct *counter) argument
833 ni_660x_set_dma_channel(struct comedi_device *dev, unsigned mite_channel, struct ni_gpct *counter) argument
853 ni_660x_unset_dma_channel(struct comedi_device *dev, unsigned mite_channel, struct ni_gpct *counter) argument
871 ni_660x_request_mite_channel(struct comedi_device *dev, struct ni_gpct *counter, enum comedi_io_direction direction) argument
896 ni_660x_release_mite_channel(struct comedi_device *dev, struct ni_gpct *counter) argument
916 struct ni_gpct *counter = subdev_to_counter(s); local
934 struct ni_gpct *counter = subdev_to_counter(s); local
941 struct ni_gpct *counter = subdev_to_counter(s); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsemaphor.tex14 wxSemaphore is a counter limiting the number of threads concurrently accessing
15 a shared resource. This counter is always between $0$ and the maximum value
16 specified during the semaphore creation. When the counter is strictly greater
18 decrements the counter. As soon as it reaches $0$, any subsequent calls to
20 counter becomes strictly positive again as the result of calling
21 \helpref{Post}{wxsemaphorepost} which increments the counter.
25 example, when modeling a hotel reservation system a semaphore with the counter
64 would increase the counter past the maximum.
74 \twocolitem{{\bf wxSEMA\_OVERFLOW}}{Post() would increase counter past the max.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dxircom_cb.c99 /* transmit_used is the rotating counter that indicates which transmit
748 int counter; local
763 counter = 10;
764 while (counter > 0) {
769 counter--;
770 if (counter <= 0)
780 counter = 10;
781 while (counter > 0) {
786 counter--;
787 if (counter <
804 int counter; local
840 int counter; local
895 int counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_gen.c112 int counter=0; local
201 counter=0;
209 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter))
257 counter++;
261 if (counter >= 4096) break;
304 if (counter_ret != NULL) *counter_ret=counter;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dgenrand.c26 static uint32 counter; variable
128 * Add the counter, time of day, and pid.
133 v1 = (counter++) + mypid + tval.tv_sec;
134 v2 = (counter++) * mypid + tval.tv_usec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp_utils.cpp60 uint64 counter; local
63 QueryPerformanceCounter((LARGE_INTEGER*) &counter);
68 int64 ret = (int64)(((int64)counter - (int64)startPerformanceCounter) / counterPerMicrosecond);
74 ret = (int64)((counter - startPerformanceCounter) / counterPerMicrosecond);
99 // Returns a counter in some fraction of a nanoseconds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Datomic_mm.h18 #define atomic_read(v) (*(volatile int *)&(v)->counter)
19 #define atomic_set(v, i) (((v)->counter) = i)
85 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n)))
86 #define atomic_xchg(v, new) (xchg(&((v)->counter), new))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-internal.h60 DBusCounter *counter);
64 DBusCounter *counter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtexthtml.h60 /// Reset the file counter, in case, for example, the same names are required each time
61 static void SetFileCounter(int counter) { sm_fileCounter = counter; } argument
143 /// A counter for generating filenames
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-l2c.h130 * @counter: The counter to configure. Range 0..3.
132 * @clear_on_read: When asserted, any read of the performance counter
133 * clears the counter.
135 * The routine does not clear the counter.
137 void cvmx_l2c_config_perf(uint32_t counter,
140 * Read the given L2 Cache performance counter. The counter must be configured
143 * @counter: The counter t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoundfont.h39 int counter; member in struct:snd_sf_zone
49 int counter; member in struct:snd_sf_sample
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib506.c40 int counter; member in struct:userdata
67 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
68 user->counter++;
91 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter);
92 user->counter++;
161 user.counter = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_utils.c390 u32 counter; local
394 for (counter = 0; counter < 100 ; counter++) {
417 u32 counter; local
424 for (counter = 0; counter < 100 ; counter++) {
451 u32 counter; local
458 for (counter
496 u32 counter; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_cq.c129 u32 counter; local
215 for (counter = 0; counter < param.act_pages; counter++) {
237 "ehca_cq=%p cq_num=%x h_ret=%lli counter=%i "
239 h_ret, counter, param.act_pages);
244 if (counter == (param.act_pages - 1)) {
258 "counter=%i act_pages=%i",
260 h_ret, counter, param.act_pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dmarkup_oops.pl215 my $counter = 0;
257 $center = $counter;
260 $lines[$counter] = $line;
262 $counter = $counter + 1;
268 if ($counter == 0) {
306 while ($finish < $counter) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dmisc.c248 int counter; local
249 for (counter = 0; counter < count; counter++)
251 buf[counter] = (char)rand();

Completed in 186 milliseconds

1234567891011>>