Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp249 int32_t CompareBytesBlock(T *lstr_pt, T *rstr_pt, int32_t min_count) in CompareBytesBlock()
290 int32_t min_count = (leng_ret < 0) ? lstr_leng : rstr_leng; in Compare() local