Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/mm/
A Dhugetlb_reparenting_test.sh205 echo Assert memory charged correctly for parent use.
210 echo Assert memory charged correctly for child use.
215 echo Assert memory reparent correctly.
220 echo Assert memory uncharged correctly.
235 echo Assert memory charged correctly for child only use.
239 echo Assert memory reparent correctly.
244 echo Assert memory uncharged correctly.
/linux-6.3-rc2/lib/zlib_deflate/
A Ddeflate.c451 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate()
468 Assert(s->bi_valid == 0, "bi_buf not flushed"); in zlib_deflate()
600 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match()
614 Assert(cur_match < s->strstart, "no future"); in longest_match()
636 Assert(scan[2] == match[2], "scan[2]?"); in longest_match()
647 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match()
667 Assert(*scan == *match, "match[2]?"); in longest_match()
814 Assert(more >= 2, "more < 2"); in fill_window()
884 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored()
892 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
[all …]
A Ddeftree.c192 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()
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) &&
993 Assert (code < D_CODES, "bad d_code");
[all …]
A Ddefutil.h6 #define Assert(err, str) macro
370 Assert(length > 0 && length <= 15, "invalid length"); in send_bits()
/linux-6.3-rc2/arch/arm/boot/compressed/
A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
23 # define Assert(cond,msg) macro
/linux-6.3-rc2/arch/alpha/boot/
A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
72 # define Assert(cond,msg) macro
/linux-6.3-rc2/arch/nios2/boot/compressed/
A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
62 # define Assert(cond, msg) macro
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_deflate.c233 Assert(state->pending == 0, "There must be no pending bytes"); in dfltcc_deflate()
234 Assert(state->bi_valid < 8, "There must be less than 8 pending bits"); in dfltcc_deflate()
279 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG"); in dfltcc_deflate()
/linux-6.3-rc2/Documentation/devicetree/bindings/watchdog/
A Datmel,at91sam9-wdt.yaml59 Assert peripherals and processor reset signals.
62 Assert the processor reset signal.
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Dindex.rst78 Arrange-Act-Assert. This is a great way to structure test cases and
85 - Assert expected outcome: Verify that the result (or resulting state) is as
/linux-6.3-rc2/arch/arm/boot/dts/
A Daspeed-bmc-asrock-e3c246d4i.dts175 /* Assert BMC_READY so BIOS doesn't sit around waiting for it */
/linux-6.3-rc2/Documentation/devicetree/bindings/i2c/
A Di2c-arb-gpio-challenge.txt32 1. Assert OUR_CLAIM.
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/
A Dnvidia,tegra20-gmi.txt45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data.
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/
A Dgoogle,cros-ec.yaml83 description: Assert for bootloader mode.
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic7xxx.seq186 * We've just been selected. Assert BSY and
455 * Assert BSY and setup the phase for

Completed in 16 milliseconds