Searched defs:hbuf (Results 1 – 3 of 3) sorted by relevance
31 int16_t hbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; variable
41 int16_t hbuf[NHALFS] __attribute__((aligned(1 << 12))) = {0}; variable
1284 uint8_t *buf = NULL, *hbuf; in get_next_page() local