Home
last modified time | relevance | path

Searched defs:NUM_PATTERNS (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h35 static const int NUM_PATTERNS = UPRV_LENGTHOF(PATTERNS); variable
/aosp_15_r20/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h35 static const int NUM_PATTERNS = UPRV_LENGTHOF(PATTERNS); variable
/aosp_15_r20/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c284 const size_t NUM_PATTERNS = sizeof(regex_patterns) / sizeof(regex_patterns[0]); variable
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/
H A Draminit_common.h303 #define NUM_PATTERNS 4 macro