nx_fsops_conditional_gate_t77.nx
buildroot/runtime/nx_fsops_conditional_gate_t77.nx
about
nx_fsops_conditional_gate_t77.nx -- Implements conditional gate operations for file system scanning and data validation in the Nishi ecosystem.
dependencies 3 imports · 0 importers
imports: nx_fsops_lib_t77.nxnx_gate_verdict.nxnx_fcntl.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
| 5 | const CG_SOURCE_SIZE:i64=128275 |
| 6 | const CG_WINDOW:i64=64 |
| 7 | const CG_SENTINEL:i64=165 |
| 43 | const CG_PIPE_FDMASK:i64=4294967295 |
| 44 | const CG_PIPE_FDSHIFT:i64=4294967296 |
| 45 | const CG_EAGAIN:i64=11 |
| 47 | const CG_GETPIPE_SZ:i64=1032 |
functions
| 8 | func cg_all(b:*u8,n:i64,v:i64)->i64{var i:i64=0;while i<n{if b[i]!=(v as u8){return 0};i=i+1};return 1} called by 1: cg_scan |
| 9 | func cg_scan(mode:i64)->i64 |
| 48 | func cg_output(ctr:*i64)->i64 |
| 86 | func main(argc:i64,argv:*i64)->i64 |