Searched refs:source_size (Results 1 – 1 of 1) sorted by relevance
77 #define GET_SAFE_MEMCPY_LENGTH(destination_size, source_size) \ argument78 source_size > destination_size ? destination_size : source_size