Home
last modified time | relevance | path

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

/freebsd/sys/geom/raid/
H A Dmd_ddf.h157 uint16_t Block_Size; /* DDF 2.0 */ member
246 uint16_t Block_Size; /* DDF 2.0 */ member
H A Dmd_ddf.c292 GET16(meta, pdr->entry[j].Block_Size)); in g_raid_md_ddf_print()
350 GET16D(meta, vdc->Block_Size)); in g_raid_md_ddf_print()
720 SET16D(meta, pde->Block_Size, ss); in ddf_meta_create()
1879 vol->v_sectorsize = GET16(vmeta, vdc->Block_Size); in g_raid_md_ddf_start()
2800 SET16(vmeta, vdc->Block_Size, vol->v_sectorsize); in g_raid_md_write_ddf()
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md338 | `Last_Block` | `Block_Type` | `Block_Size` |
352 `Block_Type` influences the meaning of `Block_Size`.
360 `Block_Content` contains `Block_Size` bytes.
362 - `RLE_Block` - this is a single byte, repeated `Block_Size` times.
364 On the decompression side, this byte must be repeated `Block_Size` times.
368 `Block_Size` is the length of `Block_Content`, the compressed data.
376 __`Block_Size`__
378 The upper 21 bits of `Block_Header` represent the `Block_Size`.
381 `Block_Size` is the size of `Block_Content` (hence excluding `Block_Header`).
384 `Block_Size` represents the number of times this byte must be repeated.
[all …]