Searched refs:BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
40 static const size_t BLOCK_SIZE = 16384; variable146 uint8_t block_src[BLOCK_SIZE]; in btsnoop_compress()147 uint8_t block_dst[BLOCK_SIZE]; in btsnoop_compress()150 (ringbuffer_size(rb_src) + BLOCK_SIZE - 1) / BLOCK_SIZE; in btsnoop_compress()153 ringbuffer_peek(rb_src, i * BLOCK_SIZE, block_src, BLOCK_SIZE); in btsnoop_compress()157 zs.avail_out = BLOCK_SIZE; in btsnoop_compress()166 const size_t length = BLOCK_SIZE - zs.avail_out; in btsnoop_compress()
63 BLOCK_SIZE=13107265 BLOCK_SIZE=$2116 if [ -n "$BLOCK_SIZE" ]; then117 OPT="$OPT -b $BLOCK_SIZE"
27 BLOCK_SIZE = 4096 variable28 METADATA_SIZE = BLOCK_SIZE * 865 BLOCK_SIZE,66 BLOCK_SIZE,