Searched refs:origType (Results 1 – 7 of 7) sorted by relevance
/external/gptfdisk/ |
D | mbr.cc | 139 uint8_t origType; in AsGPT() local 145 origType = origPart->GetType(); in AsGPT() 151 if ((origType != 0x05) && (origType != 0x0f) && (origType != 0x85) && in AsGPT() 152 (origType != 0x00) && (origType != 0xEE)) { in AsGPT() 157 newPart.SetType(((uint16_t) origType) * 0x0100); in AsGPT()
|
D | gpt.cc | 1544 uint8_t origType; in XFormPartitions() local 1556 origType = protectiveMBR.GetType(i); in XFormPartitions() 1559 if ((origType != 0x05) && (origType != 0x0f) && (origType != 0x85) && in XFormPartitions() 1560 (origType != 0x00) && (origType != 0xEE)) in XFormPartitions()
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 1799 llvm::Type *origType = value->getType(); in emitARCValueOperation() local 1808 return CGF.Builder.CreateBitCast(call, origType); in emitARCValueOperation() 1824 llvm::Type *origType = addr->getType(); in emitARCLoadOperation() local 1831 if (origType != CGF.Int8PtrPtrTy) in emitARCLoadOperation() 1833 cast<llvm::PointerType>(origType)->getElementType()); in emitARCLoadOperation() 1857 llvm::Type *origType = value->getType(); in emitARCStoreOperation() local 1867 return CGF.Builder.CreateBitCast(result, origType); in emitARCStoreOperation() 2141 llvm::Type *origType = value->getType(); in EmitARCRetainAutorelease() local 2145 return Builder.CreateBitCast(value, origType); in EmitARCRetainAutorelease()
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | jquery-min.js | 3 …origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[… property
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 521 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet() argument 529 switch (origType) { in mergeTypeForSet()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4175 QualType origType = type; in handleObjCOwnershipTypeAttr() local 4183 origType, type); in handleObjCOwnershipTypeAttr() 4269 QualType origType = type; in handleObjCGCTypeAttr() local 4270 type = S.Context.getObjCGCQualType(origType, GCAttr); in handleObjCGCTypeAttr() 4275 origType, type); in handleObjCGCTypeAttr()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 2903 origType: tns[1], property 2959 t, tns, type, origType, namespaces, origCount, 2970 type = origType = tns[1]; 2991 if ( ( mappedTypes || origType === handleObj.origType ) && 3255 ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler ) 3534 event.type = handleObj.origType;
|