code wiki / (root) / nx_body_skin_artifact_gate_t345.nx

nx_body_skin_artifact_gate_t345.nx

buildroot/runtime/nx_body_skin_artifact_gate_t345.nx

4485 B39 linesdepth 6pulls 8 transitivereach 0 importersview sourcekind tooltopic body
docsdependenciesstructsconstsfunctions

dependencies 2 imports · 0 importers

nx_body_skin_cut.nx nx_gate_verdict.nx nx_body_skin_artifact_gate_t34

imports: nx_body_skin_cut.nxnx_gate_verdict.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 ↻ bjc_words bag_header bag_equal bag_u32 gv_check gv_puts ↻ gv_verdict gv_note_bare_rate gv_bare_rate gv_at gv_obj_has_n gv_at ↻ gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_puts ↻ gv_num ↻ gv_journal

structs

none

consts

none

functions

3func bag_u32(b:*u8,o:i64)->i64{return (b[o] as i64)|((b[o+1] as i64)<<8)|((b[o+2] as i64)<<16)|((b[o+3] as i64)<<24)}
called by 2: bag_headermain
4func bag_equal(a:*u8,b:*u8,n:i64)->i64{var i:i64=0;while i<n{if a[i]!=b[i]{return 0};i=i+1};return 1}
5func bag_at(b:*u8,o:i64)->*u8{return ((b as i64)+o) as *u8}
6func bag_header(b:*u8,n:i64)->i64
called by 1: main calls 2: bag_equalbag_u32
12func bag_integer(bits:i64,out:*i64)->i64
called by 1: main
17func bag_vertex_equal(a:*u8,ai:i64,b:*u8,bi:i64)->i64{return bag_equal(bag_at(a,ai*12),bag_at(b,bi*12),12)}
called by 1: main calls 2: bag_equalbag_at
18func main(argc:i64,argv:*i64)->i64