HomeSort by relevance Sort by last modified time
    Searched refs:UNSIGNED (Results 1 - 6 of 6) 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...]
glsl_lexer.cpp 54 typedef unsigned char flex_uint8_t;
55 typedef unsigned short int flex_uint16_t;
56 typedef unsigned int flex_uint32_t;
114 /* Promotes a possibly negative, possibly signed char to an unsigned
116 * we want to instead treat it as an 8-bit unsigned char, hence the
119 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
331 typedef unsigned char YY_CHAR;
    [all...]

Completed in 138 milliseconds