nx_recall_prox_gate.nx
buildroot/runtime/nx_recall_prox_gate.nx
about
nx_recall_prox_gate.nx -- KAT for the serve-time proximity signal.
exit 0 = pass, N = assertion N failed. Sovereign lane (nx_cc->nxasm).
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_recall_prox.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
| none |
functions
| 6 | func gp_cat(d: *u8, o: i64, s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { d[o] = s[i]; o = o + 1; i = i + 1 } return o } called by 1: main |
| 7 | func gp_fill(d: *u8, o: i64, ch: i64, n: i64) -> i64 { var i: i64 = 0; while i < n { d[o] = ch as u8; o = o + 1; i = i + 1 } return o } called by 1: main |
| 9 | func main() -> i64 |