Searched refs:maxKey (Results 1 – 2 of 2) sorted by relevance
420 const GLuint maxKey = ~((GLuint) 0) - 1; in _mesa_HashFindFreeKeyBlock() local423 } else if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()432 for (key = 1; key != maxKey; key++) { in _mesa_HashFindFreeKeyBlock()
78818 i64 maxKey /* Error if integer primary key greater than this */78903 depth = checkTreePage(pCheck, pgno, &maxKey, maxKey);78938 if( keyCanBeEqual ? (info.nKey > maxKey) : (info.nKey >= maxKey) ){78941 maxKey = info.nKey;78968 d2 = checkTreePage(pCheck, pgno, &maxKey, maxKey);78979 *piMinKey = maxKey;