| /lib/ |
| A D | circbuf.c | 14 assert (buf != NULL); in buf_init() 19 assert (buf->data != NULL); in buf_init() 30 assert (buf != NULL); in buf_free() 31 assert (buf->data != NULL); in buf_free() 44 assert (buf != NULL); in buf_pop() 45 assert (dest != NULL); in buf_pop() 74 assert (buf != NULL); in buf_push() 75 assert (src != NULL); in buf_push()
|
| A D | lz4.c | 111 #ifndef assert 112 #define assert(condition) ((void)0) macro 180 assert(lowPrefix <= op); in LZ4_decompress_generic() 181 assert(src != NULL); in LZ4_decompress_generic() 204 assert(!endOnInput || ip <= iend); in LZ4_decompress_generic() 241 assert(match <= op); /* check overflow */ in LZ4_decompress_generic() 377 assert(oend > op); in LZ4_decompress_generic() 378 assert(oend - op >= 4); in LZ4_decompress_generic() 454 assert(op <= oend); in LZ4_decompress_generic()
|
| A D | physmem.c | 21 assert(((phys_addr_t)(uintptr_t)s) == s); in arch_phys_memset() 22 assert(((phys_addr_t)(uintptr_t)(s + n)) == s + n); in arch_phys_memset()
|
| A D | qsort.c | 32 assert(nel <= ((size_t)(-1)) / width); /* check for overflow */ in qsort()
|
| A D | slre.c | 170 assert(offset < r->code_size); in set_jump_offset() 543 assert(pc < r->code_size); in match() 544 assert(pc < (int) (sizeof(r->code) / sizeof(r->code[0]))); in match() 671 assert(0); in match()
|
| A D | membuf.c | 27 assert(data && offsetp); in membuf_putrawflex() 333 assert(by >= 0); in membuf_extend_by()
|
| A D | alist.c | 145 assert(index != -1); in alist_next_ptrd()
|
| A D | display_options.c | 230 assert(thislinelen >= 0); in print_buffer()
|
| A D | fdtdec.c | 121 assert(id >= 0 && id < COMPAT_COUNT); in fdtdec_get_compatible() 371 assert(strlen(name) < MAX_STR_LEN); in fdtdec_next_alias() 500 assert(!node_list[i]); in fdtdec_add_aliases_for_id() 652 assert(!fdtdec_prepare_fdt(gd->fdt_blob)); in fdtdec_check_fdt()
|
| /lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 429 assert(nbAddBits < 255); in ZSTD_buildSeqTable_rle() 476 assert(tableSize <= 512); in ZSTD_buildFSETable_body() 641 assert(0); in ZSTD_buildSeqTable() 752 assert(*ip <= *op); in ZSTD_overlapCopy8() 770 assert(*op - *ip >= 8); in ZSTD_overlapCopy8() 798 assert(length >= 8); in ZSTD_safecopy() 802 assert(op <= oend); in ZSTD_safecopy() 1007 assert(op <= oMatchEnd); in ZSTD_execSequence() 1098 assert(op <= oMatchEnd); in ZSTD_execSequenceSplitLitBuffer() 1289 assert(op <= oend); [all …]
|
| A D | zstd_ddict.c | 42 assert(ddict != NULL); in ZSTD_DDict_dictContent() 48 assert(ddict != NULL); in ZSTD_DDict_dictSize() 55 assert(dctx != NULL); in ZSTD_copyDDictParameters() 56 assert(ddict != NULL); in ZSTD_copyDDictParameters() 187 assert(sBuffer != NULL); in ZSTD_initStaticDDict() 188 assert(dict != NULL); in ZSTD_initStaticDDict()
|
| A D | huf_decompress.c | 140 assert(bitsConsumed <= 8); in HUF_initDStream() 683 assert(args.ip[0] >= iend); in HUF_decompress4X1_usingDTable_internal_bmi2_asm() 684 assert(args.ip[1] >= iend); in HUF_decompress4X1_usingDTable_internal_bmi2_asm() 934 assert(length > 1); in HUF_fillDTableX2Level2() 1576 assert(dstSize > 0); in HUF_selectDecoder() 1610 assert(algoNb == 0); in HUF_decompress4X_hufOnly_wksp() 1614 assert(algoNb == 1); in HUF_decompress4X_hufOnly_wksp() 1637 assert(algoNb == 0); in HUF_decompress1X_DCtx_wksp() 1642 assert(algoNb == 1); in HUF_decompress1X_DCtx_wksp() 1711 assert(algoNb == 0); in HUF_decompress4X_hufOnly_wksp_bmi2() [all …]
|
| A D | zstd_decompress.c | 878 assert(ip != NULL); in ZSTD_decompressFrame() 987 assert(0 /* Impossible */); in ZSTD_getDDict() 1049 assert(0); in ZSTD_nextInputType() 1088 assert(src != NULL); in ZSTD_decompressContinue() 1105 assert(src != NULL); in ZSTD_decompressContinue() 1215 assert(src != NULL); in ZSTD_decompressContinue() 1228 assert(0); /* impossible */ in ZSTD_decompressContinue() 1360 assert(dctx != NULL); in ZSTD_decompressBegin() 1397 assert(dctx != NULL); in ZSTD_decompressBegin_usingDDict() 1827 assert(*op <= oend); in ZSTD_decompressContinueStream() [all …]
|
| /lib/zstd/common/ |
| A D | bitstream.h | 125 assert(val != 0); in BIT_highbit32() 181 assert(nbBits < BIT_MASK_SIZE); in BIT_addBits() 193 assert((value>>nbBits) == 0); in BIT_addBitsFast() 205 assert(bitC->bitPos < sizeof(bitC->bitContainer) * 8); in BIT_flushBitsFast() 206 assert(bitC->ptr <= bitC->endPtr); in BIT_flushBitsFast() 221 assert(bitC->bitPos < sizeof(bitC->bitContainer) * 8); in BIT_flushBits() 222 assert(bitC->ptr <= bitC->endPtr); in BIT_flushBits() 307 assert(nbBits < BIT_MASK_SIZE); in BIT_getMiddleBits() 322 assert(nbBits < BIT_MASK_SIZE); in BIT_getLowerBits() 351 assert(nbBits >= 1); in BIT_lookBitsFast() [all …]
|
| A D | entropy_common.c | 40 assert(val != 0); in FSE_ctz() 81 assert(hbSize >= 8); in FSE_readNCount_body() 120 assert((bitStream & 3) < 3); in FSE_readNCount_body() 135 assert((bitCount >> 3) <= 3); /* For first condition to work */ in FSE_readNCount_body() 165 assert(count == -1); in FSE_readNCount_body() 171 assert(threshold > 1); in FSE_readNCount_body()
|
| A D | compiler.h | 128 # define ZSTD_UNREACHABLE { assert(0), __builtin_unreachable(); } 130 # define ZSTD_UNREACHABLE { assert(0); }
|
| A D | fse.h | 556 assert(tableLog < 16); in FSE_bitCost() 557 assert(accuracyLog < 31-tableLog); /* ensure enough room for renormalization double shift */ in FSE_bitCost() 562 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold); in FSE_bitCost() 563 assert(normalizedDeltaFromThreshold <= bitMultiplier); in FSE_bitCost()
|
| A D | zstd_deps.h | 87 #define assert(x) WARN_ON((x)) macro
|
| A D | fse_decompress.c | 135 assert(tableSize % unroll == 0); /* FSE_MIN_TABLELOG is 5 */ in FSE_buildDTable_internal() 144 assert(position == 0); in FSE_buildDTable_internal() 330 assert(NCountLength <= cSrcSize); in FSE_decompress_wksp_body()
|
| A D | zstd_internal.h | 217 assert(diff >= WILDCOPY_VECLEN || diff <= -WILDCOPY_VECLEN); in ZSTD_wildcopy() 349 assert(val != 0); in ZSTD_highbit32()
|
| /lib/acpi/ |
| A D | acpi_dp.c | 77 assert(dp); in acpi_dp_free() 104 assert(table); in acpi_dp_write_internal() 231 assert(dp); in acpi_dp_add_integer() 245 assert(dp); in acpi_dp_add_string() 258 assert(dp); in acpi_dp_add_reference() 271 assert(dp); in acpi_dp_add_child() 288 assert(dp); in acpi_dp_add_array() 289 assert(array); in acpi_dp_add_array() 306 assert(dp); in acpi_dp_add_integer_array() 330 assert(dp); in acpi_dp_add_gpio()
|
| A D | acpigen.c | 57 assert(ctx->ltop < (ACPIGEN_LENSTACK_SIZE - 1)); in acpigen_write_len_f() 69 assert(ctx->ltop > 0); in acpigen_pop_len() 72 assert(len <= ACPIGEN_MAXLEN); in acpigen_pop_len()
|
| A D | acpi_table.c | 670 assert(output_node && ((output_node->type == ACPI_IORT_NODE_ITS_GROUP) || in acpi_iort_add_rc() 741 assert(output_node && output_node->type == ACPI_IORT_NODE_ITS_GROUP); in acpi_iort_add_smmu_v3()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | eap.c | 738 assert(ts != NULL); in eap_send_request() 763 assert(ts != NULL); in eap_send_request() 773 assert(ts != NULL); in eap_send_request() 1924 assert(ts != NULL); in eap_response() 1949 assert(ts != NULL); in eap_response()
|
| /lib/efi_loader/ |
| A D | efi_file.c | 520 assert(fh->offset == 0); in dir_read()
|