code wiki / (root) / _offc_bitset_helper_probe.nx

_offc_bitset_helper_probe.nx

buildroot/runtime/_offc_bitset_helper_probe.nx

1245 B39 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind probetopic offc
docsdependenciesstructsconstsfunctions

about

Verify bit-set helpers when called through indirection — same shape as bit_word/bit_test/bit_set in regalloc.nx.

dependencies 1 imports · 0 importers

syscalls.nx _offc_bitset_helper_probe.nx

imports: syscalls.nx

imported by: nobody (leaf or entry point)

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

main bit_set bit_word bit_test bit_word ↻

structs

none

consts

none

functions

6func bit_word(buf: *i64, b: i64, words: i64, v: i64) -> *i64 {
called by 2: bit_testbit_set
12func bit_test(buf: *i64, b: i64, words: i64, v: i64) -> i64 {
called by 1: main calls 1: bit_word
19func bit_set(buf: *i64, b: i64, words: i64, v: i64) -> i64 {
called by 1: main calls 1: bit_word
26func main() -> i64 {
calls 2: bit_setbit_test