Searched refs:kAlign (Results 1 – 6 of 6) sorted by relevance
67 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()
134 constexpr size_t kAlign = 64; variable
32 EXPECT_EQ(cpu_function_runtime::kAlign, Allocator::kAllocatorAlignment); in TEST()
123 const int kAlign = 16; in allocate_addr() local124 CHECK(offset_from_aligned < kAlign); in allocate_addr()125 size = (size + 2 * kAlign) & ~(kAlign - 1); in allocate_addr()
488 kAlign equ (IsMatch + (kNumStates2 SHL kNumPosBitsMax)) define489 IsRep equ (kAlign + kAlignTableSize)497 if kAlign ne 0882 ; prob = + kAlign;
3156 int kAlign = 4; // Ensure that the LSB is 0, such that this looks like a Smi. in TraceMemoryOperation() local3158 mcgraph()->machine()->StackSlot(sizeof(wasm::MemoryTracingInfo), kAlign)); in TraceMemoryOperation()