Searched refs:BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
37 static const size_t BLOCK_SIZE = 16384; variable132 uint8_t block_src[BLOCK_SIZE]; in btsnoop_compress()133 uint8_t block_dst[BLOCK_SIZE]; in btsnoop_compress()135 const size_t num_blocks = (ringbuffer_size(rb_src) + BLOCK_SIZE - 1) / BLOCK_SIZE; in btsnoop_compress()137 zs.avail_in = ringbuffer_peek(rb_src, i * BLOCK_SIZE, block_src, BLOCK_SIZE); in btsnoop_compress()141 zs.avail_out = BLOCK_SIZE; in btsnoop_compress()150 const size_t length = BLOCK_SIZE - zs.avail_out; in btsnoop_compress()
63 BLOCK_SIZE=13107265 BLOCK_SIZE=$2104 if [ -n "$BLOCK_SIZE" ]; then105 OPT="$OPT -b $BLOCK_SIZE"
11 BLOCK_SIZE = 4096 variable12 METADATA_SIZE = BLOCK_SIZE * 844 BLOCK_SIZE,45 BLOCK_SIZE,