Home
last modified time | relevance | path

Searched refs:b (Results 1 – 2 of 2) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_util.c33 const unsigned short *b = (const unsigned short *)addr_2; in nrf_wifi_util_ether_addr_equal() local
35 return ((a[0] ^ b[0]) | (a[1] ^ b[1]) | (a[2] ^ b[2])) == 0; in nrf_wifi_util_ether_addr_equal()
/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_api_common.h26 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument