OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNSIGNED
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
strtoul.c
18
#define
UNSIGNED
1
strtol.c
50
unsigned
integers. */
51
#ifndef
UNSIGNED
52
# define
UNSIGNED
0
55
# define INT
unsigned
LONG int
60
# if
UNSIGNED
90
# if
UNSIGNED
157
# define ULONG_LONG_MAX TYPE_MAXIMUM (
unsigned
long long)
168
static const
unsigned
long long int maxquad = ULONG_LONG_MAX;
220
# define UCHAR_TYPE
unsigned
char
244
/* Convert NPTR to an `
unsigned
long int' or `long int' in base BASE
[
all
...]
/bionic/libc/stdio/
vfscanf.c
62
#define
UNSIGNED
0x00800 /* %[oupxX] conversions */
88
#define u_char
unsigned
char
89
#define u_long
unsigned
long
229
flags |=
UNSIGNED
;
235
flags |=
UNSIGNED
;
243
flags |=
UNSIGNED
;
275
flags |=
UNSIGNED
;
457
/* size_t is
unsigned
, hence this optimisation */
578
if (flags &
UNSIGNED
)
613
/* size_t is
unsigned
, hence this optimisation *
[
all
...]
/external/mesa3d/src/glsl/
glsl_parser.h
180
UNSIGNED
= 397,
glsl_parser.cpp
282
UNSIGNED
= 397,
410
typedef
unsigned
char yytype_uint8;
425
typedef
unsigned
short int yytype_uint16;
444
# define YYSIZE_T
unsigned
int
634
((
unsigned
int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
870
"LONG_TOK", "SHORT_TOK", "DOUBLE_TOK", "HALF", "FIXED_TOK", "
UNSIGNED
",
[
all
...]
Completed in 945 milliseconds