Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3579 SourceLocation sLoc; in ParseObjCSelectorExpression() local
3593 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c65778 WalHashLoc sLoc; /* Hash table location */
65796 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);
65802 iLimit = pWal->hdr.mxFrame - sLoc.iZero;
65805 if( sLoc.aHash[i]>iLimit ){
65806 sLoc.aHash[i] = 0;
65813 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);
65815 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);
65825 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){
65826 if( sLoc.aHash[iKey]==j+1 ) break;
65828 assert( sLoc.aHash[iKey]==j+1 );
[all …]