code wiki / _hdl_build / _cbz_list_authored.nx

_cbz_list_authored.nx

buildroot/runtime/_hdl_build/_cbz_list_authored.nx

1629 B28 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

AUTHORED BY THE NISHI BUILDER (cbz-list template) -- list ZIP/CBZ entries in order, bits-up

dependencies 1 imports · 0 importers

nx_syscalls.nx _cbz_list_authored.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close sys_exit cbz_list cle32 cle16

structs

none

consts

none

functions

3func cle16(b: *u8, o: i64) -> i64 { return (b[o] as i64)|((b[o+1] as i64)<<8) }
called by 1: cbz_list
4func cle32(b: *u8, o: i64) -> i64 { return (b[o] as i64)|((b[o+1] as i64)<<8)|((b[o+2] as i64)<<16)|((b[o+3] as i64)<<24) }
called by 1: cbz_list
5func cbz_list(zip: *u8, ziplen: i64, out: *u8, outcount: *i64) -> i64
called by 1: main calls 2: cle32cle16
19func main() -> i64