/reactos/modules/rosapps/templates/dialog/ |
H A D | trace.h | 19 Assert(#exp, __FILE__, __LINE__, NULL); \ 27 Assert(#exp, __FILE__, __LINE__, msg); \ 56 void Assert(void* assert, TCHAR* file, int line, void* msg);
|
H A D | trace.c | 36 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 D | trees.c | 192 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 D | deflate.c | 1323 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 D | zutil.h | 245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 252 # define Assert(cond,msg) macro
|
H A D | zutil.c | 266 Assert(0, "zcfree: ptr not found"); in zcfree()
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | zutil.h | 189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 196 # define Assert(cond,msg) macro
|
H A D | zutil.c | 126 Assert(0, "zcfree: ptr not found"); in zcfree()
|
H A D | infcodes.c | 219 Assert(k < 16, "inflate_codes grabbed too many bytes") in inflate_codes()
|
/reactos/dll/win32/dbghelp/ |
H A D | inflate.c | 41 #define Assert(cond,msg) macro
|
/reactos/dll/win32/wininet/ |
H A D | inflate.c | 36 #define Assert(cond,msg) macro
|
/reactos/sdk/lib/drivers/rxce/ |
H A D | rxce.c | 38 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 D | rdbss.c | 67 PVOID Assert,
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 1097 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set
|