Home
last modified time | relevance | path

Searched refs:historyptr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c210 int32_t *history = grc->historyptr; \
242 grc->historyptr = history; \
254 int32_t *history = grc->historyptr; \
292 grc->historyptr = history; \
352 grc->historyptr = grc->history + GRC3_MAXHISTORY; in grc3_reset()
H A Daudio_grc3.h53 int32_t *historyptr; member