code wiki / _hdl_build / _pe_pngchunk.nx

_pe_pngchunk.nx

buildroot/runtime/_hdl_build/_pe_pngchunk.nx

1006 B27 linesdepth 2pulls 2 transitivereach 22 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 · 4 importers

nx_syscalls.nx _pe_pngchunk.nx _pe_pngchunk_test.nx _pe_pngtext_gate.nx _pngchunk_corpus_drive.nx nx_store_ingest.nx

imports: nx_syscalls.nx

imported by: _pe_pngchunk_test.nx_pe_pngtext_gate.nx_pngchunk_corpus_drive.nxnx_store_ingest.nx

structs

none

consts

none

functions

3func _pe_pngchunk_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_pngchunk_count(b: *u8, n: i64) -> i64
called by 2: mainmain calls 1: _pe_pngchunk_rdbe
16func _pe_pngchunk_find(b: *u8, n: i64, t: i64) -> i64