Searched refs:Assert (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/vm/ |
| D | hugetlb_reparenting_test.sh | 197 echo Assert memory charged correctly for parent use. 202 echo Assert memory charged correctly for child use. 207 echo Assert memory reparent correctly. 212 echo Assert memory uncharged correctly. 227 echo Assert memory charged correctly for child only use. 231 echo Assert memory reparent correctly. 236 echo Assert memory uncharged correctly.
|
| /Linux-v5.10/lib/zlib_deflate/ |
| D | deftree.c | 192 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 207 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 215 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init() 461 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, in gen_codes() 646 Assert(count >= 3 && count <= 6, " 3_6?"); in send_tree() 715 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); in send_all_trees() 716 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees() 846 Assert(buf != (char*)0, "lost buf"); 898 Assert (s->compressed_len == s->bits_sent, "bad compressed size"); 930 Assert((ush)dist < (ush)MAX_DIST(s) && [all …]
|
| D | deflate.c | 451 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate() 593 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 604 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match() 607 Assert(cur_match < s->strstart, "no future"); in longest_match() 629 Assert(scan[2] == match[2], "scan[2]?"); in longest_match() 640 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 660 Assert(*scan == *match, "match[2]?"); in longest_match() 672 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 807 Assert(more >= 2, "more < 2"); in fill_window() 877 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored() [all …]
|
| D | defutil.h | 6 #define Assert(err, str) macro 370 Assert(length > 0 && length <= 15, "invalid length"); in send_bits()
|
| /Linux-v5.10/arch/arm/boot/compressed/ |
| D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 23 # define Assert(cond,msg) macro
|
| /Linux-v5.10/lib/zlib_dfltcc/ |
| D | dfltcc_deflate.c | 200 Assert(state->pending == 0, "There must be no pending bytes"); in dfltcc_deflate() 201 Assert(state->bi_valid < 8, "There must be less than 8 pending bits"); in dfltcc_deflate() 246 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG"); in dfltcc_deflate()
|
| /Linux-v5.10/arch/alpha/boot/ |
| D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 72 # define Assert(cond,msg) macro
|
| /Linux-v5.10/arch/nios2/boot/compressed/ |
| D | misc.c | 55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro 62 # define Assert(cond, msg) macro
|
| /Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-arb-gpio-challenge.txt | 32 1. Assert OUR_CLAIM.
|
| /Linux-v5.10/Documentation/devicetree/bindings/bus/ |
| D | nvidia,tegra20-gmi.txt | 45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data.
|
| /Linux-v5.10/drivers/scsi/aic7xxx/ |
| D | aic7xxx.seq | 186 * We've just been selected. Assert BSY and 455 * Assert BSY and setup the phase for
|