| /netbsd-src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| H A D | GenLinkedList.h | 34 void InitLinkedList( GenLinkedList *pList, size_t linkOffset); 36 void AddToHead( GenLinkedList *pList, void *elem); 37 void AddToTail( GenLinkedList *pList, void *elem); 39 int RemoveFromList( GenLinkedList *pList, void *elem); 41 int ReplaceElem( GenLinkedList *pList, void *elemInList, void *newElem); 55 void InitDoubleLinkedList( GenDoubleLinkedList *pList, size_t fwdLinkOffset, 58 void DLLAddToHead( GenDoubleLinkedList *pList, void *elem); 60 void DLLRemoveFromList( GenDoubleLinkedList *pList, void *elem); 76 void InitLinkedOffsetList( GenLinkedOffsetList *pList, size_t linkOffset); 78 void *GetHeadPtr( GenLinkedOffsetList *pList); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | zlib2ansi | 58 my %pList = map { $_ => $i++ } 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ; 84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
| H A D | zlib2ansi | 58 my %pList = map { $_ => $i++ } 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ; 84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | zlib2ansi | 58 my %pList = map { $_ => $i++ } 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ; 84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | zlib2ansi | 58 my %pList = map { $_ => $i++ } 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ; 84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/ |
| H A D | ar5211_reset.c | 127 const uint16_t *pList, uint16_t listSize, 1833 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues() argument 1836 const uint16_t listEndValue = *(pList + listSize - 1); in ar5211GetLowerUpperValues() 1844 if (target < (uint32_t)(*pList * EEP_SCALE - EEP_DELTA)) { in ar5211GetLowerUpperValues() 1845 *pLowerValue = *pList; in ar5211GetLowerUpperValues() 1846 *pUpperValue = *pList; in ar5211GetLowerUpperValues() 1866 if (abs(pList[i] * EEP_SCALE - (int32_t) target) < EEP_DELTA) { in ar5211GetLowerUpperValues() 1867 *pLowerValue = pList[i]; in ar5211GetLowerUpperValues() 1868 *pUpperValue = pList[i]; in ar5211GetLowerUpperValues() 1876 if (target < (uint32_t)(pList[i + 1] * EEP_SCALE - EEP_DELTA)) { in ar5211GetLowerUpperValues() [all …]
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9285_reset.c | 70 static HAL_BOOL getLowerUpperIndex(uint8_t target, uint8_t *pList, 868 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex() argument 876 if (target <= pList[0]) { in getLowerUpperIndex() 880 if (target >= pList[listSize-1]) { in getLowerUpperIndex() 891 if (pList[i] == target) { in getLowerUpperIndex() 899 if (target < pList[i + 1]) { in getLowerUpperIndex()
|
| H A D | ar5416_reset.c | 81 static HAL_BOOL getLowerUpperIndex(uint8_t target, uint8_t *pList, 2108 getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in getLowerUpperIndex() argument 2116 if (target <= pList[0]) { in getLowerUpperIndex() 2120 if (target >= pList[listSize-1]) { in getLowerUpperIndex() 2131 if (pList[i] == target) { in getLowerUpperIndex() 2139 if (target < pList[i + 1]) { in getLowerUpperIndex()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 18932 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */ member 32963 pFarg = pExpr->x.pList; in sqlite3TreeViewExpr() 32996 sqlite3TreeViewExprList(pView, pOB->x.pList, pWin!=0, "ORDERBY"); in sqlite3TreeViewExpr() 33007 sqlite3TreeViewExprList(pView, pExpr->x.pList, 0, "ORDERBY"); in sqlite3TreeViewExpr() 33039 sqlite3TreeViewExprList(pView, pExpr->x.pList, 0, 0); in sqlite3TreeViewExpr() 33060 assert( pExpr->x.pList->nExpr==2 ); in sqlite3TreeViewExpr() 33061 pY = pExpr->x.pList->a[0].pExpr; in sqlite3TreeViewExpr() 33062 pZ = pExpr->x.pList->a[1].pExpr; in sqlite3TreeViewExpr() 33085 sqlite3TreeViewExprList(pView, pExpr->x.pList, 0, 0); in sqlite3TreeViewExpr() 33111 sqlite3TreeViewBareExprList(pView, pExpr->x.pList, z); in sqlite3TreeViewExpr() [all …]
|
| H A D | shell.c | 12888 static int idxFindConstraint(IdxConstraint *pList, IdxConstraint *p){ in idxFindConstraint() argument 12890 for(pCmp=pList; pCmp; pCmp=pCmp->pLink){ in idxFindConstraint()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar5111.c | 57 const uint16_t *pList, uint16_t listSize,
|
| H A D | ar5212_reset.c | 58 uint16_t *pList, uint16_t listSize,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | clone.d | 1508 ParameterList pList = ParameterList(fparams); in generateCopyCtorDeclaration() local 1509 auto tf = new TypeFunction(pList, structType, LINK.d, STC.ref_); in generateCopyCtorDeclaration()
|