code wiki / _hdl_build / nx_video_exceed_census_gate.nx

nx_video_exceed_census_gate.nx

buildroot/runtime/_hdl_build/nx_video_exceed_census_gate.nx

6898 B83 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic video
docsdependenciesstructsconstsfunctions

about

nx_video_exceed_census_gate.nx -- the MEASURED video-capability census (replaces the GRADE-D hand-wave with a number). Anti-liar BY CONSTRUCTION: each sub-capability is EXISTS only if its organ FILE actually opens on disk; the honest long-poles (ASR, open-domain NMT, SFU multi-party, AV1) are ABSENT entries -- NOT faked, so the coverage number is real. Pos-control: the new caption-burn organ EXISTS. Neg-control: a bogus organ path is ABSENT (the census never fabricates). coverage_permil = exists*1000/total. expect_exit: 0 license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_gate_verdict.nx nx_video_exceed_census_gate.nx

imports: nx_syscalls.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

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

main vc sys_write sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ have sys_openat_rd sys_close vcn sys_write ↻ sys_mmap ↻ gv_ctr sys_mmap ↻ gv_verdict gv_note_bare_rate gv_bare_rate gv_at gv_obj_has_n gv_at ↻ gv_puts sys_write ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_puts ↻ gv_num ↻

structs

none

consts

none

functions

9func vc(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
10func vcn(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
19func have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
21func main() -> i64