Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c384 const GLuint maxKey = ~((GLuint) 0) - 1; in _mesa_HashFindFreeKeyBlock() local
385 if (maxKey - numKeys > table->MaxKey) { in _mesa_HashFindFreeKeyBlock()
394 for (key = 1; key != maxKey; key++) { in _mesa_HashFindFreeKeyBlock()
/external/sqlite/dist/orig/
Dsqlite3.c69728 i64 maxKey /* Error if integer primary key greater than this */
69808 depth = checkTreePage(pCheck, pgno, &maxKey, maxKey);
69843 if( keyCanBeEqual ? (info.nKey > maxKey) : (info.nKey >= maxKey) ){
69846 maxKey = info.nKey;
69873 d2 = checkTreePage(pCheck, pgno, &maxKey, maxKey);
69884 *piMinKey = maxKey;
/external/sqlite/dist/
Dsqlite3.c69744 i64 maxKey /* Error if integer primary key greater than this */
69824 depth = checkTreePage(pCheck, pgno, &maxKey, maxKey);
69859 if( keyCanBeEqual ? (info.nKey > maxKey) : (info.nKey >= maxKey) ){
69862 maxKey = info.nKey;
69889 d2 = checkTreePage(pCheck, pgno, &maxKey, maxKey);
69900 *piMinKey = maxKey;
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...