Searched refs:increment_bytes (Results 1 – 1 of 1) sorted by relevance
31 static inline void inc_wptr(unsigned int *wptr, unsigned int increment_bytes, in inc_wptr() argument34 unsigned int temp = *wptr + increment_bytes / sizeof(uint32_t); in inc_wptr()