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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hash.c 64 GLuint MaxKey; /**< highest key inserted so far */
187 if (key > table->MaxKey)
188 table->MaxKey = key;
442 * (_mesa_HashTable::MaxKey) and the maximum key possible, then simply return
449 const GLuint maxKey = ~((GLuint) 0);
451 if (maxKey - numKeys > table->MaxKey) {
454 return table->MaxKey + 1;
461 for (key = 1; key != maxKey; key++) {
  /external/mesa3d/src/mesa/main/
hash.c 64 GLuint MaxKey; /**< highest key inserted so far */
187 if (key > table->MaxKey)
188 table->MaxKey = key;
442 * (_mesa_HashTable::MaxKey) and the maximum key possible, then simply return
449 const GLuint maxKey = ~((GLuint) 0);
451 if (maxKey - numKeys > table->MaxKey) {
454 return table->MaxKey + 1;
461 for (key = 1; key != maxKey; key++) {
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 267 int32_t maxKey = 0, maxPoolKey = 0x80000000;
290 if (key > maxKey) {
291 maxKey = key;
309 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.c 366 int32_t maxKey = 0, maxPoolKey = 0x80000000;
389 if (key > maxKey) {
390 maxKey = key;
408 (!hasLocalKeys || maxKey < bundle->fLocalKeyLimit) &&
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 246 milliseconds