Searched refs:MIN_PAGE_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/string/aarch64/ |
D | strlen.S | 47 # define MIN_PAGE_SIZE 15 macro 49 # define MIN_PAGE_SIZE 4096 macro 78 and tmp1, srcin, MIN_PAGE_SIZE - 1 80 cmp tmp1, MIN_PAGE_SIZE - 16
|
D | strcpy.S | 81 #define MIN_PAGE_SIZE (1 << MIN_PAGE_P2) macro 94 and tmp2, srcin, #(MIN_PAGE_SIZE - 1) 97 cmp tmp2, #(MIN_PAGE_SIZE - 16)
|
/external/arm-optimized-routines/string/aarch64/ |
D | strlen.S | 53 # define MIN_PAGE_SIZE 32 macro 55 # define MIN_PAGE_SIZE 4096 macro 78 and tmp1, srcin, MIN_PAGE_SIZE - 1 79 cmp tmp1, MIN_PAGE_SIZE - 32
|
D | strcpy.S | 80 #define MIN_PAGE_SIZE (1 << MIN_PAGE_P2) macro 95 and tmp2, srcin, #(MIN_PAGE_SIZE - 1) 98 cmp tmp2, #(MIN_PAGE_SIZE - 16)
|
/external/webp/src/enc/ |
D | token_enc.c | 30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page macro 50 b->page_size_ = (page_size < MIN_PAGE_SIZE) ? MIN_PAGE_SIZE : page_size; in VP8TBufferInit()
|