Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp47 char storageClass, nAux; member in Symbol
275 if (e.nAux) { // auxiliary entry: skip in computeExternalSymbols()
276 f.seekg(e.nAux * 18, ios::cur); in computeExternalSymbols()
277 i += e.nAux; in computeExternalSymbols()
323 if (e.nAux) in hideSymbols()
324 i += e.nAux; in hideSymbols()
363 if (e.nAux) { in hideSymbols()
365 int nAux = e.nAux; in hideSymbols() local
366 for (int j = 1; j <= nAux; ++j) { in hideSymbols()
371 i += nAux; in hideSymbols()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c213532 if( rc==SQLITE_OK && pRtree->nAux ){
213536 for(jj=0; jj<pRtree->nAux; jj++){
213738 for(ii=0; ii<pRtree->nAux; ii++){
213774 if( i!=3 || pRtree->nAux==0 ){
213790 if( pRtree->nAux && rc!=SQLITE_NOMEM ){
213801 for(ii=0; ii<pRtree->nAux; ii++){
213986 pRtree->nAux++;
213988 }else if( pRtree->nAux>0 ){
215899 pRtree->nAux++;
216169 if( i<=pRtree->nAux ){
[all …]