Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/scripts/
H A Dsort-filenames.py15 def compare_strs(str1, str2, num_sort=True): argument
20 if num_sort:
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_monster.cc267 size_t num_sort) { in SortLeastRecentlyAccessed() argument
268 DCHECK_LE(static_cast<int>(num_sort), it_end - it_begin); in SortLeastRecentlyAccessed()
269 std::partial_sort(it_begin, it_begin + num_sort, it_end, LRACookieSorter); in SortLeastRecentlyAccessed()