code wiki / _hdl_build / nx_reader_zoomserve_gate.nx
nx_reader_zoomserve_gate.nx
buildroot/runtime/_hdl_build/nx_reader_zoomserve_gate.nx
dependencies 11 imports · 0 importers
diagram shows first 10 each side; +1 more imports, +0 more importers in the complete lists below.
imports: nx_gate_grow.nxnx_gate_gn.nxnx_gate_read.nxnx_syscalls.nxnx_reader_zoomserve.nxnx_jpeg_color_write.nxnx_quant_table.nxnx_jpeg_huff_enc.nxnx_zigzag.nxnx_dct8.nxnx_gate_verdict.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
| 26 | func g_has(hay: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 33 | func g_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 34 | func g_mkdir(path: *u8) -> i64 { __syscall(258, 0 - 100, path as i64, 0x1ed, 0, 0, 0); return 0 } called by 1: main |
| 37 | func g_call(reqpath: *u8, out: *u8, cap: i64) -> i64 |
| 46 | func main() -> i64 |