HomeSort by relevance Sort by last modified time
    Searched refs:maxKey (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/include/
pub_tool_wordfm.h 103 // given key is not present in the map. minKey and maxKey are the
106 // empty then the returned values are simply minKey and maxKey.
111 // fields associated with minKey and maxKey.
122 UWord maxKey, UWord maxVal,
  /external/valgrind/main/coregrind/
m_wordfm.c 424 UWord maxKey, UWord maxVal,
430 UWord kUpperBound = maxKey;
676 UWord maxKey, UWord maxVal,
679 /* really we should assert that minKey <= key <= maxKey,
684 maxKey, maxVal,
  /external/icu4c/tools/genrb/
reslist.c 267 int32_t maxKey = 0, maxPoolKey = 0x80000000;
290 if (key > maxKey) {
291 maxKey = key;
309 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
    [all...]

Completed in 320 milliseconds