Searched defs:NIL (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon3728
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1157 s->strstart - (IPos)MAX_DIST(s) : NIL;
1434 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1442 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1650 hash_head = NIL;
1658 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1753 hash_head = NIL;
1763 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c44 #define NIL 0 macro
511 mPosition[i] = NIL; /* sentinel */
514 mParent[i] = NIL;
521 mNext[WNDSIZ - 1] = NIL;
523 mNext[i] = NIL;
547 The child node (NIL if not found)
554 mParent[NIL] = q; /* sentinel */
664 while ((q = mParent[r]) == NIL) {
686 if ((r = Child(q, c)) == NIL) {
727 if ((r = Child(q, *t1)) == NIL) {
[all...]
H A DTianoCompress.c43 #define NIL 0 macro
527 mPosition[Index] = NIL; /* sentinel */
531 mParent[Index] = NIL;
539 mNext[WNDSIZ - 1] = NIL;
541 mNext[Index] = NIL;
564 The child node (NIL if not found)
574 mParent[NIL] = NodeQ;
692 while (NodeQ == NIL) {
718 if (NodeR == NIL) {
764 if (NodeR == NIL) {
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c40 #define NIL 0 macro
260 mNext[WNDSIZ - 1] = NIL;
271 @retval NIL(Zero) No child could be found.
284 mParent[NIL] = LoopVar6; /* sentinel */
384 while (LoopVar6 == NIL) {
410 if (LoopVar4 == NIL) {
456 if (LoopVar4 == NIL) {
471 mParent[LoopVar4] = NIL;
501 if (mParent[mPos] == NIL) {
510 mParent[mPos] = NIL;
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtriostr.c44 #if !defined(NIL)
45 # define NIL ((char)0) macro
407 while ((*first != NIL) && (*second != NIL))
416 return ((*first == NIL) && (*second == NIL));
532 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
542 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
[all...]
H A Dtrio.c109 #define NIL ((char)0) macro
871 (internalLocaleValues->decimal_point[0] != NIL))
880 internalDecimalPoint = NIL;
887 (internalLocaleValues->thousands_sep[0] != NIL))
895 (internalLocaleValues->grouping[0] != NIL))
1674 while (format[index] != NIL)
1798 parameters[pos].user_name[0] = NIL;
2219 *pointer-- = NIL;
2500 if ((size <= 0) || (size > width) || (buffer[0] == NIL))
2961 *groupingPointer != NIL;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c49 #define NIL 0 macro
349 mPosition[Index] = NIL; // sentinel
353 mParent[Index] = NIL;
361 mNext[WNDSIZ - 1] = NIL;
363 mNext[Index] = NIL;
386 The child node (NIL if not found)
396 mParent[NIL] = NodeQ;
514 while (NodeQ == NIL) {
540 if (NodeR == NIL) {
586 if (NodeR == NIL) {
[all...]

Completed in 78 milliseconds