Searched refs:FT_MEM_MOVE (Results 1 – 2 of 2) sorted by relevance
205 #define FT_MEM_MOVE( dest, source, count ) ft_memmove( dest, source, count ) macro220 FT_MEM_MOVE( dest, source, (count) * sizeof ( *(dest) ) )
1028 FT_MEM_MOVE( line, line + count * line_len, in crop_bitmap()