Home
last modified time | relevance | path

Searched refs:nParam (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/lib/
H A Dwin_glue.c455 WEP(nParam) in WEP() argument
456 int nParam; in WEP()
/src/contrib/sqlite3/
H A Dsqlite3.h4123 int nParam,
11135 int nParam; /* Size of array aParam[] */ member
11167 int nParam; /* Number of function parameters */ member
H A Dsqlite3.c4442 int nParam,
11454 int nParam; /* Size of array aParam[] */ member
11486 int nParam; /* Number of function parameters */ member
172566 i64 nParam; /* Parameter passed to ntile(N) */
172586 p->nParam = sqlite3_value_int64(apArg[0]);
172587 if( p->nParam<=0 ){
172610 if( p && p->nParam>0 ){
172611 int nSize = (p->nTotal / p->nParam);
172615 i64 nLarge = p->nTotal - p->nParam*nSize;
172619 assert( (nLarge*(nSize+1) + (p->nParam-nLarge)*nSize)==p->nTotal );
[all …]