Searched refs:counter2 (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
122 counter2 = counter >> 32;
129 if (counter2 & LOONGSON2_PERFCNT_OVERFLOW) {
132 counter2 = reg.reset_counter2;
135 write_c0_perfcnt((counter2 << 32) | counter1);
H A Dop_model_rm9000.c87 uint32_t counter1, counter2; local
100 counter2 = counters >> 32;
108 counter2 = reg.reset_counter2;
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.cpp173 Counter counter2("myCounter"); // lookup and use counter "myCounter" (this is an alias to counter1!)
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
184 cout << "Counter=" << counter2.get() << endl;
187 cout << "Counter=" << counter2.get() << endl;
190 cout << "Counter=" << counter2.get() << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factorytest/
H A Dfactorytest.cpp173 Counter counter2("myCounter"); // lookup and use counter "myCounter" (this is an alias to counter1!)
179 cout << "Counter=" << counter2.get() << endl; // counter2 is an alias for counter1 so this prints the value of counter1
184 cout << "Counter=" << counter2.get() << endl;
187 cout << "Counter=" << counter2.get() << endl;
190 cout << "Counter=" << counter2.get() << endl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c269 counter2 -------------------/ | |
304 static u16 counter2;
330 counter2 and save the time for the next invocation. */
333 counter2++;
334 counter2 &= 0x0fff;
338 counter2 = 0;
349 buffer[6] = ((usec & 0xf0) | ((counter2 >> 8) & 0x0f));
350 buffer[7] = (counter2 & 0xff);
303 static u16 counter2; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c269 counter2 -------------------/ | |
304 static u16 counter2;
330 counter2 and save the time for the next invocation. */
333 counter2++;
334 counter2 &= 0x0fff;
338 counter2 = 0;
349 buffer[6] = ((usec & 0xf0) | ((counter2 >> 8) & 0x0f));
350 buffer[7] = (counter2 & 0xff);
303 static u16 counter2; 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 98 milliseconds