HomeSort by relevance Sort by last modified time
    Searched defs:UNSIGNED (Results 1 - 7 of 7) sorted by null

  /external/bison/lib/
strtoul.c 17 #define UNSIGNED 1
strtol.c 44 unsigned integers. */
45 #ifndef UNSIGNED
46 # define UNSIGNED 0
49 # define INT unsigned LONG int
54 # if UNSIGNED
84 # if UNSIGNED
151 # define ULLONG_MAX TYPE_MAXIMUM (unsigned long long)
162 static const unsigned long long int maxquad = ULLONG_MAX;
206 # define UCHAR_TYPE unsigned char
230 /* Convert NPTR to an 'unsigned long int' or 'long int' in base BASE
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c 64 #define UNSIGNED 0x00800 /* %[oupxX] conversions */
90 #define u_char unsigned char
91 #define u_long unsigned long
223 flags |= UNSIGNED;
229 flags |= UNSIGNED;
237 flags |= UNSIGNED;
268 flags |= UNSIGNED;
611 /* size_t is unsigned, hence this optimisation */
732 if (flags & UNSIGNED)
767 /* size_t is unsigned, hence this optimisation *
    [all...]
vfwscanf.c 65 #define UNSIGNED 0x00800 /* %[oupxX] conversions */
91 #define u_char unsigned char
92 #define u_long unsigned long
237 flags |= UNSIGNED;
243 flags |= UNSIGNED;
251 flags |= UNSIGNED;
293 flags |= UNSIGNED;
654 if (flags & UNSIGNED)
  /ndk/sources/android/support/src/stdio/
vfscanf.c 65 #define UNSIGNED 0x00800 /* %[oupxX] conversions */
91 #define u_char unsigned char
92 #define u_long unsigned long
232 flags |= UNSIGNED;
238 flags |= UNSIGNED;
246 flags |= UNSIGNED;
280 flags |= UNSIGNED;
462 /* size_t is unsigned, hence this optimisation */
583 if (flags & UNSIGNED)
619 /* size_t is unsigned, hence this optimisation *
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 190 UNSIGNED = 408,
391 #define UNSIGNED 408
glsl_parser.cc 299 UNSIGNED = 408,
500 #define UNSIGNED 408
629 typedef unsigned char yytype_uint8;
644 typedef unsigned short int yytype_uint16;
663 # define YYSIZE_T unsigned int
857 ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
    [all...]

Completed in 224 milliseconds