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.27/gas/config/
tc-tic30.c 74 #define is_digit_char(x) (digit_chars [(unsigned char) x]) macro
414 if (!is_digit_char (*token_posn))
502 if (is_digit_char (*(token + count + 1)))
516 if (!is_digit_char (*(token + count)))
597 if (!is_digit_char (*token)
    [all...]
tc-i386.c 470 #define is_digit_char(x) (digit_chars[(unsigned char) x]) macro
    [all...]

Completed in 137 milliseconds