code wiki / _hdl_build / _wb_ext.nx

_wb_ext.nx

buildroot/runtime/_hdl_build/_wb_ext.nx

949 B27 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic wb
docsdependenciesstructsconstsfunctions

about

AUTHORED BY THE NISHI BUILDER (pattern: WIRE_TLV) -- [type][len][body] wire walk, no Claude logic

dependencies 1 imports · 1 importers

nx_syscalls.nx _wb_ext.nx _wb_ext_test.nx

imports: nx_syscalls.nx

imported by: _wb_ext_test.nx

structs

none

consts

none

functions

3func _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 }
4func _wb_ext_count(b: *u8, n: i64) -> i64
called by 1: main calls 1: _wb_ext_rdbe
16func _wb_ext_find(b: *u8, n: i64, t: i64) -> i64
called by 1: main calls 1: _wb_ext_rdbe