Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A Dstrlen.S54 # define MIN_PAGE_SIZE 32 macro
56 # define MIN_PAGE_SIZE 4096 macro
79 and tmp1, srcin, MIN_PAGE_SIZE - 1
80 cmp tmp1, MIN_PAGE_SIZE - 32
/freebsd/contrib/cortex-strings/src/aarch64/
H A 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
H A 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)