Searched refs:_dst (Results 1 – 2 of 2) sorted by relevance
44 void copy_rgb_buffer_from_unlocked(char* _dst, const char* raw_data,
67 #define DRV_KEY_CPY(_dst, _src, _src_size) \ argument69 memcpy(_dst, _src, _src_size); \70 _dst += _src_size; \