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