Lines Matching defs:dst_end

81     mlib_s32 *dst_end = dstBase + width;
97 for (; dstBase <= (dst_end - 2); dstBase += 2) {
106 for (; dstBase <= (dst_end - 2); dstBase += 2) {
114 if (dstBase < dst_end) {
766 mlib_u8 *dst_end;
768 dst_end = dst + 4*width;
770 while (((mlib_s32)src & 3) && dst < dst_end) {
781 for (; dst <= (dst_end - 4*4); dst += 4*4) {
801 for (; dst <= (dst_end - 4*4); dst += 4*4) {
815 while (dst < dst_end) {
884 mlib_u8 *dst_end;
886 dst_end = dst + 4*width;
890 for (; dst <= (dst_end - 8); dst += 8) {
902 while (dst < dst_end) {
961 mlib_u8 *dst_end;
966 dst_end = dst + 4*width;
971 for (; dst <= (dst_end - 4*4); dst += 4*4) {
995 for (; dst <= (dst_end - 4*4); dst += 4*4) {
1017 while (dst < dst_end) {
1076 mlib_u8 *dst_end;
1078 dst_end = dst + 4*width;
1082 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1097 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1109 while (dst < dst_end) {
1171 mlib_u8 *dst_end;
1173 dst_end = dst + 4*width;
1177 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1187 while (dst < dst_end) {
1257 mlib_u8 *dst_end;
1259 dst_end = dst + 4*width;
1263 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1274 while (dst < dst_end) {
1340 mlib_u8 *dst_end;
1345 dst_end = dst + 4*width;
1349 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1364 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1376 while (dst < dst_end) {
1440 mlib_u8 *dst_end;
1445 dst_end = dst + 4*width;
1449 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1459 while (dst < dst_end) {
1517 mlib_u8 *dst_end;
1522 dst_end = dst + 4*width;
1526 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1539 while (dst < dst_end) {
1599 mlib_s32 *dst_end = dst + width;
1616 for (; dst <= (dst_end - 2); dst += 2) {
1627 for (; dst <= (dst_end - 2); dst += 2) {
1640 if (dst < dst_end) {
1688 mlib_u8 *dst_end = dst + 4*width;
1706 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1722 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1735 if (dst < dst_end) {
1788 mlib_u8 *dst_end = dst + 4*width;
1806 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1822 for (; dst <= (dst_end - 2*4); dst += 2*4) {
1835 if (dst < dst_end) {
1938 mlib_s32 *dst, *dst_end;
1948 dst_end = dst + width;
1965 for (; dst <= (dst_end - 2); dst += 2) {
1985 while (dst < dst_end) {