Home
last modified time | relevance | path

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

/freebsd-13.1/sys/geom/raid/
H A Dmd_ddf.h159 uint16_t Block_Size; /* DDF 2.0 */ member
248 uint16_t Block_Size; /* DDF 2.0 */ member
H A Dmd_ddf.c295 GET16(meta, pdr->entry[j].Block_Size)); in g_raid_md_ddf_print()
353 GET16D(meta, vdc->Block_Size)); in g_raid_md_ddf_print()
723 SET16D(meta, pde->Block_Size, ss); in ddf_meta_create()
1882 vol->v_sectorsize = GET16(vmeta, vdc->Block_Size); in g_raid_md_ddf_start()
2803 SET16(vmeta, vdc->Block_Size, vol->v_sectorsize); in g_raid_md_write_ddf()
/freebsd-13.1/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.
376 __`Block_Size`__
378 The upper 21 bits of `Block_Header` represent the `Block_Size`.
386 `Block_Size` is limited by `Block_Maximum_Size` (see below).
408 from `Block_Size` field within `Block_Header`.
618 `Sequences_Section_Size = Block_Size - Literals_Section_Size`.
772 by counting `Block_Size` bytes after the block header.
[all …]