code wiki / _hdl_build / nx_serp_census.nx
nx_serp_census.nx
buildroot/runtime/_hdl_build/nx_serp_census.nx
about
nx_serp_census.nx -- MEASURED census of the NISHI SERP vs the banked rival result-page bar (operator
2026-07-03: "a page thats s class exceed ... beat bing and google and all the others for search result
displays"). Grounding = nx_serp_research's 8 sources (SERP canon: featured snippets / knowledge panels
+ Google/Bing/DuckDuckGo/Kagi). Every HAVE/AHEAD row is proven by RENDERING the live serve handler
in-process against the gate fixtures (never asserted); GAPs are conceded with the rival that holds the
bar. Negative control must fire. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_docportal_search_serve.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
structs
| none |
consts
| 9 | const K_MAGIC_2048: i64 = 2048 |
| 10 | const K_MAGIC_8192: i64 = 8192 |
| 11 | const K_MAGIC_16384: i64 = 16384 |
functions
| 13 | func c_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func c_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: c_has |
| 19 | func c_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 20 | func c_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } called by 1: main |
| 21 | func c_has(hay: *u8, hn: i64, ndl: *u8) -> i64 |
| 34 | func c_render(dom: *u8, path: *u8, out: *u8) -> i64 |
| 47 | func c_row(name: *u8, verdict: *u8, ok: i64, have: *i64, total: *i64) -> i64 |
| 56 | func main() -> i64 |