OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAR_MASK
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
read.h
68
#define
CHAR_MASK
(0xff)
69
#define NOT_A_CHAR (
CHAR_MASK
+1)
70
#define is_a_char(c) (((unsigned) (c)) <=
CHAR_MASK
)
read.c
6145
c = *input_line_pointer++ &
CHAR_MASK
;
6166
switch (c = *input_line_pointer++ &
CHAR_MASK
)
6217
c = number &
CHAR_MASK
;
6239
c = number &
CHAR_MASK
;
/src/external/gpl3/binutils.old/dist/gas/
read.h
68
#define
CHAR_MASK
(0xff)
69
#define NOT_A_CHAR (
CHAR_MASK
+1)
70
#define is_a_char(c) (((unsigned) (c)) <=
CHAR_MASK
)
read.c
6134
c = *input_line_pointer++ &
CHAR_MASK
;
6155
switch (c = *input_line_pointer++ &
CHAR_MASK
)
6206
c = number &
CHAR_MASK
;
6228
c = number &
CHAR_MASK
;
/src/usr.bin/xlint/lint1/
lex.c
55
#define
CHAR_MASK
((1U << CHAR_SIZE) - 1)
/src/external/gpl3/binutils/dist/gas/config/
tc-hppa.c
8032
unsigned int c = *s &
CHAR_MASK
;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-hppa.c
8032
unsigned int c = *s &
CHAR_MASK
;
Completed in 44 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026