Searched defs:_dest (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/test/MC/ARM/ |
D | macho-relocs-with-addend.s | 24 _dest: label
|
/external/llvm/test/MC/ARM/ |
D | macho-relocs-with-addend.s | 24 _dest: label
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_integers.cpp | 532 #define PATCH_CASE( _out, _src, _dest, _count, _cl_type ) \ argument 541 #define PATCH_CASE_SIGNED( _out, _src, _dest, _count, _cl_type, _MIN_VAL ) \ argument
|
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) argument
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3978 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()
|