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