Lines Matching refs:set
2282 * by an extra set of alphanumeric characters that are extended format
2650 /* integer number formats - set up the flags and "break" */
3575 DECLARE_BITMAP(set, 256) = {0};
3587 __set_bit((u8)*fmt, set);
3589 /* no ']' or no character set found */
3595 bitmap_complement(set, set, 256);
3597 __clear_bit(0, set);
3601 if (!test_bit((u8)*str, set))
3604 while (test_bit((u8)*str, set) && field_width--)