Home
last modified time | relevance | path

Searched refs:maxKey (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.c420 const GLuint maxKey = ~((GLuint) 0) - 1; in _mesa_HashFindFreeKeyBlock() local
423 } else if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()
432 for (key = 1; key != maxKey; key++) { in _mesa_HashFindFreeKeyBlock()
/third_party/sqlite/src/
Dsqlite3.c78818 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;