HomeSort by: relevance | last modified time | path
    Searched defs:ASSERT (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/ld/
ldmisc.h 34 #define ASSERT(x) \
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.h 34 #define ASSERT(x) \
  /src/external/gpl3/gdb/dist/sim/common/
sim-assert.h 26 /* The subtle difference between SIM_ASSERT and ASSERT is that
28 ASSERT passes NULL. */
52 #if !defined (ASSERT)
55 #define ASSERT(EXPRESSION) \
70 #define ASSERT(EXPRESSION) do { /*nothing*/; } while (0)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-assert.h 26 /* The subtle difference between SIM_ASSERT and ASSERT is that
28 ASSERT passes NULL. */
52 #if !defined (ASSERT)
55 #define ASSERT(EXPRESSION) \
70 #define ASSERT(EXPRESSION) do { /*nothing*/; } while (0)
  /src/sys/arch/amd64/stand/prekern/
prekern.h 44 #define ASSERT(a) if (!(a)) fatal("ASSERT: " #a);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
os_types.h 122 #define ASSERT(expr) ASSERT_CRITICAL(expr)
125 #define ASSERT(expr) WARN_ON(!(expr))
128 #define BREAK_TO_DEBUGGER() ASSERT(0)
  /src/external/gpl3/gdb/dist/sim/igen/
misc.h 68 #define ASSERT(EXPRESSION) \
  /src/external/gpl3/gdb.old/dist/sim/igen/
misc.h 68 #define ASSERT(EXPRESSION) \
  /src/sys/arch/hpcmips/stand/pbsdboot/
palette.c 49 #ifndef ASSERT
50 #define ASSERT(a) \
55 #endif /* !ASSERT */
80 ASSERT(GetDeviceCaps(hdc, BITSPIXEL) == 8);
81 ASSERT(GetDeviceCaps(hdc, PLANES) == 1);
  /src/external/cddl/osnet/dist/uts/common/sys/
debug.h 47 * ASSERT(ex) causes a panic or debugger entry if expression ex is not
48 * true. ASSERT() is included only for debugging, and is a no-op in
50 * ASSERT and is evaluated on both debug and non-debug kernels.
56 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__)))
58 #define ASSERT(x) ((void)0)
65 #define ASSERT64(x) ASSERT(x)
69 #define ASSERT32(x) ASSERT(x)
92 * ASSERT3() behaves like ASSERT() except that it is an explicit conditional,
  /src/tests/kernel/
t_proccwd.c 61 "Prompt length of the current dir and assert that it is sane");
102 "prompt length of the current dir and assert that it is right");
107 #define ASSERT(x) do { if (!(x)) _exit(EXIT_FAILURE); } while (0)
133 ASSERT(chroot(buf) == 0);
137 ASSERT(rv == -1);
138 ASSERT(errno == ENOENT);
t_zombie.c 86 #define ASSERT(x) \
156 ASSERT(check_zombie(child1));
169 /* Assert that child1 is still a zombie after collecting child2 */
184 /* Assert that child1 is still a zombie after emitting a signal */
234 * Assert that a dying process can be correctly looked up
  /src/tests/lib/libc/stdlib/
h_atexit.c 55 #define ASSERT(expr) \
86 ASSERT(arg == (void *)&arg_1);
87 ASSERT(cxa_handler_5_called == 0);
88 ASSERT(exiting_state == 5);
100 ASSERT(arg == (void *)&arg_1);
101 ASSERT(cxa_handler_4_called == 0);
102 ASSERT(exiting_state == 4);
114 ASSERT(arg == (void *)&arg_2);
115 ASSERT(cxa_handler_3_called == 0);
116 ASSERT(exiting_state == 3)
    [all...]
  /src/tests/lib/libpthread/
h_atexit.c 60 #define ASSERT(expr) \
91 ASSERT(arg == (void *)&arg_1);
92 ASSERT(cxa_handler_5_called == 0);
93 ASSERT(exiting_state == 5);
105 ASSERT(arg == (void *)&arg_1);
106 ASSERT(cxa_handler_4_called == 0);
107 ASSERT(exiting_state == 4);
119 ASSERT(arg == (void *)&arg_2);
120 ASSERT(cxa_handler_3_called == 0);
121 ASSERT(exiting_state == 3)
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
alu-tst.c 6 #define ASSERT(EXPRESSION) \
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
alu-tst.c 6 #define ASSERT(EXPRESSION) \
  /src/external/mpl/bind/dist/fuzz/
dns_qp.c 16 #include <assert.h>
44 #define ASSERT(p) \
51 #define ASSERT(p) assert(p)
64 assert(ctx == NULL);
65 assert(pval == &item[ival]);
71 assert(ctx == NULL);
72 assert(pval == &item[ival]);
78 assert(ctx == NULL);
79 assert(pval == &item[ival])
    [all...]
  /src/external/cddl/osnet/dist/uts/common/os/
list.c 39 #define ASSERT(x) /* nothing */
70 ASSERT(list);
71 ASSERT(size > 0);
72 ASSERT(size >= offset + sizeof (list_node_t));
85 ASSERT(list);
86 ASSERT(list->list_head.list_next == node);
87 ASSERT(list->list_head.list_prev == node);
132 ASSERT(!list_empty(list));
133 ASSERT(lold->list_next != NULL);
204 ASSERT(dst->list_size == src->list_size)
    [all...]
  /src/lib/libbsdmalloc/
malloc.c 138 #define ASSERT(p) if (!(p)) botch(__STRING(p))
174 #define ASSERT(p) ((void)sizeof((long)(p)))
193 ASSERT(pagesz > 0);
285 ASSERT(sz > 0);
323 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
329 ASSERT(op->ov_rmagic == RMAGIC);
330 ASSERT(*(u_short *)((caddr_t)(op + 1) + op->ov_size) == RMAGIC);
333 ASSERT(size < NBUCKETS);
540 ASSERT((uintptr_t)p % alignment == 0);
573 ASSERT((uintptr_t)p % alignment == 0)
    [all...]
  /src/libexec/ld.elf_so/
xmalloc.c 148 #define ASSERT(p) if (!(p)) botch("p")
156 #define ASSERT(p)
296 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
300 ASSERT(size < NBUCKETS);
  /src/sys/altq/
altq_var.h 131 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, #e))
133 #define ASSERT(e) ((e) ? (void)0 : altq_assert(__FILE__, __LINE__, "e"))
136 #define ASSERT(e) ((void)0)
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 63 #define ASSERT KASSERT
65 #include <assert.h>
69 #define ASSERT assert
208 ASSERT(outputlen <= NIST_HASH_DRBG_MAX_REQUEST_BYTES);
340 ASSERT(hlen <= 255*HASH_LENGTH);
341 ASSERT(hlen <= UINT32_MAX/8);
1108 ASSERT(sizeof(kat[i].rnd_val[0]) - trunc <=
1132 ASSERT(sizeof(kat[i].rnd_val[1]) - trunc <=
  /src/sys/lib/libkern/
entpool.c 80 #define ASSERT KASSERT
83 #include <assert.h>
87 #define ASSERT assert
139 ASSERT(P->i <= RATE-1);
145 ASSERT(P->i < RATE-1);
154 ASSERT(P->i < RATE-1);
161 ASSERT(P->i < RATE-1);
187 ASSERT(P->i <= RATE-1);
192 ASSERT(P->i < RATE-1)
    [all...]
  /src/sys/net/npf/
lpm.c 58 #include <assert.h>
73 #define ASSERT assert
75 #define ASSERT(x)
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.cc 36 #define ASSERT(x)
163 ASSERT (lm->dir[0] != None);
199 ASSERT (d == None);
228 ASSERT (prnt->dir[NPTRS - 1] == None);

Completed in 43 milliseconds

1 2