Searched defs:LoadInfo (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp501 FX_BOOL CCodec_JpegModule::LoadInfo(FX_LPCBYTE src_buf, FX_DWORD src_size, int& width, int& height, function in class:CCodec_JpegModule
506 return m_pExtProvider->LoadInfo(src_buf, src_size, width, height,
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1241 struct LoadInfo { struct in class:__anon10439::LoadClusterMutation
1245 LoadInfo(SUnit *su, unsigned reg, unsigned ofs) function in struct:__anon10439::LoadClusterMutation::LoadInfo
1248 bool operator<(const LoadInfo &RHS) const {
1268 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords;
1274 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset));

Completed in 160 milliseconds