OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextPtr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/win/
nmakehlp.c
563
struct list_item_t *
nextPtr
;
576
itemPtr->
nextPtr
= NULL;
579
listPtrPtr = &(*listPtrPtr)->
nextPtr
;
592
listPtr = listPtr->
nextPtr
;
656
for (p = substPtr; p != NULL; p = p->
nextPtr
, ++n) {
668
for (p = substPtr; p != NULL; p = p->
nextPtr
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
748
SDValue
nextPtr
= DAG.getNode(ISD::ADD, dl, PtrVT, VAList,
752
InChain = DAG.getStore(VAList.getValue(1), dl,
nextPtr
, VAListPtr,
/src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c
490
U32* const
nextPtr
= bt + 2*(matchIndex & btMask);
500
smallerPtr =
nextPtr
+1; /* new "smaller" => larger of match */
501
matchIndex =
nextPtr
[1]; /* new matchIndex larger than previous (closer to current) */
508
largerPtr =
nextPtr
;
509
matchIndex =
nextPtr
[0];
541
smallerPtr =
nextPtr
+1; /* new "candidate" => larger than match, which was smaller than target */
542
matchIndex =
nextPtr
[1]; /* new matchIndex, larger than previous and closer to current */
548
largerPtr =
nextPtr
;
549
matchIndex =
nextPtr
[0];
725
U32* const
nextPtr
= bt + 2*(matchIndex & btMask)
[
all
...]
zstd_lazy.c
107
U32* const
nextPtr
= bt + 2*(matchIndex & btMask);
111
* but it's still possible to have
nextPtr
[1] == ZSTD_DUBT_UNSORTED_MARK
144
matchIndex, btLow,
nextPtr
[1]);
145
smallerPtr =
nextPtr
+1; /* new "candidate" => larger than match, which was smaller than target */
146
matchIndex =
nextPtr
[1]; /* new matchIndex, larger than previous and closer to current */
153
matchIndex, btLow,
nextPtr
[0]);
154
largerPtr =
nextPtr
;
155
matchIndex =
nextPtr
[0];
200
U32* const
nextPtr
= dictBt + 2*(dictMatchIndex & btMask);
222
dictMatchIndex =
nextPtr
[1]; /* new matchIndex larger than previous (closer to current) *
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
3785
SDValue
nextPtr
= DAG.getNode(ISD::ADD, dl, PtrVT, Op.getOperand(1),
3790
DAG.getTruncStore(firstStore, dl, ArgFPR,
nextPtr
,
3793
nextPtr
= DAG.getNode(ISD::ADD, dl, PtrVT,
nextPtr
, ConstStackOffset);
3796
SDValue thirdStore = DAG.getStore(secondStore, dl, StackOffsetFI,
nextPtr
,
3799
nextPtr
= DAG.getNode(ISD::ADD, dl, PtrVT,
nextPtr
, ConstFrameOffset);
3802
return DAG.getStore(thirdStore, dl, FR,
nextPtr
,
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026