code wiki / _hdl_build / nx_viz_format.nx

nx_viz_format.nx

buildroot/runtime/_hdl_build/nx_viz_format.nx

1472 B37 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind tooltopic viz
docsdependenciesstructsconstsfunctions

about

nx_viz_format.nx -- the NUMBER-FORMAT layer of the sovereign Nishi viz library (the d3-format SI core, bits-up). Human-readable axis numbers: <1000 as-is, thousands as "N.Nk", millions as "N.NM". Pure integer. Closes format-number. license_tier: ORIGINAL

dependencies 1 imports · 1 importers

nx_syscalls.nx nx_viz_format.nx nx_viz_format_gate.nx

imports: nx_syscalls.nx

imported by: nx_viz_format_gate.nx

structs

none

consts

5const K_MAGIC_1000000: i64 = 1000000
6const K_MAGIC_100000: i64 = 100000

functions

8func vf_uint(out: *u8, off: i64, v: i64) -> i64
called by 1: vf_si calls 1: sys_mmap
17func vf_si(value: i64, out: *u8) -> i64
called by 1: main calls 1: vf_uint
37func main() -> i64 { return 0 }