nx_obj_exact_gate_t284.nx
buildroot/runtime/nx_obj_exact_gate_t284.nx
about
nx_obj_exact_gate_t284.nx -- Validates polygon and decimal data structures within the Nishi sovereign ecosystem.
dependencies 5 imports · 0 importers
imports: nx_obj_import.nxnx_gate_verdict.nxnx_meshcheck.nxnx_sha256.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
| 8 | func oe_hash(p:*u8,n:i64)->i64{var d:*u8=sys_mmap_try(32);if (d as i64)==0{return -1};sha256_digest(p,n,d);let h:*u8="0123456789abcdef";var i:i64=0;while i<32{let b:i64=d[i] as i64;sys_write(1,(h as i64+b/16) as *u8,1);sys_write(1,(h as i64+b%16) as *u8,1);i=i+1};sys_munmap_direct(d,32);return 0} |
| 9 | func oe_decimal(s:*u8,want:i64,exp:i64,rc:i64)->i64{var v:i64=991;var e:i64=992;let r:i64=oi_decimal_exact(s,vw_slen(s),&v,&e);if r!=rc{return 0};if r==0{if v!=want||e!=exp{return 0}}else{if v!=991||e!=992{return 0}};return 1} |
| 10 | func oe_text(s:*u8,want:i64,vcap:i64,fcap:i64)->i64 |
| 18 | func oe_polygon()->i64 |
| 32 | func main(argc:i64,argv:*i64)->i64 |