Searched defs:align_to (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
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 | 164 int align_to = in AllocateAlignedFrameSlots() local
|
/external/arm-trusted-firmware/tools/sptool/ |
D | sptool.c | 40 static unsigned int align_to(unsigned int address, unsigned int boundary) in align_to() function
|
/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/net/ |
D | tcp_mmap.c | 123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
|
/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
|
/external/u-boot/drivers/dma/ti/ |
D | k3-udma.c | 1273 unsigned long align_to = __ffs(src | dest); in udma_prep_dma_memcpy() local
|
/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()
|