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

/external/zlib/src/contrib/puff/
H A Dpuff.h28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */ macro
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp7.cpp3 namespace NIL {} // expected-note {{previous definition}} namespace
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}} namespace
/external/mesa3d/src/mesa/math/
H A Dm_debug_util.h300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; enumerator in enum:__anon14734
/external/opencv3/3rdparty/zlib/
H A Ddeflate.c104 #define NIL 0 macro
197 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 &&
/external/zlib/src/
H A Ddeflate.c104 #define NIL 0 macro
197 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 &&
/external/libxml2/
H A 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)));
[all...]
H A Dtrio.c109 #define NIL ((char)0) macro
891 (internalLocaleValues->decimal_point[0] != NIL))
900 internalDecimalPoint = NIL;
907 (internalLocaleValues->thousands_sep[0] != NIL))
915 (internalLocaleValues->grouping[0] != NIL))
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...]
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c104 #define NIL 0 macro
197 s->head[s->hash_size-1] = NIL; \
1158 s->strstart - (IPos)MAX_DIST(s) : NIL;
1435 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1443 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1651 hash_head = NIL;
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1754 hash_head = NIL;
1764 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
/external/vboot_reference/utility/
H A Deficompress.c56 #define NIL 0 macro
523 mPosition[i] = NIL; /* sentinel */
526 mParent[i] = NIL;
533 mNext[WNDSIZ - 1] = NIL;
535 mNext[i] = NIL;
559 The child node (NIL if not found)
566 mParent[NIL] = q; /* sentinel */
676 while ((q = mParent[r]) == NIL) {
698 if ((r = Child(q, c)) == NIL) {
739 if ((r = Child(q, *t1)) == NIL) {
[all...]
/external/opencv3/samples/java/sbt/sbt/
H A Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org.apache. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 169 milliseconds