OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pList
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/
GenLinkedList.c
29
void InitLinkedList( GenLinkedList *
pList
, size_t linkOffset)
30
/* Initialize the block of memory pointed to by
pList
as a linked list. */
32
pList
->Head = NULL;
33
pList
->Tail = NULL;
34
pList
->LinkOffset = linkOffset;
38
void AddToTail( GenLinkedList *
pList
, void *elem)
41
if (
pList
->Tail) {
42
ASSIGNLINK(
pList
->Tail, elem,
pList
->LinkOffset);
44
pList
->Head = elem
[
all
...]
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
...]
/src/external/gpl3/binutils/dist/zlib/
zlib2ansi
58
my %
pList
= map { $_ => $i++ }
60
my $pMatch = '(\b' . join('|', keys %
pList
) . '\b)\W*$' ;
84
my %tmp = map { /$pMatch/; $_ => $
pList
{$1} }
/src/external/gpl3/binutils.old/dist/zlib/
zlib2ansi
58
my %
pList
= map { $_ => $i++ }
60
my $pMatch = '(\b' . join('|', keys %
pList
) . '\b)\W*$' ;
84
my %tmp = map { /$pMatch/; $_ => $
pList
{$1} }
/src/external/gpl3/gdb/dist/zlib/
zlib2ansi
58
my %
pList
= map { $_ => $i++ }
60
my $pMatch = '(\b' . join('|', keys %
pList
) . '\b)\W*$' ;
84
my %tmp = map { /$pMatch/; $_ => $
pList
{$1} }
/src/external/gpl3/gdb.old/dist/zlib/
zlib2ansi
58
my %
pList
= map { $_ => $i++ }
60
my $pMatch = '(\b' . join('|', keys %
pList
) . '\b)\W*$' ;
84
my %tmp = map { /$pMatch/; $_ => $
pList
{$1} }
/src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c
127
const uint16_t *
pList
, uint16_t listSize,
1826
* INPUT
pList
-ptr to the list to search
1833
const uint16_t *
pList
, uint16_t listSize,
1836
const uint16_t listEndValue = *(
pList
+ listSize - 1);
1844
if (target < (uint32_t)(*
pList
* EEP_SCALE - EEP_DELTA)) {
1845
*pLowerValue = *
pList
;
1846
*pUpperValue = *
pList
;
1866
if (abs(
pList
[i] * EEP_SCALE - (int32_t) target) < EEP_DELTA) {
1867
*pLowerValue =
pList
[i];
1868
*pUpperValue =
pList
[i]
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
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,
876
if (target <=
pList
[0]) {
880
if (target >=
pList
[listSize-1]) {
891
if (
pList
[i] == target) {
899
if (target <
pList
[i + 1]) {
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,
2116
if (target <=
pList
[0]) {
2120
if (target >=
pList
[listSize-1]) {
2131
if (
pList
[i] == target) {
2139
if (target <
pList
[i + 1]) {
/src/external/public-domain/sqlite/dist/
sqlite3.c
10861
** for(rc=sqlite3_vtab_in_first(
pList
, &pVal);
10863
** rc=sqlite3_vtab_in_next(
pList
, &pVal)
20011
** Expr.x.
pList
is a list of arguments if the expression is an SQL function,
20015
** Expr.flags mask, then Expr.x.pSelect is valid. Otherwise, Expr.x.
pList
is
20052
** the subtrees in Expr.x.
pList
or Expr.x.pSelect are always separately
20079
ExprList *
pList
; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */
20137
#define EP_xIsSelect 0x001000 /* x.pSelect is valid (otherwise x.
pList
is) */
[
all
...]
shell.c
15776
** Return true if list
pList
(linked by IdxConstraint.pLink) contains
15779
static int idxFindConstraint(IdxConstraint *
pList
, IdxConstraint *p){
15781
for(pCmp=
pList
; pCmp; pCmp=pCmp->pLink){
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c
57
const uint16_t *
pList
, uint16_t listSize,
ar5212_reset.c
58
uint16_t *
pList
, uint16_t listSize,
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
clone.d
1508
ParameterList
pList
= ParameterList(fparams);
1509
auto tf = new TypeFunction(
pList
, structType, LINK.d, STC.ref_);
Completed in 221 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026