Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h391 #define SET_2BIT_U8(_ptr_, _shift_, _val_) \ argument
392 ((*(_ptr_) &= ~(3 << (_shift_))), \
393 (*(_ptr_) |= (*(_ptr_) & (((u8)3) << (_shift_))) | \
/external/srec/portable/src/
Dpmalloc.c117 #define GET_MEM_BIN( _ptr_ ) (int)(((unsigned int)_ptr_ - (unsigned int)&memBuffer[0]) >> BIN_BIT… argument