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