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

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 87 UINT32 BlockLen;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBoot.h 126 UINT8 BlockLen[4];
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 258 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(SP.getName()) +
261 ++BlockLen; // For second checksum.
262 write(BlockLen);
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
376 ++BlockLen;
377 write(BlockLen);
    [all...]

Completed in 613 milliseconds