Searched refs:RoundPageUp (Results 1 – 3 of 3) sorted by relevance
46 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function110 uint64_t shm_len = size ? RoundPageUp(size) : PAGE_SIZE; in LLVMFuzzerTestOneInput()
33 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function102 uint32_t shm_len = RoundPageUp(CONFIRMATIONUI_MAX_MSG_SIZE); in TrustyApp()
46 static inline uintptr_t RoundPageUp(uintptr_t val) { in RoundPageUp() function139 shm_len_ = RoundPageUp(record_len_); in Open()