Home
last modified time | relevance | path

Searched refs:NIL (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c46 #define NIL 0 macro
513 mPosition[i] = NIL; /* sentinel */ in InitSlide()
516 mParent[i] = NIL; in InitSlide()
523 mNext[WNDSIZ - 1] = NIL; in InitSlide()
525 mNext[i] = NIL; in InitSlide()
556 mParent[NIL] = q; /* sentinel */ in Child()
666 while ((q = mParent[r]) == NIL) { in InsertNode()
688 if ((r = Child(q, c)) == NIL) { in InsertNode()
729 if ((r = Child(q, *t1)) == NIL) { in InsertNode()
742 mParent[r] = NIL; in InsertNode()
[all …]
DTianoCompress.c45 #define NIL 0 macro
539 mPosition[Index] = NIL; /* sentinel */ in InitSlide()
543 mParent[Index] = NIL; in InitSlide()
551 mNext[WNDSIZ - 1] = NIL; in InitSlide()
553 mNext[Index] = NIL; in InitSlide()
586 mParent[NIL] = NodeQ; in Child()
704 while (NodeQ == NIL) { in InsertNode()
730 if (NodeR == NIL) { in InsertNode()
776 if (NodeR == NIL) { in InsertNode()
791 mParent[NodeR] = NIL; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c36 #define NIL 0 macro
510 mPosition[i] = NIL; /* sentinel */ in InitSlide()
513 mParent[i] = NIL; in InitSlide()
520 mNext[WNDSIZ - 1] = NIL; in InitSlide()
522 mNext[i] = NIL; in InitSlide()
553 mParent[NIL] = q; /* sentinel */ in Child()
663 while ((q = mParent[r]) == NIL) { in InsertNode()
685 if ((r = Child(q, c)) == NIL) { in InsertNode()
726 if ((r = Child(q, *t1)) == NIL) { in InsertNode()
739 mParent[r] = NIL; in InsertNode()
[all …]
DTianoCompress.c35 #define NIL 0 macro
526 mPosition[Index] = NIL; /* sentinel */ in InitSlide()
530 mParent[Index] = NIL; in InitSlide()
538 mNext[WNDSIZ - 1] = NIL; in InitSlide()
540 mNext[Index] = NIL; in InitSlide()
573 mParent[NIL] = NodeQ; in Child()
691 while (NodeQ == NIL) { in InsertNode()
717 if (NodeR == NIL) { in InsertNode()
763 if (NodeR == NIL) { in InsertNode()
778 mParent[NodeR] = NIL; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c40 #define NIL 0 macro
254 mNext[WNDSIZ - 1] = NIL; in InitSlide()
277 mParent[NIL] = LoopVar6; /* sentinel */ in Child()
374 while (LoopVar6 == NIL) { in InsertNode()
400 if (LoopVar4 == NIL) { in InsertNode()
446 if (LoopVar4 == NIL) { in InsertNode()
461 mParent[LoopVar4] = NIL; in InsertNode()
490 if (mParent[mPos] == NIL) { in DeleteNode()
499 mParent[mPos] = NIL; in DeleteNode()
556 mParent[LoopVar4] = NIL; in DeleteNode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c42 #define NIL 0 macro
351 mPosition[Index] = NIL; // sentinel in InitSlide()
355 mParent[Index] = NIL; in InitSlide()
363 mNext[WNDSIZ - 1] = NIL; in InitSlide()
365 mNext[Index] = NIL; in InitSlide()
398 mParent[NIL] = NodeQ; in Child()
516 while (NodeQ == NIL) { in InsertNode()
542 if (NodeR == NIL) { in InsertNode()
588 if (NodeR == NIL) { in InsertNode()
603 mParent[NodeR] = NIL; in InsertNode()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c105 #define NIL 0 macro
200 s->head[s->hash_size-1] = NIL; \
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1311 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1319 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1452 IPos hash_head = NIL; /* head of the hash chain */
1479 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1558 IPos hash_head = NIL; /* head of hash chain */
1588 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1159 s->strstart - (IPos)MAX_DIST(s) : NIL;
1436 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1444 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1652 hash_head = NIL;
1660 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1755 hash_head = NIL;
1765 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&