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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DTCPageMap.h163 const Number maxKey = (1l << BITS) - 1; local
164 const Number invalidIndex = maxKey;
169 for (Number key = 0; key < maxKey; ) {
292 const Number maxKey = (1l << BITS) - 1; local
293 const Number invalidIndex = maxKey;
301 for (Number key = 0; key < maxKey; ) {
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java67 * and BlockIterator. When testing BlockIterator, we permute the maxKey
76 private int maxKey; /* Must be a multiple of 2. */ field in class:CollectionTest
163 /* BlockIterator tests with different maxKey values. */
177 int maxKey)
184 t.setParams(storedIter, maxKey);
245 private void setParams(boolean storedIter, int maxKey) { argument
248 this.maxKey = maxKey;
249 this.endKey = maxKey;
255 ((maxKey !
174 permuteTests(String[] args, TestSuite suite, boolean storedIter, int maxKey) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c366 int32_t maxKey = 0, maxPoolKey = 0x80000000; local
389 if (key > maxKey) {
390 maxKey = key;
408 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&

Completed in 134 milliseconds