Lines Matching refs:INT32
71 #define SHIFT_TEMPS INT32 shift_temp;
74 (shift_temp >> (shft)) | ((~((INT32) 0)) << (32-(shft))) : \
93 #ifndef INT32
94 #define INT32 int macro
279 typedef INT32 FSERROR; /* may need more than 16 bits */
280 typedef INT32 LOCFSERROR; /* be sure calculation temps are big enough */
366 INT32 volume;
402 register INT32 maxv = 0; in find_biggest_volume()
424 INT32 dist0, dist1, dist2; in update_box()
840 INT32 minmaxdist, min_dist, max_dist, tdist; in find_nearby_colors()
841 INT32 mindist[MAXNUMCOLORS]; /* min distance to colormap entry i */ in find_nearby_colors()
993 register INT32 *bptr; /* pointer into bestdist[] array */ in find_best_colors()
995 INT32 dist0, dist1; /* initial distance values */ in find_best_colors()
996 register INT32 dist2; /* current distance in inner loop */ in find_best_colors()
997 INT32 xx0, xx1; /* distance increments */ in find_best_colors()
998 register INT32 xx2; in find_best_colors()
999 INT32 inc0, inc1, inc2; /* initial values for increments */ in find_best_colors()
1001 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in find_best_colors()