nx_lib_reindex.nx
buildroot/runtime/nx_lib_reindex.nx
about
nx_lib_reindex.nx -- isolate the full-text index build over the durable 16K
catalog (data already stored). Reports where it stops.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lib_index.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 5 | const K_MAGIC_1048576: i64 = 1048576 |
functions
| 7 | func rx_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func rx_putn(v: i64) -> i64 |
| 15 | func rx_hits(out: *u8, n: i64) -> i64 |
| 22 | func main() -> i64 |