Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_string_builtin.c21 #define ALIGN_MASK 0x7 macro
24 #define ALIGN_MASK 0x3 macro
72 lv_uintptr_t d_align = (lv_uintptr_t)d8 & ALIGN_MASK; in lv_memcpy()
73 lv_uintptr_t s_align = (lv_uintptr_t)s8 & ALIGN_MASK; in lv_memcpy()
93 d_align = ALIGN_MASK + 1 - d_align; in lv_memcpy()
121 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset()
125 d_align = ALIGN_MASK + 1 - d_align; in lv_memset()
Dlv_mem_core_builtin.c34 #define ALIGN_MASK 0x7 macro
37 #define ALIGN_MASK 0x3 macro