code wiki / _hdl_build / nx_section_projection_gate_t239.nx

nx_section_projection_gate_t239.nx

buildroot/runtime/_hdl_build/nx_section_projection_gate_t239.nx

1756 B36 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_section_projection.nx nx_section_projection_gate_t23

imports: nx_syscalls.nxnx_section_projection.nx

imported by: nobody (leaf or entry point)

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

main 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 ↻ clear_hist section_project_x_pairs sys_write ↻

structs

none

consts

none

functions

3func clear_hist(h:*i64,n:i64)->i64 { var i:i64=0; while i<n {h[i]=0;i=i+1} return 0 }
called by 1: main
4func main(argc:i64,argv:*i64)->i64