HomeSort by relevance Sort by last modified time
    Searched defs:NIL (Results 1 - 18 of 18) sorted by null

  /external/zlib/src/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p7.cpp 3 namespace NIL {} // expected-note {{previous definition}}
4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}}
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/mesa3d/src/mesa/math/
m_debug_util.h 300 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 98 public static final String NIL = "NIL";
  /external/chromium_org/third_party/libxml/src/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
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...]
trio.c 109 #define NIL ((char)0)
747 static TRIO_CONST char internalNullString[] = "(nil)";
871 (internalLocaleValues->decimal_point[0] != NIL))
880 internalDecimalPoint = NIL;
887 (internalLocaleValues->thousands_sep[0] != NIL))
895 (internalLocaleValues->grouping[0] != NIL))
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 105 #define NIL 0
195 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/libxml2/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
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...]
trio.c 109 #define NIL ((char)0)
751 static TRIO_CONST char internalNullString[] = "(nil)";
875 (internalLocaleValues->decimal_point[0] != NIL))
884 internalDecimalPoint = NIL;
891 (internalLocaleValues->thousands_sep[0] != NIL))
899 (internalLocaleValues->grouping[0] != NIL))
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/zlib/src/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 140 #define NIL ((Node *) 0)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 887 milliseconds