Home
last modified time | relevance | path

Searched refs:kAlign (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.cc67 total += align_to(buffer_infos[i].size(), kAlign); in AlignedBufferBytes()
80 contiguous = aligned_malloc(total, kAlign); in MallocContiguousBuffers()
94 pos += align_to(buffer_infos[i].size(), kAlign); in MallocContiguousBuffers()
Dcpu_function_runtime.h139 constexpr size_t kAlign = 64; variable
153 #define XLA_ALIGN alignas(xla::cpu_function_runtime::kAlign)
/external/llvm-project/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp79 const int kAlign = 16; in allocate_addr() local
80 CHECK(offset_from_aligned < kAlign); in allocate_addr()
81 size = (size + 2 * kAlign) & ~(kAlign - 1); in allocate_addr()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc123 const int kAlign = 16; in allocate_addr() local
124 CHECK(offset_from_aligned < kAlign); in allocate_addr()
125 size = (size + 2 * kAlign) & ~(kAlign - 1); in allocate_addr()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc31 EXPECT_EQ(xla::cpu_function_runtime::kAlign, Allocator::kAllocatorAlignment); in TEST()
/external/lzma/Asm/x86/
DLzmaDecOpt.asm488 kAlign equ (IsMatch + (kNumStates2 SHL kNumPosBitsMax)) define
489 IsRep equ (kAlign + kAlignTableSize)
497 if kAlign ne 0
882 ; prob = + kAlign;