Searched refs:counter1 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dop_model_loongson2.c108 uint64_t counter, counter1, counter2; local
121 counter1 = counter & 0xffffffff;
124 if (counter1 & LOONGSON2_PERFCNT_OVERFLOW) {
127 counter1 = reg.reset_counter1;
135 write_c0_perfcnt((counter2 << 32) | counter1);
H A Dop_model_rm9000.c87 uint32_t counter1, counter2; local
99 counter1 = counters;
104 counter1 = reg.reset_counter1;
111 counters = ((uint64_t)counter2 << 32) | counter1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factorytest/
H A Dfactorytest.cpp172 Counter counter1("myCounter"); // new counter object "myCounter" (created if not exists)
173 Counter counter2("myCounter"); // lookup and use counter "myCounter" (this is an alias to counter1!)
175 counter1.set(adder.get());
177 counter1.inc();
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
183 counter1.inc();
186 counter1.inc();
189 counter1.inc();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factorytest/
H A Dfactorytest.cpp172 Counter counter1("myCounter"); // new counter object "myCounter" (created if not exists)
173 Counter counter2("myCounter"); // lookup and use counter "myCounter" (this is an alias to counter1!)
175 counter1.set(adder.get());
177 counter1.inc();
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
183 counter1.inc();
186 counter1.inc();
189 counter1.inc();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c270 counter1 ------------------------/ |
303 static u32 counter1, counter0;
314 counter1 = (u32)getpid ();
352 buffer[8] = ((counter1 >> 24) & 0xff);
353 buffer[9] = ((counter1 >> 16) & 0xff);
354 buffer[10] = ((counter1 >> 8) & 0xff);
355 buffer[11] = ((counter1) & 0xff);
362 ++counter1;
302 static u32 counter1, counter0; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c270 counter1 ------------------------/ |
303 static u32 counter1, counter0;
314 counter1 = (u32)getpid ();
352 buffer[8] = ((counter1 >> 24) & 0xff);
353 buffer[9] = ((counter1 >> 16) & 0xff);
354 buffer[10] = ((counter1 >> 8) & 0xff);
355 buffer[11] = ((counter1) & 0xff);
362 ++counter1;
302 static u32 counter1, counter0; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dunsharp_opencl.c34 static inline void add_mask_counter(uint32_t *dst, uint32_t *counter1, uint32_t *counter2, int len) argument
38 dst[i] = counter1[i] + counter2[i];

Completed in 172 milliseconds