Home
last modified time | relevance | path

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

/freebsd-12.1/stand/ficl/
H A Dwords.c4201 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in getLocalParen() local
4202 stackPush(pVM->pStack, pVM->rStack->pFrame[nLocal]); in getLocalParen()
4209 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in toLocalParen() local
4210 pVM->rStack->pFrame[nLocal] = stackPop(pVM->pStack); in toLocalParen()
4254 FICL_INT nLocal = pVM->runningWord->param[0].i; in doLocalIm() local
4263 if (nLocal == 0) in doLocalIm()
4267 else if (nLocal == 1) in doLocalIm()
4359 FICL_INT nLocal = *(FICL_INT *)(pVM->ip++); in get2LocalParen() local
4369 FICL_INT nLocal = pVM->runningWord->param[0].i; in do2LocalIm() local
4379 dictAppendCell(pDict, LVALUEtoCELL(nLocal)); in do2LocalIm()
[all …]
/freebsd-12.1/crypto/heimdal/kadmin/
H A Dkadmin-commands.in69 help = "Writes the Kerberos master key to a file used by the KDC. \nLocal (-l) mode only."
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c9344 int nLocal; in dbdataNext() local
9395 nLocal = nPayload; in dbdataNext()
9401 nLocal = K; in dbdataNext()
9403 nLocal = M; in dbdataNext()
9407 if( bNextPage || nLocal+iOff>pCsr->nPage ){ in dbdataNext()
9420 memcpy(pCsr->pRec, &pCsr->aPage[iOff], nLocal); in dbdataNext()
9421 iOff += nLocal; in dbdataNext()
9424 if( nPayload>nLocal ){ in dbdataNext()
9425 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
H A Dsqlite3.c65452 pInfo->nLocal = (u16)surplus;
65486 pInfo->nLocal = 0;
68858 if( a->nLocal!=b->nLocal ) return 0;
69144 if( offset<pCur->info.nLocal ){
69154 offset -= pCur->info.nLocal;
69378 amt = pCur->info.nLocal;
72894 iOffset = pCur->info.nLocal;
200625 int nLocal;
200638 if( nLocal>nMaxLocal ) nLocal = nMinLocal;
200639 return nLocal;
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c49192 pInfo->nLocal = (u16)nPayload;
49214 pInfo->nLocal = (u16)surplus;
52124 if( offset<pCur->info.nLocal ){
52134 offset -= pCur->info.nLocal;
52301 u32 nLocal;
52321 nLocal = pCur->info.nLocal - nKey;
52323 nLocal = pCur->info.nLocal;
52324 assert( nLocal<=nKey );
52326 *pAmt = nLocal;
53565 spaceLeft = info.nLocal;
[all …]