code wiki / _hdl_build / nx_browser_exceed_census.nx

nx_browser_exceed_census.nx

buildroot/runtime/_hdl_build/nx_browser_exceed_census.nx

15728 B185 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic browser
docsdependenciesstructsconstsfunctions

about

nx_browser_exceed_census.nx -- BROWSER-ON-ALL-OS arc, capstone: the MEASURED EXCEED census vs the incumbent browsers (Chrome / Firefox / Edge / Safari). No-wave doctrine: "s-class exceed" is CLAIMED only where measured/evidenced, and every deficit is ADMITTED. This organ turns the head-to-head into data rows, each with a verdict: A = AHEAD -- an axis where Nishi exceeds BY EVIDENCE (an on-disk artifact a mechanical probe checks) or BY CONSTRUCTION vs the incumbents' by-design facts (stated, not run). P = PARITY -- both sides do it; no exceed claimed. B = BEHIND -- the incumbents are ahead; ADMITTED (breadth debt named per row). X = NEGCTL -- liar-kill: a must-be-absent evidence file; if present, verdict RED. OVERCLAIM CONTROLS (the teeth, mirroring nx_os_exceed_gate): C2 forces the census to admit >= 6 BEHIND axes -- it mechanically CANNOT whitewash; C3 re-probes every AHEAD evidence file -- it cannot fabricate a strength; C4 the negctl. The VERDICT is census INTEGRITY, never the score. Incumbent-side facts (5-layer stacks, V8/JIT CVE class, telemetry defaults, no-NishiOS) are BY-DESIGN public facts stated as the yardstick, like dd in nx_flash_test -- NOT fabricated measurements. NEVER-BRICK (Rule 26): reads evidence, writes status artifacts only. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_browser_exceed_census.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nobody (leaf or entry point)

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

main be_puts sys_write be_rows be_slen sys_mmap be_app sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close be_parse_int sys_write ↻ be_num nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap be_appn be_appd sys_mmap ↻ be_write_file sys_openat_wr sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

20const K_MAGIC_131072: i64 = 131072

functions

22func be_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 1: main calls 1: sys_write
27func be_num(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
28func be_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n }
called by 1: main
29func be_app(buf: *u8, pos: i64, s: *u8) -> i64
called by 1: main
35func be_appn(buf: *u8, pos: i64, s: *u8, n: i64) -> i64
called by 1: main
41func be_appd(buf: *u8, pos: i64, v: i64) -> i64
called by 1: main calls 1: sys_mmap
53func be_write_file(path: *u8, data: *u8, n: i64) -> i64
60func be_parse_int(s: *u8, off: i64, len: i64) -> i64
called by 1: main
71func be_rows() -> *u8
called by 1: main
75func main() -> i64