Searched refs:COUNT (Results 1 - 25 of 62) sorted by last modified time

123

/external/valgrind/main/none/tests/
H A Dtls.c9 #define COUNT 10 macro
58 for(i = 0; i < COUNT; i++) {
/external/tinyxml2/
H A Dtinyxml2.h267 for( int i=0; i<COUNT-1; ++i ) {
270 block->chunk[COUNT-1].next = 0;
295 enum { COUNT = 1024/SIZE }; enumerator in enum:tinyxml2::MemPoolT::__anon31568
301 Chunk chunk[COUNT];
/external/srec/config/en.us/dictionary/
H A Dc0.624117 COUNT K AW1 N T
[all...]
/external/skia/src/gpu/gl/
H A DGrGLUniformManager.cpp14 #define ASSERT_ARRAY_UPLOAD_IN_BOUNDS(UNI, COUNT) \
/external/skia/tests/
H A DImageCacheTest.cpp16 static const int COUNT = 10; variable
23 SkBitmap bm[COUNT];
26 for (int i = 0; i < COUNT; ++i) {
30 for (int i = 0; i < COUNT; ++i) {
55 for (size_t i = 0; i < COUNT * 100; ++i) {
69 for (int i = 0; i < COUNT; ++i) {
89 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop
H A DRecorderTest.cpp16 #define COUNT(T) + 1 macro
17 static const int kRecordTypes = SK_RECORD_TYPES(COUNT);
18 #undef COUNT macro
H A DTSetTest.cpp36 #define COUNT 1732 macro
49 for (int i = 0; i < COUNT; i++) {
65 for (int i = 0; i < COUNT; i++) {
75 for (int i = 0; i < COUNT; i++) {
87 for (int i = 0; i < COUNT; i++) {
103 for (int i = 0; i < COUNT; i++) {
109 REPORTER_ASSERT(reporter, set.count() == 2 * COUNT);
113 REPORTER_ASSERT(reporter, set.count() == 2 * COUNT);
115 for (int i = 0; i < 2 * COUNT; i++) {
120 for (int i = 0; i < COUNT;
[all...]
/external/skia/bench/
H A DRegionContainBench.cpp28 COUNT = 10, enumerator in enum:RegionContainBench::__anon30421
33 return SkIRect::MakeXYWH(0, i*H/COUNT, w, H/COUNT);
41 for (int i = 0; i < COUNT; i++) {
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/distrib/ext4_utils/src/
H A Dtest_ext4fixup3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT
48 let COUNT="$RANDOM"%"$MAXCOUNT"
54 ext4fixup -d "$PHASE,$LOC,$COUNT" "$NEW_FS_IMAGE" 2>/dev/null
63 echo "$ME: test failed with parameters $PHASE, $LOC, $COUNT"
/external/qemu/hw/core/
H A Ddma.c53 #define COUNT 1 macro
141 r->now[COUNT] = 0;
167 val = (r->base[COUNT] << d->dshift) - r->now[COUNT];
169 val = r->now[ADDR] + r->now[COUNT] * dir;
352 r->now[COUNT], (r->base[COUNT] + 1) << ncont);
353 r->now[COUNT] = n;
355 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont);
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1138 const int COUNT = 15; local
1225 count_y = COUNT;
1226 count_x = cvRound((double)COUNT*sz1.width/sz1.height);
/external/openssl/apps/
H A Dspeed.c1489 #define COUNT(d) (d) macro
1496 #define COUNT(d) (count) macro
/external/openssl/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
H A Dspeed.c221 #define COUNT(d) (d) macro
224 #define COUNT(d) (count) macro
235 a=((double)COUNT(ca))/d;
252 b=((double)COUNT(cb)*8)/d;
269 c=((double)COUNT(cc)*BUFSIZE)/d;
290 d=((double)COUNT(cd)*BUFSIZE)/d;
303 e=((double)COUNT(ce))/e;
/external/openssl/crypto/rc2/
H A Drc2speed.c212 #define COUNT(d) (d) macro
215 #define COUNT(d) (count) macro
231 a=((double)COUNT(ca))/d;
251 b=((double)COUNT(cb)*8)/d;
268 c=((double)COUNT(cc)*BUFSIZE)/d;
/external/openssl/crypto/rc4/
H A Drc4speed.c211 #define COUNT(d) (d) macro
214 #define COUNT(d) (count) macro
230 a=((double)COUNT(ca))/d;
244 c=((double)COUNT(cc)*BUFSIZE)/d;
/external/oprofile/daemon/
H A Dopd_ibs_macro.h395 #define AGG_IBS_COUNT(EV, COUNT) opd_log_ibs_count(EV, trans, COUNT)
/external/oprofile/libop/
H A Dop_xml_out.h41 COUNT, enumerator in enum:__anon28436
/external/oprofile/libpp/
H A Dformat_output.cpp900 out << open_element(COUNT, true);
904 out << close_element(COUNT);
H A Dxml_utils.cpp402 out << open_element(COUNT, has_subclasses);
408 out << close_element(COUNT);
/external/oprofile/utils/
H A Dopcontrol637 COUNT=`echo $GOTEVENT | awk -F: '{print $2}'`
642 TMPEVENT="$EVENT:$COUNT"
655 set_event $f "$EVENT:$COUNT:$UNIT_MASK:$KERNEL:$USER"
1018 COUNT=0
1035 COUNT=`expr $COUNT + 1`
1045 if test "$COUNT" -eq "$DELAY_KILL"; then
1381 COUNT=`echo $GOTEVENT | awk -F: '{print $2}'`
1423 set_param rtc_value $COUNT
1424 $SYSCTL -w dev.oprofile.rtc_value=$COUNT
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHttp20Draft09.java419 for (int i = 0; i < Settings.COUNT; i++) {
H A DSettings.java63 static final int COUNT = 10; field in class:Settings
78 private final int[] values = new int[COUNT];
218 for (int i = 0; i < COUNT; i++) {
H A DSpdy3.java438 for (int i = 0; i <= Settings.COUNT; i++) {

Completed in 2380 milliseconds

123