Searched refs:COUNT (Results 26 - 50 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dtime.c23 return (cycle_t)sysreg_read(COUNT);
29 * measured by COUNT (and COMPARE) don't happen during sleep states.
31 * So we rate the clocksource using COUNT as very low quality.
73 /* The time to read COUNT then update COMPARE must be less
76 sysreg_write(COMPARE, (sysreg_read(COUNT) + delta) ? : 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrncpy.S5 * Copy no more than COUNT bytes of the null-terminated string from
6 * SRC to DST. If SRC does not cover all of COUNT, the balance is
37 or $4, $27, $4 # written byte and the last byte in COUNT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/arrays/
H A Darrays.cpp394 static const int COUNT = 5; local
396 for ( i = 0; i < COUNT; ++i )
399 CPPUNIT_ASSERT( list1.capacity() >= (size_t)COUNT );
400 CPPUNIT_ASSERT_EQUAL( (size_t)COUNT, list1.size() );
408 CPPUNIT_ASSERT_EQUAL( COUNT, i );
410 for ( rit = list1.rbegin(), ren = list1.rend(), i = COUNT;
426 CPPUNIT_ASSERT( ( list1.front() == 0 ) && ( list1.back() == COUNT - 1 ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/hashes/
H A Dhashes.cpp119 const int COUNT = 100; local
126 for ( i = 0; i < COUNT; ++i )
139 CPPUNIT_ASSERT( i == COUNT );
144 for ( i = 0; i < COUNT; ++i )
150 for ( i = 0; i < COUNT/2; ++i )
153 for ( i = COUNT/2; i < COUNT; ++i )
156 for ( i = 0; i < COUNT/2; ++i )
159 for ( i = 0; i < COUNT/2; ++i )
162 for ( i = 0; i < COUNT/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/
H A Dbf_opts.c206 tm[index]=((double)COUNT(cb))/tm[index];
260 # define COUNT(d) (d) macro
263 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_opts.c220 tm[index]=((double)COUNT(cb))/tm[index];
274 #define COUNT(d) (d) macro
277 #define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcastopts.c230 tm[index]=((double)COUNT(cb))/tm[index];
284 #define COUNT(d) (d) macro
287 #define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcastopts.c216 tm[index]=((double)COUNT(cb))/tm[index];
270 # define COUNT(d) (d) macro
273 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/
H A Dbf_opts.c206 tm[index]=((double)COUNT(cb))/tm[index];
260 # define COUNT(d) (d) macro
263 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcastopts.c216 tm[index]=((double)COUNT(cb))/tm[index];
270 # define COUNT(d) (d) macro
273 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-spear/
H A Dtime.c42 #define COUNT(x) ((x) * 0x80 + 0x8C) macro
76 return (cycle_t) readw(gpt_base + COUNT(CLKSRC));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_opts.c412 tm[index]=((double)COUNT(cb))/tm[index];
470 #define COUNT(d) (d) macro
473 #define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes_opts.c409 tm[index]=((double)COUNT(cb))/tm[index];
469 # define COUNT(d) (d) macro
472 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes_opts.c409 tm[index]=((double)COUNT(cb))/tm[index];
469 # define COUNT(d) (d) macro
472 # define COUNT(d) (count) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_64.S335 #define PMDS(START, PERM, COUNT) \
337 .rept (COUNT) ; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsbrdsp.asm429 %define COUNT 32*4
431 mov cq, -COUNT
432 lea vrevq, [vq + OFFSET + COUNT]
434 add srcq, 2*COUNT
H A Dh264_qpel_10bit.asm613 %define COUNT 2
616 %define COUNT 3
622 mov r3d, COUNT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h152 # define COUNT(x) do { (x)++; } while (0) macro
154 # define COUNT(x) do {} while (0) macro
H A Dehci-hcd.c374 COUNT (ehci->stats.lost_iaa);
789 COUNT (ehci->stats.normal);
791 COUNT (ehci->stats.error);
804 COUNT(ehci->stats.reclaim);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp77 -S, --switch=COUNT Causes the generated C code to use a switch
80 requirements for some keyfiles. The COUNT argument
84 the elements in each table, etc. If COUNT is very
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipsalgt.cpp55 enum DataType {OTHER, COUNT, KEY_T, IV, INPUT, OUTPUT}; enumerator in enum:TestDataParser::DataType
63 m_typeToName[COUNT] = "COUNT";
65 m_nameToType["COUNT"] = COUNT;
189 if (t != COUNT)
704 OutputData(output, "COUNT ", j);
937 OutputData(output, COUNT, IntToString(i));
1010 OutputData(output, COUNT, m_count++);
1040 OutputGivenData(output, COUNT, tru
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dplural.c479 #define __yy_memcpy(TO,FROM,COUNT) __builtin_memcpy(TO,FROM,COUNT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_vfp.S214 COUNT .req v5 label
259 @ COUNT is used to count down 2 things at once:
263 mov COUNT, #(-4 << 5) + 16
264 adds COUNT, COUNT, SBACT, lsl #5
321 subs COUNT, COUNT, #(4 << 5) + 2
324 adds COUNT, COUNT, #3 << 5
326 bics lr, COUNT, #
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_qpel_10bit.asm620 %define COUNT 2
623 %define COUNT 3
629 mov r3d, COUNT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_at_ao.c103 #define COUNT 0x20 macro

Completed in 224 milliseconds

123