| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A 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 …]
|
| H A 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 …]
|
| H A D | defutil.h | 6 #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 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 …]
|
| H A D | zutil.h | 102 # 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 D | decompress.c | 16 # 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 D | 0005-adb-add-base64-implementation.patch | 95 +#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 D | 0001-bundle-own-base64-encode-decode-functions.patch | 106 +#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 D | dfltcc_deflate.c | 202 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 D | misc.c | 65 # 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 D | misc.c | 55 # 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 D | 0001-mips-Use-32bit-cast-for-operand-on-mips32.patch | 25 __ Assert(eq, AbortReason::kUnexpectedAdditionalPopValue,
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | qunit-1.18.0.js | 73 …){this.callback=function(){};this.async=false;this.expected=0;}else{this.assert=new Assert(this);}} 107 function Assert(testContext){this.test=testContext;} class 108 …Assert.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 D | 0001-Properly-NULL-terminate-GSS-receive-buffer-on-error-.patch | 43 + Assert(PqGSSRecvLength < PQ_GSS_RECV_BUFFER_SIZE);
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | README_rkspi.md | 102 #define SPI_XFER_BEGIN BIT(0) /* Assert CS before transfer */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-arb-gpio-challenge.txt | 32 1. Assert OUR_CLAIM.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | nvidia,tegra20-gmi.txt | 45 - 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 D | CVE-2018-25032.patch | 338 - 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 D | aic7xxx.seq | 186 * 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 D | RPL-1.1 | 27 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 D | php.ini | 1214 ; Assert(expr); active by default.
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | php.ini | 1214 ; 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 D | gccint.info | 8977 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
|