Home
last modified time | relevance | path

Searched refs:interesting_sizes (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/test/core/end2end/tests/
Dhpack_size.cc384 static const int interesting_sizes[] = {4096, 0, 100, in hpack_size() local
388 for (i = 0; i < GPR_ARRAY_SIZE(interesting_sizes); i++) { in hpack_size()
389 for (j = 0; j < GPR_ARRAY_SIZE(interesting_sizes); j++) { in hpack_size()
390 test_size(config, interesting_sizes[i], interesting_sizes[j]); in hpack_size()
/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cpp55 static const uptr interesting_sizes[] = {0, 1, 2, 30, 61, 62, 63, 64, 65, 66, variable
60 const uptr n = ARRAY_SIZE(interesting_sizes); in TEST()
62 const uptr size = interesting_sizes[fi]; in TEST()
268 const uptr n = ARRAY_SIZE(interesting_sizes); in TEST()
271 const uptr from = interesting_sizes[fi]; in TEST()
272 const uptr to = interesting_sizes[ti]; in TEST()