Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/math/
Dm_debug_xform.c67 ONE, NIL, NIL, NIL,
68 NIL, ONE, NIL, NIL,
69 NIL, NIL, ONE, NIL,
70 NIL, NIL, NIL, ONE
73 VAR, VAR, NIL, VAR,
74 VAR, VAR, NIL, VAR,
75 NIL, NIL, ONE, NIL,
76 NIL, NIL, NIL, ONE
79 VAR, NIL, NIL, VAR,
80 NIL, VAR, NIL, VAR,
[all …]
Dm_debug_norm.c50 ONE, NIL, NIL, NIL,
51 NIL, ONE, NIL, NIL,
52 NIL, NIL, ONE, NIL,
53 NIL, NIL, NIL, NIL
56 VAR, VAR, VAR, NIL,
57 VAR, VAR, VAR, NIL,
58 VAR, VAR, VAR, NIL,
59 NIL, NIL, NIL, NIL
62 VAR, NIL, NIL, NIL,
63 NIL, VAR, NIL, NIL,
[all …]
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_1_024.cpp50 #define NIL macro
61 #define LESS_0(a, b) a(EAT(2)) b(REM(1), NIL)
62 #define LESS_1(a, b) a(LESS_0) b(REM(1), NIL)
63 #define LESS_2(a, b) a(LESS_1) b(REM(1), NIL)
64 #define LESS_3(a, b) a(LESS_2) b(REM(1), NIL)
65 #define LESS_4(a, b) a(LESS_3) b(REM(1), NIL)
66 #define LESS_5(a, b) a(LESS_4) b(REM(1), NIL)
Dt_1_020.cpp14 #define NIL macro
16 #define A B NIL
/third_party/libxml2/
Dtriostr.c44 #if !defined(NIL)
45 # define NIL ((char)0) macro
413 while ((*first != NIL) && (*second != NIL))
422 return ((*first == NIL) && (*second == NIL));
538 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
548 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
643 while ( (ch = *string++) != NIL )
744 if (NIL == *string)
746 return (NIL == *pattern);
797 if (NIL == *string)
[all …]
Dtrio.c109 #define NIL ((char)0) macro
891 (internalLocaleValues->decimal_point[0] != NIL)) in TrioSetLocale()
900 internalDecimalPoint = NIL; in TrioSetLocale()
907 (internalLocaleValues->thousands_sep[0] != NIL)) in TrioSetLocale()
915 (internalLocaleValues->grouping[0] != NIL)) in TrioSetLocale()
1694 while (format[index] != NIL)
1818 parameters[pos].user_name[0] = NIL;
2239 *pointer-- = NIL;
2520 if ((size <= 0) || (size > width) || (buffer[0] == NIL))
2981 *groupingPointer != NIL;
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/puff/
Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
Dpuff.c184 if (s->out != NIL) { in stored()
465 if (s->out != NIL) { in codes()
490 if (s->out != NIL) { in codes()
Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/puff/
Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
Dpuff.c184 if (s->out != NIL) { in stored()
465 if (s->out != NIL) { in codes()
490 if (s->out != NIL) { in codes()
Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
/third_party/zlib/contrib/puff/
Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
Dpuff.c184 if (s->out != NIL) { in stored()
465 if (s->out != NIL) { in codes()
490 if (s->out != NIL) { in codes()
Dpufftest.c137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-same-type.c3 NIL = 0, enumerator
8 _Static_assert([typeof(NIL)] == [typeof(NEG)], "enum same type");
/third_party/boost/libs/phoenix/test/function/
Dlazy_list_tests.cpp35 using phx::NIL; in main()
42 list<int> l5 = cons(5,NIL); in main()
67 list<int> l10 = cat(l8,NIL); in main()
/third_party/boost/boost/phoenix/function/
Dlazy_prelude.hpp199 reuser2<INV,VAR,INV,Pow,N,A0> r = NIL ) const { in operator ()()
224 reuser3<INV,VAR,INV,INV,Apply,N,F,A0> r = NIL ) const { in operator ()()
379 r = NIL ) const { in operator ()()
381 return NIL; in operator ()()
456 return NIL; in operator ()()
609 r = NIL in operator ()()
612 return NIL; in operator ()()
726 if (x > y ) return NIL; in operator ()()
/third_party/libwebsockets/win32port/zlib/
Ddeflate.c104 #define NIL 0 macro
194 s->head[s->hash_size-1] = NIL; \
1086 s->strstart - (IPos)MAX_DIST(s) : NIL;
1361 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1369 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1556 hash_head = NIL;
1564 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1653 hash_head = NIL;
1663 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
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 &&
/third_party/zlib/
Ddeflate.c107 #define NIL 0 macro
194 s->head[s->hash_size-1] = NIL; \
215 *p = (Pos)(m >= wsize ? m - wsize : NIL);
222 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1287 s->strstart - (IPos)MAX_DIST(s) : NIL;
1896 hash_head = NIL;
1904 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1999 hash_head = NIL;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/skia/third_party/externals/zlib/
Ddeflate.c126 #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/node/deps/zlib/
Ddeflate.c121 #define NIL 0 macro
176 s->head[s->hash_size-1] = NIL; \
199 *p = (Pos)(m >= wsize ? m - wsize : NIL);
206 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1283 s->strstart - (IPos)MAX_DIST(s) : NIL;
1896 hash_head = NIL;
1904 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1999 hash_head = NIL;
2009 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
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 &&
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.c133 #define NIL 0 macro
233 s->head[s->hash_size-1] = NIL; \
256 *p = (Pos)(m >= wsize ? m - wsize : NIL);
263 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1332 s->strstart - (IPos)MAX_DIST(s) : NIL;
1945 hash_head = NIL;
1953 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
2048 hash_head = NIL;
2058 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

12