Home
last modified time | relevance | path

Searched defs:pInLimit (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/perf/utfperf/
Dutfperf.cpp168 const UChar *pIn, *pInLimit; in call() local
235 const UChar *pIn, *pInLimit; in call() local
288 const char *pIn, *pInLimit; in call() local
/third_party/lz4/lib/
Dlz4.c659 unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) in LZ4_count()