code wiki / (root) / nx_build_canon_input_gate.nx

nx_build_canon_input_gate.nx

buildroot/runtime/nx_build_canon_input_gate.nx

5867 B69 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic build
docsdependenciesstructsconstsfunctions

about

Parser and resource-verdict fixtures only; does not prove runner integration. license_tier: ORIGINAL. No hardware writes; no production input mutation.

dependencies 2 imports · 0 importers

nx_gate_verdict.nx nx_build_canon_input_lib.nx nx_build_canon_input_gate.nx

imports: nx_gate_verdict.nxnx_build_canon_input_lib.nx

imported by: nobody (leaf or entry point)

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

main gv_ctr sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ gv_head gv_puts sys_write ↻ bcig_conf gv_check_eq gv_check gv_puts ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap bci_conf_rows bci_relative_path bci_path_char bcig_len

structs

none

consts

none

functions

5func bcig_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 2: bcig_confbcig_hash
6func bcig_conf(name: *u8, input: *u8, bound: i64, expected: i64, ctr: *i64) -> i64
9func bcig_hash(name: *u8, input: *u8, expected: i64, ctr: *i64) -> i64
12func main() -> i64