Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s24 _dest: label
/external/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s24 _dest: label
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp532 #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/
Dbcache.h109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) argument
/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()