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

1 2 3

  /external/zlib/src/contrib/puff/
puff.h 28 #ifndef NIL
29 # define NIL ((unsigned char *)0) /* for no output option */
  /toolchain/binutils/binutils-2.27/zlib/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}}
  /prebuilts/go/darwin-x86/test/
bigalg.go 19 var NIL []int
22 if NIL != nil {
23 println("fail1:", NIL, "!= nil")
26 if nil != NIL {
27 println("fail2: nil !=", NIL)
30 if a == nil || nil == a
    [all...]
  /prebuilts/go/linux-x86/test/
bigalg.go 19 var NIL []int
22 if NIL != nil {
23 println("fail1:", NIL, "!= nil")
26 if nil != NIL {
27 println("fail2: nil !=", NIL)
30 if a == nil || nil == a
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_util.h 303 enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 };
  /external/libmojo/mojo/public/cpp/bindings/
struct_ptr.h 127 InlinedStructPtr() : state_(NIL) {}
128 InlinedStructPtr(decltype(nullptr)) : state_(NIL) {}
137 InlinedStructPtr(InlinedStructPtr&& other) : state_(NIL) { Take(&other); }
153 state_ = NIL;
158 bool is_null() const { return state_ == NIL; }
204 NIL,
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 98 public static final String NIL = "NIL";
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 34 #define NIL 0x9
159 return NIL;
228 return (unsigned char) NIL;
261 return (unsigned char) NIL;
319 return (unsigned char) NIL;
356 return (unsigned char) NIL;
396 return (unsigned char) NIL;
427 return (unsigned char) NIL;
500 case NIL:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 105 #define NIL 0
200 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/libxml2/
triostr.c 44 #if !defined(NIL)
45 # define NIL ((char)0)
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...]
  /external/one-true-awk/
awk.h 140 #define NIL ((Node *) 0)
  /external/python/cpython2/Modules/zlib/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/python/cpython3/Modules/zlib/
deflate.c 107 #define NIL 0
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 104 #define NIL 0
194 s->head[s->hash_size-1] = NIL; \
    [all...]
  /external/zlib/src/
deflate.c 107 #define NIL 0
193 s->head[s->hash_size-1] = NIL; \
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 97 public static final String NIL = "NIL";
  /toolchain/binutils/binutils-2.27/zlib/
deflate.c 104 #define NIL 0
197 s->head[s->hash_size-1] = NIL; \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 36 #define NIL 0
510 mPosition[i] = NIL; /* sentinel */
513 mParent[i] = NIL;
520 mNext[WNDSIZ - 1] = NIL;
522 mNext[i] = NIL;
546 The child node (NIL if not found)
553 mParent[NIL] = q; /* sentinel */
663 while ((q = mParent[r]) == NIL) {
685 if ((r = Child(q, c)) == NIL) {
726 if ((r = Child(q, *t1)) == NIL) {
    [all...]
TianoCompress.c 35 #define NIL 0
526 mPosition[Index] = NIL; /* sentinel */
530 mParent[Index] = NIL;
538 mNext[WNDSIZ - 1] = NIL;
540 mNext[Index] = NIL;
563 The child node (NIL if not found)
573 mParent[NIL] = NodeQ;
691 while (NodeQ == NIL) {
717 if (NodeR == NIL) {
763 if (NodeR == NIL) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 46 #define NIL 0
513 mPosition[i] = NIL; /* sentinel */
516 mParent[i] = NIL;
523 mNext[WNDSIZ - 1] = NIL;
525 mNext[i] = NIL;
549 The child node (NIL if not found)
556 mParent[NIL] = q; /* sentinel */
666 while ((q = mParent[r]) == NIL) {
688 if ((r = Child(q, c)) == NIL) {
729 if ((r = Child(q, *t1)) == NIL) {
    [all...]
TianoCompress.c 45 #define NIL 0
539 mPosition[Index] = NIL; /* sentinel */
543 mParent[Index] = NIL;
551 mNext[WNDSIZ - 1] = NIL;
553 mNext[Index] = NIL;
576 The child node (NIL if not found)
586 mParent[NIL] = NodeQ;
704 while (NodeQ == NIL) {
730 if (NodeR == NIL) {
776 if (NodeR == NIL) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 40 #define NIL 0
254 mNext[WNDSIZ - 1] = NIL;
265 @retval NIL(Zero) No child could be found.
277 mParent[NIL] = LoopVar6; /* sentinel */
374 while (LoopVar6 == NIL) {
400 if (LoopVar4 == NIL) {
446 if (LoopVar4 == NIL) {
461 mParent[LoopVar4] = NIL;
490 if (mParent[mPos] == NIL) {
499 mParent[mPos] = NIL;
    [all...]
  /external/vboot_reference/utility/
eficompress.c 56 #define NIL 0
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...]

Completed in 1098 milliseconds

1 2 3