OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NIL
(Results
1 - 16
of
16
) 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 };
/external/chromium/base/
tracked_objects.h
375
NIL
= 0,
391
// Reset the comparator to a
NIL
selector. Clear() and recursively delete any
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java
96
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)
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/qemu/distrib/zlib-1.2.3/
deflate.c
105
#define
NIL
0
200
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
Completed in 1101 milliseconds