code wiki / _hdl_build / nx_h264_research_run.nx

nx_h264_research_run.nx

buildroot/runtime/_hdl_build/nx_h264_research_run.nx

1872 B31 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic h264
docsdependenciesstructsconstsfunctions

about

nx_h264_research_run.nx -- the SOVEREIGN half of the H.264-codec research pass. Fetch was done by the tool layer (WebFetch -> knowledge/fetched/h264_codec_research.txt); this drives the team's deterministic sovereign extractor (ce_extract) over it. Fetch = tool; extract = Nishi. Mirrors _research_run.nx. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_claim_extract.nx nx_itoa_lib.nx nx_syscalls.nx nx_h264_research_run.nx

imports: nx_claim_extract.nxnx_itoa_lib.nxnx_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 ce_read_file sys_openat_rd sys_read sys_close rr_puts sys_write sys_exit ce_extract ce_is_fact_sentence ce_has_digit ce_is_digit ce_has_unit ce_match_at ce_first_value ce_is_digit ↻ ce_is_alpha rr_putn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap

structs

none

consts

8const K_MAGIC_262144: i64 = 262144
9const K_MAGIC_262143: i64 = 262143

functions

11func rr_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
16func rr_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
18func main() -> i64