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

  /external/compiler-rt/lib/esan/
working_set.cpp 86 uptr LineSize = getFlags()->cache_line_size;
89 SIZE_T NumLines = Size / LineSize +
91 (LineSize - 1 + Addr % LineSize + Size % LineSize) / LineSize;
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 787 int LineSize = (KCacheMode == 1) ? 16 : 32;
788 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 785 UINTN LineSize;
989 for (LineSize = LoopVar1; LineSize < FileSize; LineSize++) {
991 if (AsciiBuffer[LineSize] == CHAR_CARRIAGE_RETURN) {
997 if (LineSize < FileSize - 1) {
998 if (AsciiBuffer[LineSize + 1] == CHAR_LINEFEED) {
1004 } else if (AsciiBuffer[LineSize] == CHAR_LINEFEED) {
1010 if (LineSize < FileSize - 1) {
1011 if (AsciiBuffer[LineSize + 1] == CHAR_CARRIAGE_RETURN) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Pal.h 108 UINT64 LineSize:8;
    [all...]
Acpi60.h     [all...]
Acpi61.h     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 606 USHORT LineSize;
642 USHORT LineSize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 682 milliseconds