Searched refs:min2 (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dbitmap.c945 word min2, max2; local
959 min2 = bitmap_low_to_min(bitmap2, low2);
970 } else if (min2 + offset2 > max + offset || max2 + offset2 < min + offset) {
1157 word min2, max2; local
1182 min2 = bitmap_low_to_min(bitmap2, low2);
1193 } else if (min2 + offset2 + bit_adj > max + offset
1458 word min2, max2; local
1473 min2 = offset2 + bitmap_low_to_min(bitmap2, low2);
1481 } else if (min2 > max2) {
1486 /* Create a new bitmap from min(min,min2) t
[all...]

Completed in 84 milliseconds