OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InsertNode
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/utils/
queue.c
72
*
InsertNode
(): Insert new node between pPrev and pNext
74
static INLINE void
InsertNode
( TQueNodeHdr *pNode, TQueNodeHdr *pPrev, TQueNodeHdr *pNext)
96
InsertNode
(pNode, pListHead, pListHead->pNext);
104
InsertNode
( pNode, pListHead->pPrev, pListHead );
/external/llvm/lib/Support/
FoldingSet.cpp
252
InsertNode
(NodeInBucket,
288
///
InsertNode
- Insert the specified node into the folding set, knowing that it
291
void FoldingSetImpl::
InsertNode
(Node *N, void *InsertPos) {
367
InsertNode
(N, IP);
/external/llvm/include/llvm/ADT/
FoldingSet.h
89
/// should be inserted using
InsertNode
.
94
///
InsertNode
(N, InsertPoint);
164
///
InsertNode
- Insert the specified node into the folding set, knowing that
167
void
InsertNode
(Node *N, void *InsertPos);
169
///
InsertNode
- Insert the specified node into the folding set, knowing that
171
void
InsertNode
(Node *N) {
Completed in 201 milliseconds