code wiki / _hdl_build / _wb_ext.nx
_wb_ext.nx
buildroot/runtime/_hdl_build/_wb_ext.nx
about
AUTHORED BY THE NISHI BUILDER (pattern: WIRE_TLV) -- [type][len][body] wire walk, no Claude logic
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: _wb_ext_test.nx
structs
| none |
consts
| none |
functions
| 3 | func _wb_ext_rdbe(b: *u8, off: i64, w: i64) -> i64 { var v: i64 = 0; var i: i64 = 0; while i < w { v = (v << 8) | (b[off + i] & 0xff); i = i + 1 } return v } |
| 4 | func _wb_ext_count(b: *u8, n: i64) -> i64 |
| 16 | func _wb_ext_find(b: *u8, n: i64, t: i64) -> i64 |