gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:assert (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/assert.h - 2.8KB - 68 lines
53: #else
54: # define        _assert(e)     assert(e)
55: # if __ISO_C_VISIBLE >= 1999
bsd_source/t2ex/network/net/src_bsd/lib/libkern/libkern.h - 10.3KB - 348 lines
208: #else /* DIAGNOSTIC */
209: #define _DIAGASSERT(a)  assert(a)
210: #define KASSERTMSG(e, msg) do {         \
bsd_source/t2ex/network/net/src_bsd/net/route.c - 44.7KB - 1,375 lines
1021: {
1022:         assert(rt_init_done == 0);
1023: 
bsd_source/t2ex/network/net/src_bsd/netinet/cpu_in_cksum.c - 14.3KB - 386 lines
43: 
44: #define KASSERT(x) assert(x)
45: #endif