Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
A Dpuff.c184 if (s->out != NIL) { in stored()
465 if (s->out != NIL) { in codes()
490 if (s->out != NIL) { in codes()
A Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c104 #define NIL 0 macro
194 s->head[s->hash_size-1] = NIL; \
1074 s->strstart - (IPos)MAX_DIST(s) : NIL;
1349 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1357 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1544 hash_head = NIL;
1552 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1641 hash_head = NIL;
1651 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c107 #define NIL 0 macro
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1247 s->strstart - (IPos)MAX_DIST(s) : NIL;
1848 hash_head = NIL;
1856 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1951 hash_head = NIL;
1961 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 16 milliseconds