HomeSort by relevance Sort by last modified time
    Searched refs:is_digit_char (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 74 #define is_digit_char(x) (digit_chars [(unsigned char) x]) macro
417 if (!is_digit_char (*token_posn))
500 if (is_digit_char (*(token + count + 1)))
513 if (!is_digit_char (*(token + count)))
588 if (!is_digit_char (*token)
    [all...]
tc-i386.c 459 #define is_digit_char(x) (digit_chars[(unsigned char) x]) macro
    [all...]

Completed in 606 milliseconds