HomeSort by relevance Sort by last modified time
    Searched defs:kAlign (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
cpu_function_runtime.h 134 constexpr size_t kAlign = 64;
139 // `buffer_infos`. Each buffer is aligned to kAlign byte boundaries.
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 123 const int kAlign = 16;
124 CHECK(offset_from_aligned < kAlign);
125 size = (size + 2 * kAlign) & ~(kAlign - 1);
  /external/lzma/Asm/x86/
LzmaDecOpt.asm 488 kAlign equ (IsMatch + (kNumStates2 SHL kNumPosBitsMax))
489 IsRep equ (kAlign + kAlignTableSize)
497 if kAlign ne 0
882 ; prob = + kAlign;
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 552 milliseconds