nx_region_edge_audit_t278.nx
buildroot/runtime/nx_region_edge_audit_t278.nx
dependencies 2 imports · 0 importers
imports: nx_nxa_texbake_region_lib.nxnx_png_decoder.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
| none |
functions
| 3 | func eb_h(p:*u8,res:i64,x:i64,y:i64)->i64{let o:i64=(y*res+x)*3;return ntr_h_dec((p[o] as i64)*256+(p[o+1] as i64))} |
| 4 | func eb_sign(v:i64)->i64{if v<0{return 0-1};if v>0{return 1};return 0} called by 1: main |
| 5 | func main(argc:i64,argv:*i64)->i64 |