code wiki / (root) / nx_behavior_fixture_a_t297.nx

nx_behavior_fixture_a_t297.nx

buildroot/runtime/nx_behavior_fixture_a_t297.nx

1085 B22 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic behavior
docsdependenciesstructsconstsfunctions

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_behavior_fixture_a_t297.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_write bf_eq sys_sleep_ms 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 ↻ sys_munmap nx_kill sys_mmap_try sys_munmap_direct

structs

none

consts

2const BF_TAIL:i64=65

functions

3func bf_eq(a:*u8,b:*u8)->i64{var i:i64=0;while a[i]!=(0 as u8){if a[i]!=b[i]{return 0};i=i+1};if b[i]!=(0 as u8){return 0};return 1}
called by 1: main
4func main(argc:i64,argv:*i64)->i64