Searched defs:REPEAT4 (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_predict.c254 #define REPEAT4(n, op) \ macro
312 REPEAT4(stride, cp[stride] =
342 REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); wp++)
370 REPEAT4(stride, wp[stride] += wp[0]; wp++)
395 REPEAT4(stride, cp[stride] =
506 REPEAT4(stride, cp[stride] = (unsigned char)((cp[stride] - cp[0])&0xff); cp--)
526 REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] - (unsigned int)wp[0]) & 0xffff); wp--)
557 REPEAT4(stride, wp[stride] -= wp[0]; wp--)
609 REPEAT4(stride, cp[stride] = (unsigned char)((cp[stride] - cp[0])&0xff); cp--)
H A Dtif_getimage.c1145 #define REPEAT8(op) REPEAT4(op); REPEAT4(op)
1146 #define REPEAT4(op) REPEAT2(op); REPEAT2(op) macro
1172 REPEAT4(op2); \

Completed in 292 milliseconds