nx_region_edge_compare_t278.nx
buildroot/runtime/nx_region_edge_compare_t278.nx
about
nx_region_edge_compare_t278.nx -- Compares texture regions and their associated data between two binary files for equality.
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
| 4 | func ec_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} called by 1: main |
| 5 | func ec_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))} |
| 6 | func ec_sign(v:i64)->i64{if v<0{return 0-1};if v>0{return 1};return 0} called by 1: main |
| 7 | func main(argc:i64,argv:*i64)->i64 |