nx_contentdiff_typed_gate_t309.nx
buildroot/runtime/nx_contentdiff_typed_gate_t309.nx
about
nx_contentdiff_typed_gate_t309.nx -- Compares and diffs structured content between two binary files to detect changes and classify differences.
dependencies 2 imports · 0 importers
imports: nx_contentdiff_typed_candidate_t309.nxnx_fs_create_lib.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
| 5 | func ccg_copy(b:*u8,n:i64)->*u8{let p:*u8=sys_mmap_try(n);if (p as i64)<=0{return 0 as *u8};var i:i64=0;while i<n{p[i]=b[i];i=i+1};return p} called by 1: main |
| 6 | func ccg_mutate(b:*u8,n:i64,s:*u8)->i64 called by 1: main |
| 10 | func ccg_measure(a:*u8,an:i64,b:*u8,bn:i64,r:*NxCdResult,limit:i64,display:*NxCdDisplay)->i64 |
| 19 | func ccg_fixture(path:*u8,b:*u8,n:i64)->i64 |
| 24 | func main()->i64 |