Home
last modified time | relevance | path

Searched refs:TOTAL (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DMemsetTest.cpp22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD) macro
48 uint16_t buffer[TOTAL]; in test_16()
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_16()
65 uint32_t buffer[TOTAL]; in test_32()
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_32()
/third_party/node/test/parallel/
H A Dtest-https-agent-sni.js15 const TOTAL = 4;
16 let waiting = TOTAL;
42 for (let j = 0; j < TOTAL; j++) {
/third_party/musl/libc-test/src/functional/
H A Dfscanf.c11 #define TOTAL 515 macro
40 for (size_t i = 0; i < TOTAL; i++) { in write_content()
55 for (size_t i = 0; i < TOTAL; i++) { in check_content()
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py33 TOTAL = "specialization.deferred", "specialization.hit", "specialization.miss", "execution_count" variable
38 total = sum(family_stats.get(kind, 0) for kind in TOTAL)

Completed in 2 milliseconds