Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhugetlb_reparenting_test.sh197 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.
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H 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()
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 …]
H A Ddeflate.c451 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 …]
H A Ddefutil.h6 #define Assert(err, str) macro
370 Assert(length > 0 && length <= 15, "invalid length"); in send_bits()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dtrees.c199 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 Ddeflate.c861 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 …]
H A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
109 # define Assert(cond,msg) macro
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
23 # define Assert(cond,msg) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch95 +#define Assert(Cond) if (!(Cond)) abort()
182 + Assert(output[0] < 64);
183 + Assert(output[1] < 64);
184 + Assert(output[2] < 64);
185 + Assert(output[3] < 64);
205 + Assert(output[0] < 64);
206 + Assert(output[1] < 64);
207 + Assert(output[2] < 64);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch106 +#define Assert(Cond) if (!(Cond)) abort()
192 + Assert(output[0] < 64);
193 + Assert(output[1] < 64);
194 + Assert(output[2] < 64);
195 + Assert(output[3] < 64);
215 + Assert(output[0] < 64);
216 + Assert(output[1] < 64);
217 + Assert(output[2] < 64);
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c202 Assert(state->pending == 0, "There must be no pending bytes"); in dfltcc_deflate()
203 Assert(state->bi_valid < 8, "There must be less than 8 pending bits"); in dfltcc_deflate()
248 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG"); in dfltcc_deflate()
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
72 # define Assert(cond,msg) macro
/OK3568_Linux_fs/kernel/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
62 # define Assert(cond, msg) macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-mips-Use-32bit-cast-for-operand-on-mips32.patch25 __ Assert(eq, AbortReason::kUnexpectedAdditionalPopValue,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js73 …){this.callback=function(){};this.async=false;this.expected=0;}else{this.assert=new Assert(this);}}
107 function Assert(testContext){this.test=testContext;} class
108Assert.prototype={expect:function(asserts){if(arguments.length===1){this.test.expected=asserts;}el…
110 if(!(assert instanceof Assert)){assert=currentTest.assert;}
113 …pectedType,expectedOutput=expected,ok=false,currentTest=(this instanceof Assert&&this.test)||QUnit…
116 …assert.push(ok,actual,expectedOutput,message);}};(function(){Assert.prototype.raises=Assert.protot…
151 …d"){(function(){var i,assertions=Assert.prototype;function applyCurrent(current){return function()…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/
H A D0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch43 + Assert(PqGSSRecvLength < PQ_GSS_RECV_BUFFER_SIZE);
/OK3568_Linux_fs/u-boot/examples/standalone/
H A DREADME_rkspi.md102 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-arb-gpio-challenge.txt32 1. Assert OUR_CLAIM.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/
H A Dnvidia,tegra20-gmi.txt45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch338 - Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
341 + Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx.seq186 * We've just been selected. Assert BSY and
455 * Assert BSY and setup the phase for
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DRPL-1.127 c. Assert any patent claims against the Licensor or Contributors, or which would in any way restric…
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini1214 ; Assert(expr); active by default.
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dphp.ini1214 ; Assert(expr); active by default.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info8977 Assert that A and B are ordered by 'known_le' and return the
8982 Assert that A and B are ordered by 'known_le' and return the
9254 Assert that A is a multiple of B and return 'A / B'. The result is
9355 Assert that VALUE can be aligned down to ALIGN at compile time and
9371 Assert that we can calculate the misalignment of VALUE with respect
9386 Assert that A is nonnegative and return the smallest value it can
9437 Assert that VALUE is a compile-time constant and return its value.
17094 Assert that X holds a mode rather than nothing and return that
17114 Assert that X meets the conditions for wrapper class T and return

12