Home
last modified time | relevance | path

Searched refs:kLengths (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp197 const int32_t kLengths[] = { 5, 12, 30, 100, 1000, 10000 }; variable
199 int32_t getMaxLength() { return kLengths[UPRV_LENGTHOF(kLengths) - 1]; } in getMaxLength()
226 for (int32_t i = 0; i < UPRV_LENGTHOF(kLengths); ++i) { in benchmark()
227 int32_t pieceLength = kLengths[i]; in benchmark()
/external/boringssl/src/crypto/bio/
Dbio_test.cc133 static const size_t kLengths[] = {5, 250, 251, 252, 253, 254, 1023}; in TEST() local
138 for (size_t length : kLengths) { in TEST()
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc181 static const size_t kLengths[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, in TEST() local
183 for (size_t len : kLengths) { in TEST()