Searched refs:align_to (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 82 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/ |
D | sg_lib.h | 575 uint8_t * sg_memalign(uint32_t num_bytes, uint32_t align_to,
|
/third_party/flatbuffers/rust/flexbuffers/src/reader/ |
D | mod.rs | 327 let (pre, mid, suf) = unsafe { slice.align_to::<T>() }; in get_slice()
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 3391 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/ |
D | zic.c | 443 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()
|