nx_release_delta_gate.nx
buildroot/runtime/nx_release_delta_gate.nx
about
nx_release_delta_gate.nx -- THE GATE for the release delta the review page renders (gameengine GE52,
the ruler under gpe_release_block). In-process over nx_release_delta_lib on fixtures whose answers are known
by construction: four accept rows (one from a non-operator, one superseding write), three referee rows, six
board log rows straddling the verdict date in every kind, a cap-plus-one listing, the escape KAT and the
civil-date ruler pin. Every value is printed beside its expectation (gv_check_eq) or named in the tooth.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_release_delta_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
| 11 | const RG_CAP: i64 = 65536 |
| 12 | const RG_ROWCAP: i64 = 16384 |
| 14 | const RG_EP_0830: i64 = 1788130000 // 2026-08-30 22:46:40Z |
| 15 | const RG_EP_0901: i64 = 1788220800 // 2026-09-01 00:00:00Z -- the SAME day as the verdict: excluded by the strict rule |
| 16 | const RG_EP_0903: i64 = 1788400000 // 2026-09-03 01:46:40Z |
| 17 | const RG_STAMP: i64 = 1788480000 // 2026-09-04 00:00:00Z |
| 18 | const RG_OP_SUBJECTS: i64 = 2 |
| 19 | const RG_ALL_SUBJECTS: i64 = 3 |
| 20 | const RG_LAND_AFTER_0901: i64 = 1 |
| 21 | const RG_LAND_AFTER_0831: i64 = 2 |
| 22 | const RG_LAND_ALL: i64 = 3 |
| 23 | const RG_ONE: i64 = 1 |
| 24 | const RG_ZERO: i64 = 0 |
| 25 | const RG_PLANS_READ: i64 = 1 |
| 26 | const RG_PLANS_DECLARED: i64 = 3 |
| 27 | const RG_ESC_IN_LEN: i64 = 9 |
functions
| 29 | func rg_put(b: *u8, o: i64, c: i64) -> i64 { b[o] = c as u8; return o + 1 } |
| 30 | func rg_row7(b: *u8, o0: i64, f0: *u8, f1: *u8, f2: *u8, f3: *u8, f4: *u8, f5: *u8, f6: *u8) -> i64 |
| 41 | func rg_row8(b: *u8, o0: i64, f0: *u8, f1: *u8, f2: *u8, f3: *u8, f4: *u8, f5: *u8, f6: *u8, f7: *u8) -> i64 |
| 54 | func rg_log(b: *u8, o0: i64, epoch: i64, rung: *u8, kind: *u8, text: *u8) -> i64 |
| 63 | func rg_has(b: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 76 | func rg_count_byte(b: *u8, n: i64, c: i64) -> i64 |
| 82 | func rg_zero(c: *i64) -> i64 { var i: i64 = 0; while i < RD_COUNTS { c[i] = 0; i = i + 1 } return 0 } called by 1: main |
| 84 | func main() -> i64 |