Searched refs:MIN_PAGE_SIZE (Results 1 – 5 of 5) sorted by relevance
53 # define MIN_PAGE_SIZE 32 macro55 # define MIN_PAGE_SIZE 4096 macro78 and tmp1, srcin, MIN_PAGE_SIZE - 179 cmp tmp1, MIN_PAGE_SIZE - 32
80 #define MIN_PAGE_SIZE (1 << MIN_PAGE_P2) macro95 and tmp2, srcin, #(MIN_PAGE_SIZE - 1)98 cmp tmp2, #(MIN_PAGE_SIZE - 16)
30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page macro50 b->page_size_ = (page_size < MIN_PAGE_SIZE) ? MIN_PAGE_SIZE : page_size; in VP8TBufferInit()
37 MIN_PAGE_SIZE = ms.MIN_PAGE_SIZE variable