Home
last modified time | relevance | path

Searched defs:PAGE_MASK (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dpages.h9 #define PAGE_MASK ((size_t)(PAGE - 1)) macro
/external/google-breakpad/src/third_party/mac_headers/mach/i386/
Dvm_param.h100 #define PAGE_MASK (PAGE_SIZE - 1) macro
/external/fastrpc/src/
Drpcmem_android.c48 #define PAGE_MASK ~((uintptr_t)PAGE_SIZE - 1) macro
/external/erofs-utils/include/erofs/
Dinternal.h39 #define PAGE_MASK (~(PAGE_SIZE-1)) macro
/external/crosvm/crosvm_plugin/src/
Dlib.rs791 const PAGE_MASK: u64 = 0x0fff; in create() constant