code wiki / _hdl_build / _pe_pngchunk.nx
_pe_pngchunk.nx
buildroot/runtime/_hdl_build/_pe_pngchunk.nx
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
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
| 3 | func _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 } |
| 4 | func _pe_pngchunk_count(b: *u8, n: i64) -> i64 |
| 16 | func _pe_pngchunk_find(b: *u8, n: i64, t: i64) -> i64 |