Searched defs:align_to (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | cpu_function_runtime.cc | 52 size_t align_to(size_t n, size_t align) { in align_to() function
|
/external/v8/src/compiler/ |
D | frame.h | 162 int align_to = (width & 15) == 0 ? 16 : (width & 7) == 0 ? 8 : kPointerSize; in AllocateAlignedFrameSlots() local
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 93 align_nblocksx(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksx() 99 align_nblocksy(enum pipe_format format, unsigned width, unsigned align_to) in align_nblocksy()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | protection_keys.c | 55 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument 56 #define ALIGN_DOWN(x, align_to) ((x) & ~((align_to)-1)) argument
|
D | mpx-mini-test.c | 1198 unsigned long align_down(unsigned long alignme, unsigned long align_to) in align_down() 1203 unsigned long align_up(unsigned long alignme, unsigned long align_to) in align_up()
|
/external/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()
|