Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h202 unsigned _a = (unsigned) addr; \
206 type((const int*)_a, __s); \
208 _a += __s; \
214 unsigned _a = (unsigned) addr; \
215 type((const int*)_a, _s); \
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dframing.c212 OI_INT32 _a, _b, _c, _d; \
213 _a = *--_src; \
217 *--_dest = _a; \
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.h20 #define WPA_IS_MULTICAST(_a) (*(_a) & 0x01) argument
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dmbo.c342 static int wpa_non_pref_chan_cmp(const void *_a, const void *_b) in wpa_non_pref_chan_cmp() argument
344 const struct wpa_mbo_non_pref_channel *a = _a, *b = _b; in wpa_non_pref_chan_cmp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c63 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })