Searched refs:NIL (Results 1 – 8 of 8) sorted by relevance
46 #define NIL 0 macro513 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 …]
45 #define NIL 0 macro539 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 …]
36 #define NIL 0 macro510 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 …]
35 #define NIL 0 macro526 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 …]
40 #define NIL 0 macro254 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()
42 #define NIL 0 macro351 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 …]
105 #define NIL 0 macro200 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 &&
104 #define NIL 0 macro197 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 &&