Searched refs:block (Results 1 – 7 of 7) sorted by relevance
| /lib/xz/ |
| D | xz_dec_stream.c | 93 } block; member 231 s->block.compressed += b->in_pos - s->in_start; in dec_block() 232 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 238 if (s->block.compressed > s->block_header.compressed in dec_block() 239 || s->block.uncompressed in dec_block() 250 != s->block.compressed) in dec_block() 255 != s->block.uncompressed) in dec_block() 258 s->block.hash.unpadded += s->block_header.size in dec_block() 259 + s->block.compressed; in dec_block() 262 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() [all …]
|
| /lib/crypto/ |
| D | blake2s-generic.c | 39 void blake2s_compress(struct blake2s_state *state, const u8 *block, 43 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block, in blake2s_compress_generic() argument 55 memcpy(m, block, BLAKE2S_BLOCK_SIZE); in blake2s_compress_generic() 105 block += BLAKE2S_BLOCK_SIZE; in blake2s_compress_generic()
|
| /lib/ |
| D | test_printf.c | 34 #define NOWARN(option, comment, block) \ argument 37 block \
|
| D | Kconfig.kasan | 213 recorded for each heap block at allocation and free time, and
|
| D | Kconfig | 161 This is used with the block layer's data integrity subsystem.
|
| D | Kconfig.debug | 2089 will make the block layer "forget" an interrupt as configured, 2124 useful to test the error handling in the mmc block device 2126 the block device. 2983 freeing a block of pages and a speculative page reference.
|
| D | test_bpf.c | 2140 int block = 64; /* Increase for more tests per MSB position */ in bpf_fill_ld_imm64_magn() local 2141 int len = 3 + 8 * 63 * block * 2; in bpf_fill_ld_imm64_magn() 2153 for (adj = -block / 2; adj < block / 2; adj++) { in bpf_fill_ld_imm64_magn()
|