Searched refs:_ptr_ (Results 1 – 2 of 2) sorted by relevance
391 #define SET_2BIT_U8(_ptr_, _shift_, _val_) \ argument392 ((*(_ptr_) &= ~(3 << (_shift_))), \393 (*(_ptr_) |= (*(_ptr_) & (((u8)3) << (_shift_))) | \
117 #define GET_MEM_BIN( _ptr_ ) (int)(((unsigned int)_ptr_ - (unsigned int)&memBuffer[0]) >> BIN_BIT… argument