Searched refs:LineSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/Unix/
H A DMemory.inc320 const size_t LineSize = 32;
322 const intptr_t Mask = ~(LineSize - 1);
324 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
326 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
330 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/external/google-breakpad/src/common/
H A Dstabs_to_module_unittest.cc138 TEST(InferSizes, LineSize) {
/external/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp580 int LineSize = (KCacheMode == 1) ? 16 : 32; local
581 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; local

Completed in 302 milliseconds