Home
last modified time | relevance | path

Searched refs:mNext (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrFormPkg.cpp38 mNext = NULL; in SPendingAssign()
67 mNext = NULL; in ~SPendingAssign()
125 Node->mNext = NULL; in CFormPkg()
140 mBufferNodeQueueHead = mBufferNodeQueueHead->mNext; in ~CFormPkg()
151 PendingAssignList = PendingAssignList->mNext; in ~CFormPkg()
177 Node->mNext = NULL; in CreateNewNode()
207 mBufferNodeQueueTail->mNext = Node; in IfrBinBufferGet()
271 if ((mReadBufferNode = mReadBufferNode->mNext) == NULL) { in Read()
515 pNew->mNext = PendingAssignList; in AssignPending()
533 for (pNode = PendingAssignList; pNode != NULL; pNode = pNode->mNext) { in DoPendingAssign()
[all …]
DVfrUtilityLib.cpp80 mNext = NULL; in SConfigInfo()
139 mNext = NULL; in SConfigItem()
174 mNext = NULL; in SConfigItem()
208 mInfoStrList = mInfoStrList->mNext; in ~SConfigItem()
235 mItemListTail->mNext = pNew; in Register()
272 for (p = mItemListHead; p != NULL; p = p->mNext) { in Select()
323 mItemListTail->mNext = pItem; in Write()
329 for (pInfo = mItemListPos->mInfoStrList; pInfo != NULL; pInfo = pInfo->mNext) { in Write()
337 pInfo->mNext = mItemListPos->mInfoStrList; in Write()
344 mItemListHead = mItemListPos->mNext; in Write()
[all …]
DVfrError.cpp83 mScopeRecordListHead = mScopeRecordListHead->mNext; in ~CVfrErrorHandle()
122 mNext = NULL; in SVfrFileScopeRecord()
171 mScopeRecordListTail->mNext = pNode; in ParseFileScopeRecord()
201 for (pNode = mScopeRecordListHead; pNode->mNext != NULL; pNode = pNode->mNext) { in GetFileNameLineNum()
202 if ((LineNum > pNode->mWholeScopeLine) && (pNode->mNext->mWholeScopeLine > LineNum)) { in GetFileNameLineNum()
DVfrUtilityLib.h54 SConfigInfo *mNext; member
69 SConfigItem *mNext; member
119 SVfrDataField *mNext; member
128 SVfrDataType *mNext; member
141 SVfrPackStackNode *mNext; member
146 mNext = NULL; in SVfrPackStackNode()
158 mNext = NULL; in ~SVfrPackStackNode()
249 struct SVfrVarStorageNode *mNext; member
297 struct BufferVarStoreFieldInfoNode *mNext; member
383 SVfrQuestionNode *mNext; member
[all …]
DVfrError.h72 SVfrFileScopeRecord *mNext; member
DVfrFormPkg.h82 struct SPendingAssign *mNext; member
100 struct SBufferNode *mNext; member
183 SIfrRecord *mNext; member
DVfrSyntax.g5136 for (; pNode != NULL; pNode = pNode->mNext) {
5161 for (; pNode != NULL; pNode = pNode->mNext) {
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp81 mNext = NULL; in SConfigInfo()
134 mNext = NULL; in SConfigItem()
161 mNext = NULL; in SConfigItem()
188 mInfoStrList = mInfoStrList->mNext; in ~SConfigItem()
213 mItemListTail->mNext = pNew; in Register()
249 for (p = mItemListHead; p != NULL; p = p->mNext) { in Select()
299 mItemListTail->mNext = pItem; in Write()
305 for (pInfo = mItemListPos->mInfoStrList; pInfo != NULL; pInfo = pInfo->mNext) { in Write()
317 pInfo->mNext = mItemListPos->mInfoStrList; in Write()
324 mItemListHead = mItemListPos->mNext; in Write()
[all …]
DVfrFormPkg.cpp41 mNext = NULL; in SPendingAssign()
71 mNext = NULL; in ~SPendingAssign()
128 Node->mNext = NULL; in CFormPkg()
143 mBufferNodeQueueHead = mBufferNodeQueueHead->mNext; in ~CFormPkg()
154 PendingAssignList = PendingAssignList->mNext; in ~CFormPkg()
190 Node->mNext = NULL; in IfrBinBufferGet()
196 mBufferNodeQueueTail->mNext = Node; in IfrBinBufferGet()
260 if ((mReadBufferNode = mReadBufferNode->mNext) == NULL) { in Read()
436 pNew->mNext = PendingAssignList; in AssignPending()
454 for (pNode = PendingAssignList; pNode != NULL; pNode = pNode->mNext) { in DoPendingAssign()
[all …]
DVfrError.cpp75 mScopeRecordListHead = mScopeRecordListHead->mNext; in ~CVfrErrorHandle()
105 mNext = NULL; in SVfrFileScopeRecord()
155 mScopeRecordListTail->mNext = pNode; in ParseFileScopeRecord()
185 for (pNode = mScopeRecordListHead; pNode->mNext != NULL; pNode = pNode->mNext) { in GetFileNameLineNum()
186 if ((LineNum > pNode->mWholeScopeLine) && (pNode->mNext->mWholeScopeLine > LineNum)) { in GetFileNameLineNum()
DVfrUtilityLib.h52 SConfigInfo *mNext; member
62 SConfigItem *mNext; member
104 SVfrDataField *mNext; member
113 SVfrDataType *mNext; member
126 SVfrPackStackNode *mNext; member
131 mNext = NULL; in SVfrPackStackNode()
143 mNext = NULL; in ~SVfrPackStackNode()
217 struct SVfrVarStorageNode *mNext; member
319 SVfrQuestionNode *mNext; member
357 SVfrDefaultStoreNode *mNext; member
[all …]
DVfrError.h62 SVfrFileScopeRecord *mNext; member
DVfrFormPkg.h81 struct SPendingAssign *mNext; member
95 struct SBufferNode *mNext; member
145 SIfrRecord *mNext; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c252 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
301 mNext = NULL; in EfiCompress()
423 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof(*mNext)); in AllocateMemory()
425 mParent == NULL || mPrev == NULL || mNext == NULL) { in AllocateMemory()
479 if (mNext) { in FreeMemory()
480 free (mNext); in FreeMemory()
517 mNext[i] = (NODE)(i + 1); in InitSlide()
520 mNext[WNDSIZ - 1] = NIL; in InitSlide()
522 mNext[i] = NIL; in InitSlide()
552 r = mNext[HASH(q, c)]; in Child()
[all …]
DTianoCompress.c260 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
312 mNext = NULL; in TianoCompress()
432 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof (*mNext)); in AllocateMemory()
434 mParent == NULL || mPrev == NULL || mNext == NULL) { in AllocateMemory()
494 if (mNext != NULL) { in FreeMemory()
495 free (mNext); in FreeMemory()
535 mNext[Index] = (NODE) (Index + 1); in InitSlide()
538 mNext[WNDSIZ - 1] = NIL; in InitSlide()
540 mNext[Index] = NIL; in InitSlide()
569 NodeR = mNext[HASH (NodeQ, CharC)]; in Child()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c262 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
311 mNext = NULL; in EfiCompress()
430 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof(*mNext)); in AllocateMemory()
482 if (mNext) { in FreeMemory()
483 free (mNext); in FreeMemory()
520 mNext[i] = (NODE)(i + 1); in InitSlide()
523 mNext[WNDSIZ - 1] = NIL; in InitSlide()
525 mNext[i] = NIL; in InitSlide()
555 r = mNext[HASH(q, c)]; in Child()
558 r = mNext[r]; in Child()
[all …]
DTianoCompress.c279 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
332 mNext = NULL; in TianoCompress()
449 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof (*mNext)); in AllocateMemory()
507 if (mNext != NULL) { in FreeMemory()
508 free (mNext); in FreeMemory()
548 mNext[Index] = (NODE) (Index + 1); in InitSlide()
551 mNext[WNDSIZ - 1] = NIL; in InitSlide()
553 mNext[Index] = NIL; in InitSlide()
582 NodeR = mNext[HASH (NodeQ, CharC)]; in Child()
588 NodeR = mNext[NodeR]; in Child()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c121 STATIC NODE *mNext = NULL; variable
197 mNext = AllocateZeroPool ((MAX_HASH_VAL + 1) * sizeof (*mNext)); in AllocateMemory()
230 SHELL_FREE_NON_NULL (mNext); in FreeMemory()
251 mNext[LoopVar1] = (NODE) (LoopVar1 + 1); in InitSlide()
254 mNext[WNDSIZ - 1] = NIL; in InitSlide()
255 SetMem (mNext + WNDSIZ * 2, (MAX_HASH_VAL - WNDSIZ * 2 + 1) * sizeof (NODE), 0); in InitSlide()
276 LoopVar4 = mNext[HASH (LoopVar6, LoopVar5)]; in Child()
279 LoopVar4 = mNext[LoopVar4]; in Child()
304 LoopVar10 = mNext[LoopVar12]; in MakeChild()
305 mNext[LoopVar12] = LoopVar4; in MakeChild()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c78 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL; variable
131 mNext = NULL; in TianoCompress()
256 mNext = malloc ((MAX_HASH_VAL + 1) * sizeof (*mNext)); in AllocateMemory()
258 mParent == NULL || mPrev == NULL || mNext == NULL) { in AllocateMemory()
319 if (mNext != NULL) { in FreeMemory()
320 free (mNext); in FreeMemory()
360 mNext[Index] = (NODE) (Index + 1); in InitSlide()
363 mNext[WNDSIZ - 1] = NIL; in InitSlide()
365 mNext[Index] = NIL; in InitSlide()
394 NodeR = mNext[HASH (NodeQ, CharC)]; in Child()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStringDB.h131 struct _SPkgBlkBuffer *mNext; member
DStringDB.c2218 (*PkgBufferListTail)->mNext = pNew; in StrPkgBlkBufferListAddTail()
2220 pNew->mNext = NULL; in StrPkgBlkBufferListAddTail()
2261 PkgBlkList = PkgBlkList->mNext; in StrPkgBlkBufferListFree()
2369 BlkList = BlkList->mNext; in StrPkgWriteBlkListCFile()
2371 if ((Buffer->mNext == NULL) && (WriteEnd == TRUE)) { in StrPkgWriteBlkListCFile()
2402 BlkList = BlkList->mNext; in StrPkgWriteBlkListBinary()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch401 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL;
DShellR33.patch1500 STATIC NODE mPos, mMatchPos, mAvail, *mPosition, *mParent, *mPrev, *mNext = NULL;