Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lli/ChildTarget/Unix/
DChildTarget.inc138 const size_t LineSize = 32;
140 const intptr_t Mask = ~(LineSize - 1);
142 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
144 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
148 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
DMemory.inc322 const size_t LineSize = 32;
324 const intptr_t Mask = ~(LineSize - 1);
326 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
328 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
332 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-10-stable/contrib/llvm/lib/Target/R600/InstPrinter/
DAMDGPUInstPrinter.cpp314 int LineSize = (KCacheMode == 1)?16:32; in printKCache() local
315 O << KCacheAddr * 16 << "-" << KCacheAddr * 16 + LineSize; in printKCache()
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r243830-arm-disable-clear-cache.diff12 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-10-stable/sys/contrib/dev/acpica/include/
Dactbl1.h1258 UINT32 LineSize; member
/freebsd-10-stable/sys/contrib/dev/acpica/common/
Ddmtbinfo.c2202 {ACPI_DMT_UINT32, ACPI_NFIT2_OFFSET (LineSize), "Line Size", 0},