code wiki / _hdl_build / nx_sovgit_rtprobe.nx
nx_sovgit_rtprobe.nx
buildroot/runtime/_hdl_build/nx_sovgit_rtprobe.nx
about
nx_sovgit_rtprobe.nx -- diagnostic: dfe_compress -> nx_zlib_inflate round-trip over generated data.
argv[1] = size, argv[2] = mode (0=LCG random, 1=zeros, 2=repeating 64B pattern).
Prints zlen/err/out and the FIRST divergence offset (-1 = byte-exact). license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_sovgit_obj.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 5 | const K_MAGIC_88172645463325252: i64 = 88172645463325252 |
| 6 | const K_MAGIC_4096: i64 = 4096 |
| 7 | const K_MAGIC_65536: i64 = 65536 |
functions
| 9 | func rt_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } called by 1: main |
| 10 | func rt_n(v: i64) -> i64 called by 1: main |
| 22 | func rt_atoi(s: *u8) -> i64 called by 1: main |
| 28 | func main(argc: i64, argv: *i64) -> i64 |