Searched defs:bbuf (Results 1 – 2 of 2) sorted by relevance
42 uint8_t bbuf[NBYTES] __attribute__((aligned(1 << 12))) = {0}; variable56 INIT(bbuf, NBYTES) in INIT() argument286 TEST_LOAD_REG(b, int8_t, bbuf, NBYTES, d) in TEST_LOAD_REG() argument
32 uint8_t bbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; variable