Home
last modified time | relevance | path

Searched refs:MIN_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/cortex-strings/src/aarch64/
Dstrlen.S73 # define MIN_PAGE_SIZE 15 macro
75 # define MIN_PAGE_SIZE 4096 macro
104 and tmp1, srcin, MIN_PAGE_SIZE - 1
106 cmp tmp1, MIN_PAGE_SIZE - 16
Dstrcpy.S108 #define MIN_PAGE_SIZE (1 << MIN_PAGE_P2) macro
121 and tmp2, srcin, #(MIN_PAGE_SIZE - 1)
124 cmp tmp2, #(MIN_PAGE_SIZE - 16)