Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/misc/
Dlv_mem.c73 #define COPY32 *d32 = *s32; d32++; s32++;
75 #define SET32(x) *d32 = x; d32++;
402 uint32_t * d32 = (uint32_t *)d8; in lv_memcpy() local
414 d8 = (uint8_t *)d32; in lv_memcpy()
449 uint32_t * d32 = (uint32_t *)d8; in lv_memset() local
461 d8 = (uint8_t *)d32; in lv_memset()
488 uint32_t * d32 = (uint32_t *)d8; in lv_memset_00() local
499 d8 = (uint8_t *)d32; in lv_memset_00()
526 uint32_t * d32 = (uint32_t *)d8; in lv_memset_ff() local
537 d8 = (uint8_t *)d32; in lv_memset_ff()