Home | History | Annotate | Download | only in include

Lines Matching refs:d_ptr

44 #define WEBRTC_SPL_SET_BYTE(d_ptr, val, index) \
45 (((WebRtc_Word8 *)d_ptr)[index] = (val))
49 #define WEBRTC_SPL_SET_BYTE(d_ptr, val, index) \
50 ((WebRtc_Word16 *)d_ptr)[index >> 1] = \
51 ((((WebRtc_Word16 *)d_ptr)[index >> 1]) \
56 #define WEBRTC_SPL_SET_BYTE(d_ptr, val, index) \
57 ((WebRtc_Word16 *)(d_ptr))[(index) >> 1] = \
58 ((((WebRtc_Word16 *)(d_ptr))[(index) >> 1]) \