Searched defs:ARRAY_SIZE (Results 51 - 53 of 53) sorted by relevance

123

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822b.c2371 static_assert(ARRAY_SIZE(rf_para_tx_8822b) == ARRAY_SIZE(rf_para_rx_8822b)); variable
[all...]
H A Drtw8822c.c5175 static_assert(ARRAY_SIZE(rf_para_tx_8822c) == ARRAY_SIZE(rf_para_rx_8822c)); variable
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c24 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro

Completed in 170 milliseconds

123