code wiki / (root) / _offc_gap3_repro_v3.nx

_offc_gap3_repro_v3.nx

buildroot/runtime/_offc_gap3_repro_v3.nx

1297 B44 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic offc
docsdependenciesstructsconstsfunctions

about

nx_safety_envelope: intended_use: AUTO_APPLIED -- primitive-specific tuning queued sil_target: SIL1 evidence: [bulk_applied_2026-05-16, see-file-comment-for-detail] verdict: NOT_YET_EVALUATED

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_runtime.nx nx_tier.nx _offc_gap3_repro_v3.nx

imports: nx_syscalls.nxnx_runtime.nxnx_tier.nx

imported by: nobody (leaf or entry point)

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

main nx_image_alloc sys_mmap fill_black nx_region_segment sys_mmap ↻ compute sys_mmap ↻

structs

11struct Image { w: nx_int, h: nx_int, c: nx_int }
12struct RegionSet { n: nx_int, dummy: nx_int }
13struct Verdict { kind: nx_int, score: nx_int }

consts

none

functions

15func nx_image_alloc(w: nx_int, h: nx_int, c: nx_int) -> *Image
called by 1: main calls 1: sys_mmap
21func fill_black(img: *Image) -> nx_int { return 0 }
called by 1: main
23func nx_region_segment(img: *Image) -> *RegionSet
called by 1: main calls 1: sys_mmap
29func compute(img: *Image, set: *RegionSet) -> *Verdict
called by 1: main calls 1: sys_mmap
36func main() -> nx_exit