Home
last modified time | relevance | path

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

/external/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s24 _dest: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s24 _dest: label
/external/kernel-headers/original/uapi/linux/
Dbcache.h109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) argument
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp1934 CPVRTString& CPVRTString::substitute(const char* _src, const char* _dest, bool _all) in substitute()
/external/bcc/tests/cc/
Dcatch.hpp3978 void convertInto( std::string const& _source, T& _dest ) { in convertInto()
3985 inline void convertInto( std::string const& _source, std::string& _dest ) { in convertInto()
3988 inline void convertInto( std::string const& _source, bool& _dest ) { in convertInto()
3998 inline void convertInto( bool _source, bool& _dest ) { in convertInto()