Searched defs:pagebuf (Results 1 – 15 of 15) sorted by relevance
19 static uint8_t pagebuf[NUM_PAGES][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
19 static uint8_t pagebuf[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
16 static uint8_t pagebuf[PAGE_SIZE * 2] __attribute__((aligned(PAGE_SIZE * 2))); variable
19 static uint8_t pagebuf[PAGE_SIZE * 2] __attribute__((aligned(PAGE_SIZE * 2))); variable
17 static uint8_t pagebuf[PAGE_SIZE * 256] __attribute__((aligned(PAGE_SIZE * 256))); variable
21 static uint8_t pagebuf[PAGE_SIZE * 2] __attribute__((aligned(PAGE_SIZE * 2))); variable
16 static uint8_t pagebuf[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
35 static uint8_t pagebuf[NUM_PAGES * PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
21 char pagebuf[PAGE_SIZE] __attribute__((__aligned__(PAGE_SIZE))); variable
25 static uint8_t pagebuf[LC_SIZE] __attribute__((aligned(LC_SIZE))); /* scratch pages used for some t… variable
22 static uint8_t pagebuf[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable