Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/ADT/
H A DStringEntry.cpp32 void StringEntry<llvm::StringRef>::setValue(llvm::StringRef pVal) { in setValue()
38 void StringEntry<llvm::StringRef>::setValue(const char* pVal) { in setValue()
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h45 void setValue(const DataType& pVal) { m_Value = pVal; } in setValue()
84 void setValue(const std::string& pVal) { setValue(pVal.c_str()); } in setValue()
H A DSizeTraits.h153 inline uint64_t signExtend(uint64_t pVal) { in signExtend()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp38 const char* Diagnostic::findMatch(char pVal, in findMatch()
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/inc/
H A DLsLib.h540 inline int FSCANF_BYTE(FILE* stream, const char* format, void* pVal) { in FSCANF_BYTE()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp43 static uint64_t helper_sign_extend(uint64_t pVal, uint64_t pOri_width) { in helper_sign_extend()