Home
last modified time | relevance | path

Searched defs:align_to (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.cc52 size_t align_to(size_t n, size_t align) { in align_to() function
/external/v8/src/compiler/
Dframe.h164 int align_to = in AllocateAlignedFrameSlots() local
/external/arm-trusted-firmware/tools/sptool/
Dsptool.c40 static unsigned int align_to(unsigned int address, unsigned int boundary) in align_to() function
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c93 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/
Dtcp_mmap.c123 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) argument
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c55 #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/
Dk3-udma.c1273 unsigned long align_to = __ffs(src | dest); in udma_prep_dma_memcpy() local
/external/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()