code wiki / _hdl_build / nx_reader_panels_gate.nx
nx_reader_panels_gate.nx
buildroot/runtime/_hdl_build/nx_reader_panels_gate.nx
dependencies 10 imports · 0 importers
imports: nx_gate_grow.nxnx_gate_gn.nxnx_gate_read.nxnx_syscalls.nxnx_reader_panels.nxnx_jpeg_color_write.nxnx_quant_table.nxnx_jpeg_huff_enc.nxnx_zigzag.nxnx_dct8.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
| 22 | func gw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 23 | func g_has(hay: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 30 | func g_near(a: i64, b: i64, tol: i64) -> i64 { var d: i64 = a - b; if d < 0 { d = 0 - d }; if d <= tol { return 1 } return 0 } called by 1: main |
| 33 | func g_white(rgb: *u8, W: i64, H: i64) -> i64 called by 1: main |
| 38 | func g_fill(rgb: *u8, W: i64, x: i64, y: i64, w2: i64, h2: i64) -> i64 called by 1: main |
| 52 | func main() -> i64 |