Searched refs:countPtr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_tree.c1511 size_t* const countPtr,
1537 If `countPtr' is not NULL, then the total number of nodes in the tree is
1538 written to the size_t pointed to by `countPtr'.
1549 If `countPtr', `heightPtr', `comparesPtr', and `rotatesPtr' are all
1576 size_t* const countPtr,
1593 if (countPtr != NULL) *countPtr = tree->count;
1574 CSCbinTreeStat( CSCbinTreeType const tree, size_t* const countPtr, size_t* const heightPtr, size_t* const comparesPtr, size_t* const rotatesPtr ) argument
H A Dcsc_hash.c1152 size_t* countPtr = NULL; local
1171 countPtr = &hashTable->count;
1184 --(*countPtr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h416 size_t* const countPtr,

Completed in 38 milliseconds