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
/external/llvm/lib/Support/
FoldingSet.cpp
268
InsertNode
(NodeInBucket,
304
///
InsertNode
- Insert the specified node into the folding set, knowing that it
307
void FoldingSetImpl::
InsertNode
(Node *N, void *InsertPos) {
383
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) {
613
///
InsertNode
- Insert the specified node into the folding set, knowing that
616
void
InsertNode
(T *N, void *InsertPos) {
617
Set.
InsertNode
(N, InsertPos);
621
///
InsertNode
- Insert the specified node into the folding set, knowing tha
[
all
...]
/external/lzma/C/
Ppmd7.c
118
static void
InsertNode
(CPpmd7 *p, void *node, unsigned indx)
138
InsertNode
(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
140
InsertNode
(p, ptr, i);
204
InsertNode
(p, node, PPMD_NUM_INDEXES - 1);
208
InsertNode
(p, node + k, nu - k - 1);
210
InsertNode
(p, node, i);
270
InsertNode
(p, oldPtr, i0);
525
InsertNode
(p, oldPtr, i);
621
InsertNode
(p, stats, U2I(((numStats + 1) >> 1)));
Completed in 764 milliseconds