Searched refs:Assert (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | zutil.h | 102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 109 # define Assert(cond,msg) macro
|
| H A D | trees.c | 199 Assert(length > 0 && length <= 15, "invalid length"); 270 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 285 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 293 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init() 338 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header() 600 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, 783 Assert(count >= 3 && count <= 6, " 3_6?"); 848 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); 849 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, 969 Assert(buf != (char*)0, "lost buf"); [all …]
|
| H A D | deflate.c | 861 Assert(strm->avail_out > 0, "bug2"); 1095 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 1106 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 1109 Assert(cur_match < s->strstart, "no future"); 1136 Assert(scan[2] == match[2], "scan[2]?"); 1147 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 1167 Assert(*scan == *match, "match[2]?"); 1179 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 1222 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 1224 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); [all …]
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 102 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */
|