Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rosapps/templates/dialog/
H A Dtrace.h19 Assert(#exp, __FILE__, __LINE__, NULL); \
27 Assert(#exp, __FILE__, __LINE__, msg); \
56 void Assert(void* assert, TCHAR* file, int line, void* msg);
H A Dtrace.c36 void Assert(void* assert, TCHAR* file, int line, void* msg) in Assert() function
50 void Assert(void* assert, TCHAR* file, int line, void* msg) { }; in Assert() function
/reactos/sdk/lib/3rdparty/zlib/
H A Dtrees.c192 Assert(length > 0 && length <= 15, "invalid length");
263 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
278 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
286 Assert (dist == 256, "tr_static_init: 256 + dist != 512"); in tr_static_init()
331 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
592 Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1,
775 Assert(count >= 3 && count <= 6, " 3_6?");
959 Assert(buf != (char*)0, "lost buf");
994 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
1029 Assert((ush)dist < (ush)MAX_DIST(s) &&
[all …]
H A Ddeflate.c1323 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1327 Assert(cur_match < s->strstart, "no future");
1354 Assert(scan[2] == match[2], "scan[2]?");
1365 Assert(scan <= s->window + (unsigned)(s->window_size - 1),
1386 Assert(*scan == *match, "match[2]?");
1443 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
1446 Assert(cur_match < s->strstart, "no future");
1461 Assert(*scan == *match, "match[2]?");
1579 Assert(more >= 2, "more < 2");
1644 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
[all …]
H A Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
252 # define Assert(cond,msg) macro
H A Dzutil.c266 Assert(0, "zcfree: ptr not found"); in zcfree()
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dzutil.h189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
196 # define Assert(cond,msg) macro
H A Dzutil.c126 Assert(0, "zcfree: ptr not found"); in zcfree()
H A Dinfcodes.c219 Assert(k < 16, "inflate_codes grabbed too many bytes") in inflate_codes()
/reactos/dll/win32/dbghelp/
H A Dinflate.c41 #define Assert(cond,msg) macro
/reactos/dll/win32/wininet/
H A Dinflate.c36 #define Assert(cond,msg) macro
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c38 PVOID Assert,
646 PVOID Assert, in RxAssert() argument
679 …("\n*** Assertion failed: %s%s\n*** Source File: %s, line %ld\n\n", Message, Assert, File, Line); in RxAssert()
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c67 PVOID Assert,
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG1097 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set