Searched refs:idx_sub (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | winstream.c | 35 static uint32_t idx_sub(struct sys_winstream *ws, uint32_t a, uint32_t b) in idx_sub() function 60 uint32_t avail = (ws->len - 1) - idx_sub(ws, end, start); in sys_winstream_write() 105 if (behind > idx_sub(ws, ws->end, ws->start)) { in sys_winstream_read() 111 copy = idx_sub(ws, ws->end, behind); in sys_winstream_read()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 704 def idx_sub(wlen, a, b): function 724 avail = (wlen - 1) - idx_sub(wlen, end, start)
|