Searched refs:size_to_bin (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c247 size_to_bin(int size) function
582 const int size_bin = size_to_bin(frameLen);
623 const int size_bin = size_to_bin(frameLen);
673 int size_bin = size_to_bin(frameLen);
709 size_bin = size_to_bin(frameLen);
736 size_bin = size_to_bin(frameLen);
975 const int size_bin = size_to_bin(frame_size);
1140 if (size_to_bin(frame_size) != size_to_bin(rc_framesize)) {
1155 bin_to_size(size_to_bin(frame_siz
[all...]

Completed in 22 milliseconds