code wiki / (root) / nx_cast_projection_gate_t234.nx

nx_cast_projection_gate_t234.nx

buildroot/runtime/nx_cast_projection_gate_t234.nx

2194 B34 linesdepth 3pulls 5 transitivereach 0 importersview sourcekind tooltopic cast
docsdependenciesstructsconstsfunctions

dependencies 3 imports · 0 importers

nx_shader_ir.nx nx_gate_verdict.nx nx_cast_projection_contract_t234.n nx_cast_projection_gate_t234.n

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

main gv_ctr sys_mmap nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ csp_configure csp_valid gv_check gv_puts sys_write ↻ csp_valid ↻ csp_literal csp_valid ↻ csp_decimal cpg_eq csp_near_q8 csp_valid ↻ csp_near_q8_for csp_record csp_valid ↻ csp_near_q8 ↻ gv_verdict gv_note_bare_rate gv_bare_rate gv_at gv_obj_has_n gv_at ↻ gv_puts ↻

structs

none

consts

none

functions

4func 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
5func main()->i64