code wiki / _hdl_build / _pe_alspec1.nx

_pe_alspec1.nx

buildroot/runtime/_hdl_build/_pe_alspec1.nx

996 B27 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind librarytopic pe
docsdependenciesstructsconstsfunctions

about

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

dependencies 1 imports · 1 importers

nx_syscalls.nx _pe_alspec1.nx _pe_alspec1_test.nx

imports: nx_syscalls.nx

imported by: _pe_alspec1_test.nx

structs

none

consts

none

functions

3func _pe_alspec1_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 _pe_alspec1_count(b: *u8, n: i64) -> i64
called by 1: main calls 1: _pe_alspec1_rdbe
16func _pe_alspec1_find(b: *u8, n: i64, t: i64) -> i64
called by 1: main calls 1: _pe_alspec1_rdbe