code wiki / _hdl_build / nx_magicnum_synth.nx
nx_magicnum_synth.nx
buildroot/runtime/_hdl_build/nx_magicnum_synth.nx
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 18 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 20 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 21 | func is_digit(c: u8) -> i64 { if c>=(48 as u8) { if c<=(57 as u8) { return 1 } } return 0 } |
| 22 | func is_alnum_us(c: u8) -> i64 |
| 29 | func match_at(buf: *u8, i: i64, len: i64, lit: *u8) -> i64 |
| 35 | func trit_pass(t: i64, pv: i64) -> i64 |
| 43 | func scan_count(buf: *u8, len: i64, mask: i64) -> i64 |
| 73 | func main() -> i64 |