hb-set-private.hh | 39 typedef unsigned int mask_t; typedef in struct:hb_set_digest_common_bits_t 43 value = (mask_t) -1; 47 if (unlikely (value == (mask_t) -1)) { 67 mask_t mask; 68 mask_t value; 75 typedef unsigned long mask_t; typedef in struct:hb_set_digest_lowest_bits_t 86 if (b - a >= sizeof (mask_t) * 8 - 1) 87 mask = (mask_t) -1; 89 mask_t ma = mask_for (a); 90 mask_t mb = mask_for (b) [all...] |