/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 38 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local 39 I != E; ++I) in ValueEnumerator() 40 EnumerateValue(I); in ValueEnumerator() 43 for (llvm::Module::const_iterator I = M.begin(), E = M.end(); I != E; ++I) { in ValueEnumerator() local 44 EnumerateValue(I); in ValueEnumerator() 45 EnumerateAttributes(cast<Function>(I)->getAttributes()); in ValueEnumerator() 49 for (llvm::Module::const_alias_iterator I = M.alias_begin(), E = M.alias_end(); in ValueEnumerator() local 50 I != E; ++I) in ValueEnumerator() 51 EnumerateValue(I); in ValueEnumerator() 57 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local [all …]
|
D | BitcodeWriter.cpp | 295 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() local 296 E = ST->element_end(); I != E; ++I) in WriteTypeTable() 297 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable() 751 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); in WriteMetadataAttachment() local 752 I != E; ++I) { in WriteMetadataAttachment() 754 I->getAllMetadataOtherThanDebugLoc(MDs); in WriteMetadataAttachment() 759 Record.push_back(VE.getInstructionID(I)); in WriteMetadataAttachment() 959 union { float F; uint32_t I; }; in WriteConstants() member 961 Record.push_back(I); in WriteConstants() 966 union { double F; uint64_t I; }; in WriteConstants() member [all …]
|
D | ValueEnumerator.h | 124 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID() local 125 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID() 126 return I->second-1; in getTypeID() 129 unsigned getInstructionID(const llvm::Instruction *I) const; 130 void setInstructionID(const llvm::Instruction *I); 134 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() local 135 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID() 136 return I->second; in getAttributeID() 141 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID() local 142 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID() [all …]
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 38 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local 39 I != E; ++I) in ValueEnumerator() 40 EnumerateValue(I); in ValueEnumerator() 43 for (llvm::Module::const_iterator I = M.begin(), E = M.end(); I != E; ++I) { in ValueEnumerator() local 44 EnumerateValue(I); in ValueEnumerator() 45 EnumerateAttributes(cast<Function>(I)->getAttributes()); in ValueEnumerator() 49 for (llvm::Module::const_alias_iterator I = M.alias_begin(), E = M.alias_end(); in ValueEnumerator() local 50 I != E; ++I) in ValueEnumerator() 51 EnumerateValue(I); in ValueEnumerator() 57 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local [all …]
|
D | ValueEnumerator.h | 121 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID() local 122 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID() 123 return I->second-1; in getTypeID() 126 unsigned getInstructionID(const llvm::Instruction *I) const; 127 void setInstructionID(const llvm::Instruction *I); 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() local 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID() 133 return I->second; in getAttributeID() 138 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID() local 139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID() [all …]
|
D | BitcodeWriter.cpp | 308 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() local 309 E = ST->element_end(); I != E; ++I) in WriteTypeTable() 310 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable() 723 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); in WriteMetadataAttachment() local 724 I != E; ++I) { in WriteMetadataAttachment() 726 I->getAllMetadataOtherThanDebugLoc(MDs); in WriteMetadataAttachment() 731 Record.push_back(VE.getInstructionID(I)); in WriteMetadataAttachment() 1061 static void WriteInstruction(const Instruction &I, unsigned InstID, in WriteInstruction() argument 1067 VE.setInstructionID(&I); in WriteInstruction() 1068 switch (I.getOpcode()) { in WriteInstruction() [all …]
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 38 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local 39 I != E; ++I) in ValueEnumerator() 40 EnumerateValue(I); in ValueEnumerator() 43 for (llvm::Module::const_iterator I = M.begin(), E = M.end(); I != E; ++I) { in ValueEnumerator() local 44 EnumerateValue(I); in ValueEnumerator() 45 EnumerateAttributes(cast<Function>(I)->getAttributes()); in ValueEnumerator() 49 for (llvm::Module::const_alias_iterator I = M.alias_begin(), E = M.alias_end(); in ValueEnumerator() local 50 I != E; ++I) in ValueEnumerator() 51 EnumerateValue(I); in ValueEnumerator() 57 for (llvm::Module::const_global_iterator I = M.global_begin(), E = M.global_end(); in ValueEnumerator() local [all …]
|
D | BitcodeWriter.cpp | 293 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() local 294 E = ST->element_end(); I != E; ++I) in WriteTypeTable() 295 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable() 722 for (BasicBlock::const_iterator I = BB->begin(), E = BB->end(); in WriteMetadataAttachment() local 723 I != E; ++I) { in WriteMetadataAttachment() 725 I->getAllMetadataOtherThanDebugLoc(MDs); in WriteMetadataAttachment() 730 Record.push_back(VE.getInstructionID(I)); in WriteMetadataAttachment() 1060 static void WriteInstruction(const Instruction &I, unsigned InstID, in WriteInstruction() argument 1066 VE.setInstructionID(&I); in WriteInstruction() 1067 switch (I.getOpcode()) { in WriteInstruction() [all …]
|
D | ValueEnumerator.h | 121 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID() local 122 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID() 123 return I->second-1; in getTypeID() 126 unsigned getInstructionID(const llvm::Instruction *I) const; 127 void setInstructionID(const llvm::Instruction *I); 131 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID() local 132 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID() 133 return I->second; in getAttributeID() 138 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL); in getAttributeGroupID() local 139 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeGroupID() [all …]
|
/frameworks/native/include/binder/ |
D | IInterface.h | 76 static android::sp<I##INTERFACE> asInterface( \ 79 I##INTERFACE(); \ 80 virtual ~I##INTERFACE(); \ 84 const android::String16 I##INTERFACE::descriptor(NAME); \ 86 I##INTERFACE::getInterfaceDescriptor() const { \ 87 return I##INTERFACE::descriptor; \ 89 android::sp<I##INTERFACE> I##INTERFACE::asInterface( \ 92 android::sp<I##INTERFACE> intr; \ 94 intr = static_cast<I##INTERFACE*>( \ 96 I##INTERFACE::descriptor).get()); \ [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingLuma_HorEdge_I.c | 100 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() local 116 I = (X>>2)+4*(Y>>2); in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 118 armRetArgErrIf(pBS[I] > 4, OMX_Sts_BadArgErr) in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 120 armRetArgErrIf( (I > 3) && (pBS[I] == 4), in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 123 armRetArgErrIf( (I < 4) && in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 124 ( (pBS[I] == 4) && (pBS[I^1] != 4) ), in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 131 pThresholds[I], in omxVCM4P10_FilterDeblockingLuma_HorEdge_I() 134 pBS[I], in omxVCM4P10_FilterDeblockingLuma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I.c | 104 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() local 120 I = (X>>1)+4*(Y>>1); in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 122 armRetArgErrIf(pBS[I] > 4, OMX_Sts_BadArgErr) in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 124 armRetArgErrIf( (I > 3) && (pBS[I] == 4), in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 127 armRetArgErrIf( (I < 4) && in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 128 ( (pBS[I] == 4) && (pBS[I^1] != 4) ), in omxVCM4P10_FilterDeblockingChroma_HorEdge_I() 139 pBS[I], in omxVCM4P10_FilterDeblockingChroma_HorEdge_I()
|
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I.c | 103 int I, X, Y, Internal=0; in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() local 121 I = (Y>>1)+4*(X>>1); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 123 armRetArgErrIf(pBS[I] > 4, OMX_Sts_BadArgErr); in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 125 armRetArgErrIf( (I > 3) && (pBS[I] == 4), in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 128 armRetArgErrIf( ( (pBS[I] == 4) && (pBS[I^3] != 4) ), in omxVCM4P10_FilterDeblockingChroma_VerEdge_I() 140 pBS[I], in omxVCM4P10_FilterDeblockingChroma_VerEdge_I()
|
D | omxVCM4P10_FilterDeblockingLuma_VerEdge_I.c | 99 int X, Y, I, Internal=0; in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() local 118 I = (Y>>2)+4*(X>>2); in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 134 pThresholds[I], in omxVCM4P10_FilterDeblockingLuma_VerEdge_I() 137 pBS[I], in omxVCM4P10_FilterDeblockingLuma_VerEdge_I()
|
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 179 I = mRSContext->export_foreach_begin(), in genTypeInstancesUsedInForEach() local 181 I != E; I++) { in genTypeInstancesUsedInForEach() 182 const RSExportForEach *EF = *I; in genTypeInstancesUsedInForEach() 201 for (std::set<std::string>::iterator I = mTypesToCheck.begin(), in genFieldsForAllocationTypeVerification() local 203 I != E; I++) { in genFieldsForAllocationTypeVerification() 210 << RS_ELEM_PREFIX << *I << ";\n"; in genFieldsForAllocationTypeVerification() 216 for (RSContext::const_export_var_iterator I = mRSContext->export_vars_begin(), in genFieldsToStoreExportVariableValues() local 218 I != E; I++) { in genFieldsToStoreExportVariableValues() 219 const RSExportVar *ev = *I; in genFieldsToStoreExportVariableValues() 242 I = mRSContext->export_foreach_begin(), in genForEachDeclarations() local [all …]
|
D | slang_backend.cpp | 174 I = mTargetOpts.Features.begin(), E = mTargetOpts.Features.end(); in CreateCodeGenPasses() local 175 I != E; in CreateCodeGenPasses() 176 I++) in CreateCodeGenPasses() 177 Features.AddFeature(*I); in CreateCodeGenPasses() 287 for (PragmaList::const_iterator I = mPragmas->begin(), E = mPragmas->end(); in HandleTranslationUnit() local 288 I != E; in HandleTranslationUnit() 289 I++) { in HandleTranslationUnit() 292 Pragma.push_back(llvm::MDString::get(mLLVMContext, I->first)); in HandleTranslationUnit() 294 Pragma.push_back(llvm::MDString::get(mLLVMContext, I->second)); in HandleTranslationUnit() 311 for (llvm::Module::iterator I = mpModule->begin(), E = mpModule->end(); in HandleTranslationUnit() local [all …]
|
D | strip_unknown_attributes.cpp | 27 for (llvm::Function::arg_iterator I = F.arg_begin(), E = F.arg_end(); in runOnFunction() local 28 I != E; ++I) { in runOnFunction() 29 llvm::Argument &A = *I; in runOnFunction() 47 for (llvm::Module::iterator I = M.begin(), E = M.end(); I != E; ++I) { in runOnModule() local 48 Changed |= runOnFunction(*I); in runOnModule()
|
D | slang_rs_context.cpp | 138 for (clang::DeclContext::lookup_iterator I = R.begin(), E = R.end(); in processExportType() local 139 I != E; in processExportType() 140 I++) { in processExportType() 141 clang::NamedDecl *const ND = *I; in processExportType() 175 for (ExportForEachList::iterator I = begin, E = mExportForEach.end(); in cleanupForEach() local 176 I != E; in cleanupForEach() 177 I++) { in cleanupForEach() 178 RSExportForEach *EFE = *I; in cleanupForEach() 180 if (I == begin) { in cleanupForEach() 185 mExportForEach.erase(I); in cleanupForEach() [all …]
|
D | slang_rs_reflection.cpp | 324 for (RSContext::const_export_var_iterator I = mRSContext->export_vars_begin(), in genScriptClass() local 326 I != E; I++) in genScriptClass() 327 genExportVariable(*I); in genScriptClass() 332 I = mRSContext->export_foreach_begin(), in genScriptClass() local 334 I != E; I++) in genScriptClass() 335 genExportForEach(*I); in genScriptClass() 340 I = mRSContext->export_funcs_begin(), in genScriptClass() local 342 I != E; I++) in genScriptClass() 343 genExportFunction(*I); in genScriptClass() 390 for (RSContext::const_export_var_iterator I = mRSContext->export_vars_begin(), in genScriptClassConstructor() local [all …]
|
D | slang_rs_object_ref_count.cpp | 51 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in GetRSRefCountingFunctions() local 52 E = TUDecl->decls_end(); I != E; I++) { in GetRSRefCountingFunctions() 53 if ((I->getKind() >= clang::Decl::firstFunction) && in GetRSRefCountingFunctions() 54 (I->getKind() <= clang::Decl::lastFunction)) { in GetRSRefCountingFunctions() 55 clang::FunctionDecl *FD = static_cast<clang::FunctionDecl*>(*I); in GetRSRefCountingFunctions() 104 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt() local 106 for ( ; I != E; I++) { in BuildCompoundStmt() 107 CompoundStmtList[CompoundStmtCount++] = *I; in BuildCompoundStmt() 145 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt() local 147 for ( ; I != E; I++) { in AppendAfterStmt() [all …]
|
/frameworks/base/core/java/android/hardware/ |
D | SensorManager.java | 978 public static boolean getRotationMatrix(float[] R, float[] I, in getRotationMatrix() argument 1029 if (I != null) { in getRotationMatrix() 1036 if (I.length == 9) { in getRotationMatrix() 1037 I[0] = 1; I[1] = 0; I[2] = 0; in getRotationMatrix() 1038 I[3] = 0; I[4] = c; I[5] = s; in getRotationMatrix() 1039 I[6] = 0; I[7] =-s; I[8] = c; in getRotationMatrix() 1040 } else if (I.length == 16) { in getRotationMatrix() 1041 I[0] = 1; I[1] = 0; I[2] = 0; in getRotationMatrix() 1042 I[4] = 0; I[5] = c; I[6] = s; in getRotationMatrix() 1043 I[8] = 0; I[9] =-s; I[10]= c; in getRotationMatrix() [all …]
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-stack.jd | 23 I/DEBUG ( 31): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 24 I/DEBUG ( 31): Build fingerprint: 'generic/google_sdk/generic/:2.2/FRF91/43546:eng/test-keys' 25 I/DEBUG ( 31): pid: 351, tid: 351 %gt;%gt;%gt; /data/local/ndk-tests/crasher <<< 26 I/DEBUG ( 31): signal 11 (SIGSEGV), fault addr 0d9f00d8 27 I/DEBUG ( 31): r0 0000af88 r1 0000a008 r2 baadf00d r3 0d9f00d8 28 I/DEBUG ( 31): r4 00000004 r5 0000a008 r6 0000af88 r7 00013c44 29 I/DEBUG ( 31): r8 00000000 r9 00000000 10 00000000 fp 00000000 30 I/DEBUG ( 31): ip 0000959c sp be956cc8 lr 00008403 pc 0000841e cpsr 60000030 31 I/DEBUG ( 31): #00 pc 0000841e /data/local/ndk-tests/crasher 32 I/DEBUG ( 31): #01 pc 000083fe /data/local/ndk-tests/crasher [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 55 I = BB->begin(), E = BB->end(); I != E; ++I) { in FindExnAndSelIntrinsics() local 56 if (CallInst *CI = dyn_cast<CallInst>(I)) { in FindExnAndSelIntrinsics() 75 for (succ_iterator I = succ_begin(BB), E = succ_end(BB); I != E; ++I) { in FindExnAndSelIntrinsics() local 76 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited); in FindExnAndSelIntrinsics() 157 I = M->begin(), E = M->end(); I != E; ++I) { in UpgradeExceptionHandling() local 158 Function &F = *I; in UpgradeExceptionHandling() 182 I = InvokeToIntrinsicsMap.begin(), E = InvokeToIntrinsicsMap.end(); in UpgradeExceptionHandling() local 183 I != E; ++I) { in UpgradeExceptionHandling() 184 InvokeInst *Invoke = I->first; in UpgradeExceptionHandling() 187 std::pair<Value*, Value*> EHIntrinsics = I->second; in UpgradeExceptionHandling() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 667 for (User::op_iterator I = UserC->op_begin(), E = UserC->op_end(); in ResolveConstantForwardRefs() local 668 I != E; ++I) { in ResolveConstantForwardRefs() 670 if (!isa<ConstantPlaceHolder>(*I)) { in ResolveConstantForwardRefs() 672 NewOp = *I; in ResolveConstantForwardRefs() 673 } else if (*I == Placeholder) { in ResolveConstantForwardRefs() 680 std::pair<Constant*, unsigned>(cast<Constant>(*I), in ResolveConstantForwardRefs() 682 assert(It != ResolveConstants.end() && It->first == *I); in ResolveConstantForwardRefs() 2516 DenseMap<unsigned, unsigned>::iterator I = in ParseMetadataAttachment() local 2518 if (I == MDKindMap.end()) in ParseMetadataAttachment() 2521 Inst->setMetadata(I->second, cast<MDNode>(Node)); in ParseMetadataAttachment() [all …]
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 32 #define I(_i, _j) ((_j)+ 4*(_i)) macro 223 m[I(0,i)], m[I(1,i)], m[I(2,i)], m[I(3,i)], in dump() 224 fixedToFloat(m[I(0,i)]), in dump() 225 fixedToFloat(m[I(1,i)]), in dump() 226 fixedToFloat(m[I(2,i)]), in dump() 227 fixedToFloat(m[I(3,i)])); in dump() 256 register const float rhs_i0 = rhs.m[ I(i,0) ]; in multiply() 257 register float ri0 = m[ I(0,0) ] * rhs_i0; in multiply() 258 register float ri1 = m[ I(0,1) ] * rhs_i0; in multiply() 259 register float ri2 = m[ I(0,2) ] * rhs_i0; in multiply() [all …]
|