Home
last modified time | relevance | path

Searched refs:maxKey (Results 1 – 3 of 3) 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/flutter/flutter/packages/flutter/lib/src/material/
Darc.dart201 dynamic maxKey;
204 if (maxKey == null || key > maxKey) {
206 maxKey = key;
/third_party/sqlite/src/
Dsqlite3.c75993 i64 maxKey /* Error if integer primary key greater than this */
76078 depth = checkTreePage(pCheck, pgno, &maxKey, maxKey);
76113 if( keyCanBeEqual ? (info.nKey > maxKey) : (info.nKey >= maxKey) ){
76116 maxKey = info.nKey;
76143 d2 = checkTreePage(pCheck, pgno, &maxKey, maxKey);
76154 *piMinKey = maxKey;