Home
last modified time | relevance | path

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

/libcpu/mips/gs264/
A Dmips_mmu.h77 #define lowbit(x) ((x) & (-(x))) macro
A Dmips_mmu.c149 uint64_t lb = lowbit((~(page_mask_v)) << 12); in mmu_set_map()

Completed in 3 milliseconds