nx_cast_projection_gate_t234.nx
buildroot/runtime/nx_cast_projection_gate_t234.nx
dependencies 3 imports · 0 importers
imports: nx_shader_ir.nxnx_gate_verdict.nxnx_cast_projection_contract_t234.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 cpg_eq(a:*u8,b:*u8)->i64{if (a as i64)<=0{return 0};var i:i64=0;while a[i]!=0 as u8{if a[i]!=b[i]{return 0};i=i+1};if b[i]!=0 as u8{return 0};return 1} called by 1: main |
| 5 | func main()->i64 |