Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
109 # define Assert(cond,msg) macro
A Dtrees.c200 Assert(length > 0 && length <= 15, "invalid length");
271 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
286 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
294 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init()
339 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
601 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
784 Assert(count >= 3 && count <= 6, " 3_6?");
970 Assert(buf != (char*)0, "lost buf");
1041 Assert((ush)dist < (ush)MAX_DIST(s) &&
1105 Assert (code < D_CODES, "bad d_code");
[all …]
A Ddeflate.c862 Assert(strm->avail_out > 0, "bug2");
1096 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1110 Assert(cur_match < s->strstart, "no future");
1137 Assert(scan[2] == match[2], "scan[2]?");
1168 Assert(*scan == *match, "match[2]?");
1227 Assert(cur_match < s->strstart, "no future");
1242 Assert(*scan == *match, "match[2]?");
1377 Assert(more >= 2, "more < 2");
1480 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1488 Assert(s->block_start >= 0L, "block gone");
[all …]
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dpcie_port.asl106 /* Assert PERST */
A Dgpio.asl143 * Assert PERST
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-m.txt243 - fspm,start-timer-ticker-of-pfet-assert: PCIE SLOT Power Enable Assert Time - PFET

Completed in 15 milliseconds