/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_xform.c | 67 ONE, NIL, NIL, NIL, 68 NIL, ONE, NIL, NIL, 69 NIL, NIL, ONE, NIL, 70 NIL, NI [all...] |
H A D | m_debug_norm.c | 50 ONE, NIL, NIL, NIL, 51 NIL, ONE, NIL, NIL, 52 NIL, NIL, ONE, NIL, 53 NIL, NI [all...] |
H A D | m_debug_util.h | 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 93 if zfile = NIL then 121 if zfile = NIL then 191 c_stream.zalloc := NIL; 192 c_stream.zfree := NIL; 193 c_stream.opaque := NIL; 236 d_stream.zalloc := NIL; 237 d_stream.zfree := NIL; 238 d_stream.opaque := NIL; 277 c_stream.zalloc := NIL; 278 c_stream.zfree := NIL; [all...] |
/third_party/zlib/contrib/puff/ |
H A D | puff.h | 28 #ifndef NIL 29 # define NIL ((unsigned char *)0) /* for no output option */ macro
|
H A D | puff.c | 76 * - Move NIL to puff.h 184 if (s->out != NIL) { in stored() 465 if (s->out != NIL) { in codes() 490 if (s->out != NIL) { in codes() 804 s.outlen = *destlen; /* ignored if dest is NIL */ in puff()
|
H A D | pufftest.c | 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | enum-same-type.c | 3 NIL = 0, enumerator 8 _Static_assert([typeof(NIL)] == [typeof(NEG)], "enum same type");
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 104 #define NIL 0
macro 194 s->head[s->hash_size-1] = NIL; \
1120 s->strstart - (IPos)MAX_DIST(s) : NIL;
1395 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1403 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1590 hash_head = NIL;
1598 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1693 hash_head = NIL;
1703 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|
/third_party/node/deps/zlib/ |
H A D | deflate.c | 103 #define NIL 0 macro 161 s->head[s->hash_size - 1] = NIL; \ 190 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 197 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 1403 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1889 hash_head = NIL; in deflate_fast() 1897 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1992 hash_head = NIL; in deflate_slow() 2002 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | deflate.c | 126 #define NIL 0 macro 184 s->head[s->hash_size-1] = NIL; \ 209 *p = (Pos)(m >= wsize ? m - wsize : NIL); 216 *p = (Pos)(m >= wsize ? m - wsize : NIL); 1300 s->strstart - (IPos)MAX_DIST(s) : NIL; 1940 hash_head = NIL; 1948 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 2043 hash_head = NIL; 2053 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|
/third_party/skia/third_party/externals/zlib/ |
H A D | deflate.c | 126 #define NIL 0 macro 181 s->head[s->hash_size-1] = NIL; \ 204 *p = (Pos)(m >= wsize ? m - wsize : NIL); 211 *p = (Pos)(m >= wsize ? m - wsize : NIL); 1292 s->strstart - (IPos)MAX_DIST(s) : NIL; 1924 hash_head = NIL; 1932 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { 2027 hash_head = NIL; 2037 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
|
/third_party/zlib/ |
H A D | deflate.c | 85 #define NIL 0 macro 172 s->head[s->hash_size - 1] = NIL; \ 197 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 204 *p = (Pos)(m >= wsize ? m - wsize : NIL); in slide_hash() 1365 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match() 1845 hash_head = NIL; in deflate_fast() 1853 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 1946 hash_head = NIL; in deflate_slow() 1956 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
|