Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
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.h134 constexpr size_t kAlign = 64; variable
Dcpu_function_runtime_test.cc32 EXPECT_EQ(cpu_function_runtime::kAlign, Allocator::kAllocatorAlignment); in TEST()
/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/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;
/external/v8/src/compiler/
Dwasm-compiler.cc3156 int kAlign = 4; // Ensure that the LSB is 0, such that this looks like a Smi. in TraceMemoryOperation() local
3158 mcgraph()->machine()->StackSlot(sizeof(wasm::MemoryTracingInfo), kAlign)); in TraceMemoryOperation()