Home | History | Annotate | Download | only in genrb

Lines Matching refs:maxKey

267     int32_t maxKey = 0, maxPoolKey = 0x80000000;
290 if (key > maxKey) {
291 maxKey = key;
309 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&