Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c82 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksx() argument
84 return align(util_format_get_nblocksx(format, width), align_to); in align_nblocksx()
88 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy() argument
90 return align(util_format_get_nblocksy(format, width), align_to); in align_nblocksy()
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h575 uint8_t * sg_memalign(uint32_t num_bytes, uint32_t align_to,
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs327 let (pre, mid, suf) = unsafe { slice.align_to::<T>() }; in get_slice()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3391 sg_memalign(uint32_t num_bytes, uint32_t align_to, uint8_t ** buff_to_free, in sg_memalign() argument
3399 psz = (align_to > 0) ? align_to : sg_get_page_size(); in sg_memalign()
/third_party/tzdata/
Dzic.c443 align_to(size_t size, size_t alignment) in align_to() function
1881 zic_t *ats = emalloc(align_to(size_product(nats, sizeof *ats + 1), in writezone()