[roll] Roll fuchsia [inspect][docs] Fix confusing definition of `block_header`

This doc says that a `block_header` is 16 bytes, but 16 bytes is a full
block.

Given that the inlined properties (Int, Uint, Double, ...) fit in a
single 16 byte block, I think that we functionally treat the first 8
bytes as a header, and the following 8 bytes as the payload.

Note also that in our bitfield definition
(//src/lib/diagnostics/inspect/format/rust/src/bitfields.rs) we define
`HeaderFields` as going from 0 to 63, ie 8 bytes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177964
Original-Revision: 05e510feb812e6e5fb43e0802e5f833aec26d1ae
GitOrigin-RevId: f3c0e4befc3da5bdde463e98265cc14434e2c3ec
Change-Id: I9072988c39ad459ca3fbdbcad653d9c31730d44a
1 file changed
tree: 06e98516524b563264cfdaa167cd52ab9865ab14
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.