HomeSort by relevance Sort by last modified time
    Searched defs:BlockLen (Results 1 - 6 of 6) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp 443 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes;
448 Mask[BlockLen*Num + Off] = i;
453 // Fill the bytes beyond BlockLen with 0s.
456 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 382 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
385 ++BlockLen;
386 write(BlockLen);
    [all...]

Completed in 121 milliseconds