Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c243 sljit_uw page_align; in sljit_allocate_stack() local
301 sljit_uw page_align; in sljit_stack_resize() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c228 const uint32_t page_align = 4096; /* Always allocate full pages */ in v3dv_bo_alloc() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c235 uint64_t page_align; in llvmpipe_texture_layout() local
/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs738 pub(crate) fn page_align(&self) -> Align { in page_align() method
/third_party/alsa-lib/src/
Dconf.c5844 size_t page_align(size_t size) in page_align() function