Searched refs:is_prefix_byte (Results 1 – 1 of 1) sorted by relevance
558 #define is_prefix_byte(_x) !(((_x) ^ 0xff) & (((_x) ^ 0xff) + 1)) macro588 if (!is_prefix_byte(mask[i])) in classify_mask()