Lines Matching defs:count
28 uint16_t value, int count) {
29 for (int i = 0; i < count; ++i) {
38 uint32_t value, int count) {
39 for (int i = 0; i < count; ++i) {
50 for (int count = 0; count < MAX_COUNT; ++count) {
55 sk_memset16(base, VALUE16, count);
58 compare16(reporter, base, VALUE16, count);
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
67 for (int count = 0; count < MAX_COUNT; ++count) {
72 sk_memset32(base, VALUE32, count);
75 compare32(reporter, base, VALUE32, count);
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
84 * depending on the alignment of the dst, and/or the size of the count.