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 sha256_init sys_mmap ↻ 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 ↻ nx_tb_determinism_pass nx_ss_run nx_ss_availability nx_ss_outstanding nx_sp_sequential nx_sp_stream_pick nx_pm_rarest nx_pm_rarest ↻ nx_sp_in_endgame nx_ss_any_honest_holder nx_ss_holder _z nx_ss_run ↻ nx_ss_rounds_to_playable nx_ss_availability ↻ nx_sp_can_play nx_sp_contiguous_have nx_ss_outstanding ↻ nx_sp_sequential ↻ nx_sp_stream_pick ↻ nx_pm_rarest ↻

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