Home
last modified time | relevance | path

Searched refs:sLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp3575 SourceLocation sLoc; in ParseObjCSelectorExpression() local
3589 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
/external/clang/lib/Parse/
DParseObjc.cpp3561 SourceLocation sLoc; in ParseObjCSelectorExpression() local
3575 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c60401 WalHashLoc sLoc; /* Hash table location */
60420 rc = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
60426 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
60429 if( sLoc.aHash[i]>iLimit ){
60430 sLoc.aHash[i] = 0;
60437 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit+1]);
60438 memset((void *)&sLoc.aPgno[iLimit+1], 0, nByte);
60448 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
60449 if( sLoc.aHash[iKey]==j ) break;
60451 assert( sLoc.aHash[iKey]==j );
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c60314 WalHashLoc sLoc; /* Hash table location */
60333 rc = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
60339 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
60342 if( sLoc.aHash[i]>iLimit ){
60343 sLoc.aHash[i] = 0;
60350 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit+1]);
60351 memset((void *)&sLoc.aPgno[iLimit+1], 0, nByte);
60361 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
60362 if( sLoc.aHash[iKey]==j ) break;
60364 assert( sLoc.aHash[iKey]==j );
[all …]
/external/sqlite/dist/
Dsqlite3.c60330 WalHashLoc sLoc; /* Hash table location */
60349 rc = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
60355 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
60358 if( sLoc.aHash[i]>iLimit ){
60359 sLoc.aHash[i] = 0;
60366 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit+1]);
60367 memset((void *)&sLoc.aPgno[iLimit+1], 0, nByte);
60377 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
60378 if( sLoc.aHash[iKey]==j ) break;
60380 assert( sLoc.aHash[iKey]==j );
[all …]