Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_debug_btsnoop.c37 static const size_t BLOCK_SIZE = 16384; variable
132 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()
/system/extras/squashfs_utils/
Dmksquashfsimage.sh63 BLOCK_SIZE=131072
65 BLOCK_SIZE=$2
104 if [ -n "$BLOCK_SIZE" ]; then
105 OPT="$OPT -b $BLOCK_SIZE"
/system/extras/verity/
Dbuild_verity_metadata.py11 BLOCK_SIZE = 4096 variable
12 METADATA_SIZE = BLOCK_SIZE * 8
44 BLOCK_SIZE,
45 BLOCK_SIZE,