code wiki / (root) / nx_census_report.nx

nx_census_report.nx

buildroot/runtime/nx_census_report.nx

8185 B115 linesdepth 3pulls 8 transitivereach 0 importersview sourcekind tooltopic census
docsdependenciesstructsconstsfunctions

about

nx_census_report.nx -- the honest S-class scorecard. Runs the census grader (nx_printer_census) over every capability axis with REAL evidence flags from this session's live work, and prints an organ-graded report. NOT self-scored: the grader caps each axis at what the evidence proves. license_tier: ORIGINAL genealogy_id: project-printer-management-ipp-sclass-2026-06-20

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_printer_census.nx nx_printer_exceed.nx nx_census_report.nx

imports: nx_syscalls.nxnx_printer_census.nxnx_printer_exceed.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 p sys_write nx_obs_ours_total sys_mmap ↻ nx_obs_case1 nx_obs_head nx_ipp_begin nx_ipp_put_u16 nx_ipp_put_u32 nx_ipp_group nx_ipp_attr_int nx_ipp_put_u16 ↻ nx_ipp_memcpy nx_ipp_put_u32 ↻ nx_ipp_strlen nx_ipp_attr_bool nx_ipp_put_u16 ↻ nx_ipp_memcpy ↻ nx_ipp_attr nx_ipp_put_u16 ↻ nx_ipp_memcpy ↻ nx_ipp_strlen ↻ nx_ipp_end nx_printer_diagnose nx_ipp_get_enum nx_ipp_find nx_ipp_strlen ↻ nx_ipp_get_u16 nx_ipp_name_eq nx_ipp_get_u32 nx_ph_worst_reason_severit nx_ipp_get_u16 ↻ nx_ipp_name_eq ↻ nx_ph_reason_severity nx_ipp_name_eq ↻ nx_ph_ends_with nx_ipp_strlen ↻ nx_ipp_name_eq ↻

structs

none

consts

none

functions

10func p(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 2: rowmain calls 1: sys_write
11func pn(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
20func row(name: *u8, spec: i64, built: i64, gate: i64, live: i64, measure: i64, beats: i64,
30func main() -> i64