Home
last modified time | relevance | path

Searched refs:BLOCK_LCHILD (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/libkern/os/
H A Dlog_mem.c36 #define BLOCK_LCHILD(b) (((b) << 1) + 1) macro
118 block = BLOCK_LCHILD(block); in bitmap_update_subtree()