Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_wordfm.h122 UWord maxKey, UWord maxVal,
/external/valgrind/main/coregrind/
Dm_wordfm.c424 UWord maxKey, UWord maxVal, in avl_find_bounds() argument
430 UWord kUpperBound = maxKey; in avl_find_bounds()
676 UWord maxKey, UWord maxVal, in VG_()
684 maxKey, maxVal, in VG_()
/external/icu4c/tools/genrb/
Dreslist.c269 int32_t maxKey = 0, maxPoolKey = 0x80000000; in table_write16() local
292 if (key > maxKey) { in table_write16()
293 maxKey = key; in table_write16()
311 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) && in table_write16()