OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_digit_char
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
74
#define
is_digit_char
(x) (digit_chars [(unsigned char) x])
macro
392
if (!
is_digit_char
(*token_posn))
480
if (
is_digit_char
(*(token + count + 1)))
494
if (!
is_digit_char
(*(token + count)))
575
if (!
is_digit_char
(*token)
tc-tic30.c
74
#define
is_digit_char
(x) (digit_chars [(unsigned char) x])
macro
392
if (!
is_digit_char
(*token_posn))
480
if (
is_digit_char
(*(token + count + 1)))
494
if (!
is_digit_char
(*(token + count)))
575
if (!
is_digit_char
(*token)
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
74
#define
is_digit_char
(x) (digit_chars [(unsigned char) x])
macro
392
if (!
is_digit_char
(*token_posn))
480
if (
is_digit_char
(*(token + count + 1)))
494
if (!
is_digit_char
(*(token + count)))
575
if (!
is_digit_char
(*token)
tc-tic30.c
74
#define
is_digit_char
(x) (digit_chars [(unsigned char) x])
macro
392
if (!
is_digit_char
(*token_posn))
480
if (
is_digit_char
(*(token + count + 1)))
494
if (!
is_digit_char
(*(token + count)))
575
if (!
is_digit_char
(*token)
Completed in 45 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026