/frameworks/compile/libbcc/lib/Disassembler/ |
D | Disassembler.cpp | 113 uint64_t Index; in Disassemble() local 115 for (Index = 0; Index < FuncSize; Index += Size) { in Disassemble() 118 if (Disassmbler->getInstruction(Inst, Size, *BufferMObj, Index, in Disassemble() 122 OS.write_hex((uint32_t)Func + Index); in Disassemble() 124 OS.write_hex(*(uint32_t *)(Func + Index)); in Disassemble()
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 378 LVM_INT32 Index=0; in LVREV_ApplyNewSettings() local 408 Index=i; in LVREV_ApplyNewSettings() 414 if(RoomSize==LVREV_GainPolyTable[Index][0]) in LVREV_ApplyNewSettings() 419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings() 431 Tot_Dist=LVREV_GainPolyTable[Index][0]-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings() 432 Dist=RoomSize-LVREV_GainPolyTable[Index-1][0]; in LVREV_ApplyNewSettings() 438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings() 447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings() 472 Index=((32767*100)/(100+pPrivate->NewParams.Level)); in LVREV_ApplyNewSettings() 473 pPrivate->Gain=(LVM_INT16)((pPrivate->Gain*Index)>>15); in LVREV_ApplyNewSettings() [all …]
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
D | armCOMM_Bitstream.c | 185 OMX_INT Index; in armUnPackVLC32() local 194 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 202 return Index; in armUnPackVLC32()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
D | armCOMM_Bitstream.c | 185 OMX_INT Index; in armUnPackVLC32() local 194 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 202 return Index; in armUnPackVLC32()
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/ |
D | armCOMM_Bitstream.c | 185 OMX_INT Index; in armUnPackVLC32() local 194 for (Index=0; pCodeBook->codeLen != 0; Index++) in armUnPackVLC32() 202 return Index; in armUnPackVLC32()
|
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 146 unsigned Index = 0; in checkParameterPacketType() local 148 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType() 152 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); in checkParameterPacketType() 160 size_t T2Offset = ParamTySL->getElementOffset(Index); in checkParameterPacketType()
|
D | slang_rs_metadata_spec_encoder.cpp | 83 inline bool checkReturnIndex(unsigned *Index) { in checkReturnIndex() argument 84 if (*Index == 0) in checkReturnIndex() 87 (*Index)--; in checkReturnIndex()
|
D | slang_rs_reflection.cpp | 262 static const char *GetVectorAccessor(unsigned Index) { in GetVectorAccessor() argument 270 slangAssert((Index < (sizeof(VectorAccessorMap) / sizeof(const char*))) && in GetVectorAccessor() 273 return VectorAccessorMap[Index]; in GetVectorAccessor() 1575 const char *Index) { in genNewItemBufferIfNull() argument 1581 if (Index != NULL) in genNewItemBufferIfNull() 1582 C.indent() << "if ("RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] == null) " in genNewItemBufferIfNull() 1583 RS_TYPE_ITEM_BUFFER_NAME"[" << Index << "] = " in genNewItemBufferIfNull()
|
D | slang_rs_reflection.h | 295 void genNewItemBufferIfNull(Context &C, const char *Index);
|
D | slang_rs_export_type.cpp | 1267 unsigned int Index = 0; in Create() local 1272 FI++, Index++) { in Create() 1289 static_cast<size_t>(RL->getFieldOffset(Index) >> 3))); in Create()
|
/frameworks/compile/libbcc/lib/CodeGen/ |
D | CodeEmitter.h | 209 virtual uintptr_t getConstantPoolEntryAddress(unsigned Index) const { in getConstantPoolEntryAddress() argument 210 bccAssert(Index < mpConstantPool->getConstants().size() && in getConstantPoolEntryAddress() 212 return mConstPoolAddresses[Index]; in getConstantPoolEntryAddress() 217 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const;
|
D | CodeEmitter.cpp | 1383 uintptr_t CodeEmitter::getJumpTableEntryAddress(unsigned Index) const { in getJumpTableEntryAddress() 1387 bccAssert((Index < JT.size()) && "Invalid jump table index!"); in getJumpTableEntryAddress() 1392 for (unsigned i = 0; i < Index; i++) in getJumpTableEntryAddress()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 2235 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 2236 if ((unsigned)Index != Index) in ParseFunctionBody() 2238 EXTRACTVALIdx.push_back((unsigned)Index); in ParseFunctionBody() 2259 uint64_t Index = Record[OpNum]; in ParseFunctionBody() local 2260 if ((unsigned)Index != Index) in ParseFunctionBody() 2262 INSERTVALIdx.push_back((unsigned)Index); in ParseFunctionBody() 2379 unsigned Index = Record[1]; in ParseFunctionBody() local 2380 I = ExtractValueInst::Create(Op, Index); in ParseFunctionBody()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 141 Record.push_back(PAWI.Index); in WriteAttributeTable()
|