code wiki / _hdl_build / nx_coach_exceed.nx

nx_coach_exceed.nx

buildroot/runtime/_hdl_build/nx_coach_exceed.nx

6970 B94 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic coach
docsdependenciesstructsconstsfunctions

about

nx_coach_exceed.nx -- the MEASURED s-class-EXCEED benchmark for the COACH PLATFORM'S COMMONALITIES (the SHARED rungs across every discipline: the loop, the two engines, the store, gamify, serve, on the sovereign substrate). Operator 2026-06-28: "make sure the commonalities are s class exceed hardware rung up each rung." Per the no-wave law: an EXCEED is claimed ONLY where MEASURED here (or true BY CONSTRUCTION + cited); the rest is honest-BEHIND; a fabricated claim is liar-killed. Incumbents = Yousician/Vanido (music), pose-apps (dance), public-speaking/ coaching apps -- the by-design yardstick (cited, not run; running their cloud/ML stacks would violate the very sovereignty we measure). HARDWARE-RUNG-UP floor = CAP-COACH is god-rooted (nx_genesis_trace orphans=0, verified). license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_seg_store.nx nx_itoa_lib.nx nx_syscalls.nx nx_coach_exceed.nx

imports: nx_seg_store.nxnx_itoa_lib.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main ex_puts sys_write ex_cents ex_dim ex_puts ↻ ex_gam_record ss_begin ss_begin_cap sys_mmap ss_add ss_add2 ss_w32 ss_len ss_commit ss_segid_ok sys_mmap ↻ ss_cat ss_catn sys_mmap ↻ sys_write ↻ ss_write_seg ss_segid_ok ↻ sys_mmap ↻ ss_cat ↻ ss_catn ↻ sys_write ↻ ss_segname ss_cat ↻ ss_catn ↻ ss_writefile sys_openat_wr sys_write ↻ sys_close sys_fsync sys_renameat ss_build_keys sys_mmap ↻ ss_r32 ss_kcmp

structs

none

consts

12const K_MAGIC_1731: i64 = 1731
13const K_MAGIC_43000: i64 = 43000
14const K_MAGIC_44000: i64 = 44000

functions

16func ex_puts(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: ex_dimmain calls 1: sys_write
21func ex_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
22func ex_has(b: *u8, n: i64, needle: *u8) -> i64
called by 1: main
29func ex_dim(name: *u8, verdict: *u8, basis: *u8, incumbent: *u8) -> i64
called by 1: main calls 1: ex_puts
34func ex_cents(f_chz: i64, tgt_chz: i64) -> i64 { return K_MAGIC_1731 * (f_chz - tgt_chz) / tgt_chz }
called by 1: main
36func ex_gam_record(xp: i64, points: i64) -> i64 { var p: i64 = points; if p < 0 { p = 0 } return xp + p }
called by 1: main
37func main() -> i64