code wiki / _hdl_build / nx_evalsota_census.nx

nx_evalsota_census.nx

buildroot/runtime/_hdl_build/nx_evalsota_census.nx

7719 B99 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_evalsota_census.nx -- THE INSTRUMENT vs 2025-2026 EVALUATION-METHODOLOGY SOTA (operator 2026-07-10: "make sure we truly are 2025/2026 state of the art at truly evaluating a program or product or app or capability or ecosystem or suite from their git or schematics or documentation or white papers or research papers"). Bars banked 2026-07-10 via the sovereign researcher (knowledge/library/ev_*.txt): OpenSSF Scorecard (git security/quality posture, 18 automated checks) + CHAOSS (community health) + criticality score + Lighthouse (automated product audits perf/a11y) + SWE-bench (repo-level harness) + G-Eval/LLM-as- judge survey 2411.15594 (subjective-axis judging) + SPDX (SBOM composition) + OpenAlex 2025+ sweep. Verdict COMPUTED per axis (us/bar), liar-kill inherent (0-scored axes classify BEHIND). expect_exit: 0 census-subject: instrument (no end-user surface -- the U1-U4 block applies to PRODUCT censuses; this census evaluates the EVALUATOR. Typed declaration read by nx_ws_coach C1; heuristic fallback otherwise.) license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_evalsota_census.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main ec_w sys_write sys_mmap ec_row ec_w ↻ ec_n sys_mmap ↻ ec_w ↻ sys_write ↻ ec_n ↻

structs

none

consts

none

functions

14func ec_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: ec_nec_rowmain calls 1: sys_write
15func ec_n(v: i64) -> i64
called by 2: ec_rowmain calls 3: sys_mmapec_wsys_write
29func ec_row(id: *u8, desc: *u8, us: i64, bar: i64, ev: *u8, tot: *i64) -> i64
called by 1: main calls 2: ec_wec_n
48func main() -> i64