code wiki / (root) / nx_torrent_bench_test.nx

nx_torrent_bench_test.nx

buildroot/runtime/nx_torrent_bench_test.nx

2777 B67 linesdepth 7pulls 11 transitivereach 0 importersview sourcekind gate/prooftopic torrent
docsdependenciesstructsconstsfunctions

about

nx_torrent_bench_test.nx -- KAT for the torrent leaderboard + emits the table to stdout. Native sovereign lane; exit 0 = pass, N = assertion N failed. Prints the leaderboard last.

dependencies 2 imports · 0 importers

nx_str.nx nx_torrent_bench.nx nx_torrent_bench_test.nx

imports: nx_str.nxnx_torrent_bench.nx

imported by: nobody (leaf or entry point)

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

main nx_tb_grade_hib nx_tb_grade_lib nx_tb_v2_hash_ok sha256_digest sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sha256_init sys_mmap ↻ sha256_seed_allocated sha256_k sha256_update sha256_compress_ni_blocks blk_set_byte sha256_compress sha256_compress_ni blk_word blk_byte sha256_final blk_set_byte ↻ sha256_compress ↻ sha256_destroy sys_munmap sys_munmap ↻ nx_tb_determinism_pass nx_ss_run nx_ss_availability

structs

none

consts

none

functions

7func _z(a: *i64, n: i64) -> i64 { var i: i64 = 0; while i < n { a[i] = 0; i = i + 1 } return 0 }
called by 1: main
9func main() -> i64