Home
last modified time | relevance | path

Searched defs:pVal (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/ADT/
DStringEntry.cpp34 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef& pVal) in setValue()
41 void StringEntry<llvm::StringRef>::setValue(const char* pVal) in setValue()
/frameworks/compile/mclinker/include/mcld/ADT/
DStringEntry.h54 void setValue(const DataType& pVal) in setValue()
104 void setValue(const std::string& pVal) in setValue()
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_CharStar.c152 M4OSA_UInt32* pVal, in M4OSA_chrGetUInt32()
244 M4OSA_ERR M4OSA_chrGetUInt16 (M4OSA_Char* pStrIn, M4OSA_UInt16 *pVal, in M4OSA_chrGetUInt16()
/frameworks/compile/mclinker/lib/LD/
DDiagnostic.cpp38 const char* Diagnostic::findMatch(char pVal, in findMatch()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp100 uint64_t helper_sign_extend(uint64_t pVal, uint64_t pOri_width) in helper_sign_extend()