code wiki / _hdl_build / nx_evoracle_census.nx

nx_evoracle_census.nx

buildroot/runtime/_hdl_build/nx_evoracle_census.nx

5592 B117 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind tooltopic evoracle
docsdependenciesstructsconstsfunctions

about

nx_evoracle_census.nx -- classify the REAL known-answer-test corpus by PARTY-NESS. The population is not invented: it is the 36 files `nx_shelltool find kat buildroot/runtime/_hdl_build` returned on the live NAS 2026-07-31. The question it answers is the one nobody has asked of this ecosystem: OF THE EVIDENCE WE ALREADY HAVE, HOW MUCH OF IT RESTS ON AN AUTHORITY OUTSIDE OURSELVES? A file that cannot be opened is reported ABSENT and counted separately -- never silently skipped. A census that quietly drops what it cannot read reports a smaller corpus as a cleaner one, and this lane has already been burned by a census that "silently found nothing" and read exactly like a corpus that contained nothing. license_tier: ORIGINAL expect_exit: 0

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_evoracle.nx nx_evoracle_census.nx

imports: nx_syscalls.nxnx_evoracle.nx

imported by: nobody (leaf or entry point)

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

main 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 ↻ w sys_write ↻ one sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_munmap sys_close w ↻ evo_classify evo_self_oracle evo_has evo_find evo_starts evo_cites_spec evo_has ↻ evo_cites_refimpl evo_has ↻ nn w ↻ sys_mmap ↻

structs

none

consts

none

functions

15func 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 3: nnonemain calls 1: sys_write
17func nn(v: i64) -> i64
called by 1: main calls 3: wsys_mmapsys_write
32func one(c: *i64, path: *u8) -> i64
57func main() -> i64
calls 4: sys_mmapwonenn