Searched refs:lv_uintptr_t (Results 1 – 5 of 5) sorted by relevance
51 typedef uintptr_t lv_uintptr_t; typedef57 typedef uint64_t lv_uintptr_t; typedef59 typedef uint32_t lv_uintptr_t; typedef
372 lv_uintptr_t d_align = (lv_uintptr_t)d8 & ALIGN_MASK; in lv_memcpy()373 lv_uintptr_t s_align = (lv_uintptr_t)s8 & ALIGN_MASK; in lv_memcpy()434 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset()475 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset_00()513 uintptr_t d_align = (lv_uintptr_t) d8 & ALIGN_MASK; in lv_memset_ff()
117 return (void *)(lv_uintptr_t)f; in fs_open()130 close((lv_uintptr_t)file_p); in fs_close()147 *br = read((lv_uintptr_t)file_p, buf, btr); in fs_read()163 *bw = write((lv_uintptr_t)file_p, buf, btw); in fs_write()178 off_t offset = lseek((lv_uintptr_t)file_p, pos, whence); in fs_seek()193 off_t offset = lseek((lv_uintptr_t)file_p, 0, SEEK_CUR); in fs_tell()
238 lv_uintptr_t ofs = p - fdsc->cmaps[i].unicode_list; in get_glyph_dsc_id()248 lv_uintptr_t ofs = p - fdsc->cmaps[i].unicode_list; in get_glyph_dsc_id()288 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()301 lv_uintptr_t ofs = kid_p - g_ids; in get_kern_value()
298 for(x = 0; x < w && ((lv_uintptr_t)(mask) & 0x3); x++) { in fill_normal()306 if((lv_uintptr_t)dest_buf & 0x3) { in fill_normal()685 for(x = 0; x < w && ((lv_uintptr_t)mask_tmp_x & 0x3); x++) { in map_normal()