code wiki / (root) / nx_xxhash_vectors.nx

nx_xxhash_vectors.nx

buildroot/runtime/nx_xxhash_vectors.nx

1044 B35 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_xxhash_vectors.nx -- verify xxh64 against canonical reference values. xxh64("") with seed=0 = 0xEF46DB3751D8E999 xxh64("a") with seed=0 = 0xD24EC4F1A98C6E5B xxh64(0..255 byte sequence, 256 bytes) with seed=0 = 0xD22DBFE43DC2D9C7

dependencies 2 imports · 0 importers

syscalls.nx nx_xxhash.nx nx_xxhash_vectors.nx

imports: syscalls.nxnx_xxhash.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_xxh64 nx_xxh_round nx_xxh_rotl nx_xxh_read_u64 nx_xxh_rotl ↻ nx_xxh_merge nx_xxh_round ↻ nx_xxh_read_u32

structs

none

consts

none

functions

15func main() -> i64
calls 1: nx_xxh64