Searched refs:check (Results 1 – 16 of 16) sorted by relevance
| /lib/zlib_inflate/ |
| A D | inflate.c | 182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len) argument 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 396 strm->adler = state->check = REVERSE(hold); in zlib_inflate() 405 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 711 strm->adler = state->check = in zlib_inflate() 712 UPDATE(state->check, put - out, out); in zlib_inflate() 715 REVERSE(hold)) != state->check) { in zlib_inflate() 754 strm->adler = state->check = in zlib_inflate() 755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 804 z->adler = state->check = in zlib_inflateIncomp() [all …]
|
| A D | inflate.h | 81 unsigned long check; /* protected copy of check value */ member
|
| /lib/tests/ |
| A D | memcpy_kunit.c | 31 #define check(instance, v) do { \ macro 80 check(control, 0x20); in memcpy_test() 81 check(zero, 0); in memcpy_test() 154 check(control, 0x99); in memmove_test() 155 check(zero, 0); in memmove_test() 257 check(control, 0x30); in memset_test() 258 check(dest, 0); in memset_test()
|
| A D | test_list_sort.c | 29 static void check(struct kunit *test, struct debug_el *ela, struct debug_el *elb) in check() function 54 check(priv, ela, elb); in cmp() 101 check(test, el, el1); in list_sort_test()
|
| A D | usercopy_kunit.c | 192 #define test_legit(size, check) \ in usercopy_test_valid() argument 194 size val_##size = (check); \ in usercopy_test_valid() 202 KUNIT_EXPECT_EQ_MSG(test, val_##size, check, \ in usercopy_test_valid() 264 #define test_illegal(size, check) \ in usercopy_test_invalid() argument 266 size val_##size = (check); \ in usercopy_test_invalid()
|
| A D | blackhole_dev_kunit.c | 50 uh->check = 0; in test_blackholedev()
|
| /lib/ |
| A D | rbtree_test.c | 192 static void check(int nr_nodes) in check() function 223 check(nr_nodes); in check_augmented() 332 check(j); in basic_check() 336 check(nnodes - j); in basic_check() 339 check(0); in basic_check()
|
| A D | Kconfig.kmsan | 42 eagerly check every function parameter passed by value and every
|
| A D | Kconfig.kasan | 137 Makes the compiler insert function calls that check whether the memory 178 Makes KASAN check the validity of accesses to vmalloc allocations.
|
| A D | Kconfig.ubsan | 53 CONFIG_LOCAL_BOUNDS.) Explicitly check for -fsanitize=array-bounds 159 This option enables the check of unaligned memory accesses.
|
| A D | Kconfig.debug | 994 Say Y here if you want to check for overflows of kernel, IRQ 1179 to check that the next CPU is processing hrtimer interrupts by 1263 A timeout of 0 disables the check. The default is two minutes. 1508 This feature will check whether any held lock (spinlock, rwlock, 1793 This is a relatively cheap check but if you care about maximum 2126 For more information, check 3032 complete_formation() called on the module. That will first check 3258 Enabling this option will include tests that check various scenarios 3273 Enabling this option will include tests that check various scenarios 3391 and let the check be carried at runtime (with `panic!` being called if [all …]
|
| A D | Kconfig.kcsan | 25 also provides assertions to check data access constraints.
|
| A D | Kconfig | 557 # memory-read error like x86 machine-check or ARM data-abort, and
|
| /lib/zlib_dfltcc/ |
| A D | dfltcc_inflate.c | 132 param->cv = state->check; in dfltcc_inflate() 143 state->check = param->cv; in dfltcc_inflate()
|
| /lib/zstd/compress/ |
| A D | hist.c | 80 HIST_checkInput_e check, in HIST_count_parallel_wksp() argument 139 if (check && maxSymbolValue > *maxSymbolValuePtr) return ERROR(maxSymbolValue_tooSmall); in HIST_count_parallel_wksp()
|
| /lib/crc/ |
| A D | Kconfig | 3 # Kconfig for the kernel's cyclic redundancy check (CRC) library code
|
Completed in 27 milliseconds