Searched refs:to_copy (Results 1 – 1 of 1) sorted by relevance
64 size_t to_copy = ARRAY_SIZE(consumerir_freqs); in consumerir_get_carrier_freqs() local66 to_copy = len < to_copy ? len : to_copy; in consumerir_get_carrier_freqs()67 memcpy(ranges, consumerir_freqs, to_copy * sizeof(consumerir_freq_range_t)); in consumerir_get_carrier_freqs()68 return to_copy; in consumerir_get_carrier_freqs()