Home
last modified time | relevance | path

Searched defs:pList (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c868 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex()
H A Dar5416_reset.c2108 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d1508 ParameterList pList = ParameterList(fparams); in generateCopyCtorDeclaration() local
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1833 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18932 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */ member
33167 const ExprList *pList, in sqlite3TreeViewBareExprList()
33215 const ExprList *pList, in sqlite3TreeViewExprList()
33229 const IdList *pList, in sqlite3TreeViewBareIdList()
33265 const IdList *pList, in sqlite3TreeViewIdList()
H A Dshell.c12888 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){ in idxFindConstraint()