HomeSort by relevance Sort by last modified time
    Searched refs:CSize (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 51 unsigned int CSize : 2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdBlockIoPei.c 498 UINT32 CSize;
593 CSize = (Csd->CSizeHigh << 2 | Csd->CSizeLow) + 1;
596 Capacity = MultU64x32 (MultU64x32 ((UINT64)CSize, CSizeMul), ReadBlLen);
600 CSize = (Csd2->CSizeHigh << 16 | Csd2->CSizeLow) + 1;
601 Capacity = MultU64x32 ((UINT64)CSize, SIZE_512KB);
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 56 if (auto *CSize = dyn_cast<ConstantSDNode>(Size))
58 Chain, Dst, Src, CSize->getZExtValue());
86 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) {
87 uint64_t Bytes = CSize->getZExtValue();
187 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) {
188 uint64_t Bytes = CSize->getZExtValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 56 if (auto *CSize = dyn_cast<ConstantSDNode>(Size))
58 Chain, Dst, Src, CSize->getZExtValue());
85 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) {
86 uint64_t Bytes = CSize->getZExtValue();
184 if (auto *CSize = dyn_cast<ConstantSDNode>(Size)) {
185 uint64_t Bytes = CSize->getZExtValue();
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 190 UINT32 CSize;
234 CSize = (Csd->CSizeHigh << 2 | Csd->CSizeLow) + 1;
237 Capacity = MultU64x32 (MultU64x32 ((UINT64)CSize, CSizeMul), ReadBlLen);
241 CSize = (Csd2->CSizeHigh << 16 | Csd2->CSizeLow) + 1;
242 Capacity = MultU64x32 ((UINT64)CSize, SIZE_512KB);
  /external/swiftshader/src/Device/
Sampler.cpp 229 unsigned int CSize = CStride * height / 2;
232 mipmap.buffer[2] = (byte*)mipmap.buffer[1] + CSize;
Surface.cpp     [all...]
  /external/swiftshader/src/Renderer/
Sampler.cpp 232 unsigned int CSize = CStride * height / 2;
235 mipmap.buffer[2] = (byte*)mipmap.buffer[1] + CSize;
Surface.cpp     [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 395 UINT32 CSize;
505 // The SD Spec 2.0 says (CSize + 1) * 512K is the total size, so block numbber is (CSize + 1) * 1K
513 CSize = CardData->CSDRegister.C_SIZELow2 | (CardData->CSDRegister.C_SIZEHigh10 << 2);
514 CardData->BlockNumber = MultU64x32 (LShiftU64 (1, CardData->CSDRegister.C_SIZE_MULT + 2), CSize + 1);
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 217 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
219 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
220 assert(ByteSize != CSize && "Should not extract everything");
278 if (ByteStart >= CSize-ShAmt)
282 if (ByteStart+ByteSize+ShAmt <= CSize)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp 217 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
219 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
220 assert(ByteSize != CSize && "Should not extract everything");
278 if (ByteStart >= CSize-ShAmt)
282 if (ByteStart+ByteSize+ShAmt <= CSize)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 199 unsigned CSize = cast<IntegerType>(C->getType())->getBitWidth()/8;
201 assert(ByteStart+ByteSize <= CSize && "Extracting invalid piece from input");
202 assert(ByteSize != CSize && "Should not extract everything");
260 if (ByteStart >= CSize-ShAmt)
264 if (ByteStart+ByteSize+ShAmt <= CSize)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 356 milliseconds