code wiki / (root) / nx_fbench_t2b.nx

nx_fbench_t2b.nx

buildroot/runtime/nx_fbench_t2b.nx

1811 B87 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind benchtopic fbench
docsdependenciesstructsconstsfunctions

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_fbench_t2b.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 fb_reverse fb_slen fb_count_vowels fb_slen ↻ fb_is_vowel fb_puts fb_slen ↻ sys_write fb_pdec sys_mmap ↻ fb_puts ↻ sys_write ↻ sys_exit

structs

none

consts

none

functions

3func fb_slen(s: *u8) -> i64
11func fb_puts(s: *u8) -> i64
called by 2: fb_pdecmain calls 2: fb_slensys_write
17func fb_is_vowel(c: i64) -> i64
called by 1: fb_count_vowels
26func fb_count_vowels(s: *u8) -> i64
called by 1: main calls 2: fb_slenfb_is_vowel
41func fb_reverse(src: *u8, dst: *u8) -> i64
called by 1: main calls 1: fb_slen
53func fb_pdec(n: i64) -> i64
called by 1: main calls 3: sys_mmapfb_putssys_write
75func main(argc: i64, argv: *i64) -> i64