Home
last modified time | relevance | path

Searched refs:YYSIZE_T (Results 1 – 10 of 10) sorted by relevance

/external/bison/data/
Dyacc.c258 YYSIZE_T yystacksize;]b4_lac_if([[
262 YYSIZE_T yyes_capacity;]])])
423 #ifndef YYSIZE_T
425 # define YYSIZE_T __SIZE_TYPE__
427 # define YYSIZE_T size_t
428 # elif ! defined YYSIZE_T && ]b4_c_modern[
430 # define YYSIZE_T size_t
432 # define YYSIZE_T unsigned int
436 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
523 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
[all …]
/external/e2fsprogs/intl/
Dplural.c362 # define YYSIZE_T size_t macro
409 register YYSIZE_T yyi; \
425 YYSIZE_T yynewbytes; \
436 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
437 # define YYSIZE_T __SIZE_TYPE__ macro
439 #if ! defined (YYSIZE_T) && defined (size_t)
440 # define YYSIZE_T size_t macro
442 #if ! defined (YYSIZE_T)
445 # define YYSIZE_T size_t macro
448 #if ! defined (YYSIZE_T)
[all …]
/external/bison/src/
Dparse-gram.c425 #ifndef YYSIZE_T
427 # define YYSIZE_T __SIZE_TYPE__ macro
429 # define YYSIZE_T size_t macro
430 # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
433 # define YYSIZE_T size_t macro
435 # define YYSIZE_T unsigned int macro
439 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
510 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
557 YYSIZE_T yynewbytes; \
578 YYSIZE_T yyi; \
[all …]
/external/elfutils/src/
Dldscript.c292 #ifndef YYSIZE_T
294 # define YYSIZE_T __SIZE_TYPE__ macro
296 # define YYSIZE_T size_t macro
297 # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
300 # define YYSIZE_T size_t macro
302 # define YYSIZE_T unsigned int macro
306 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
401 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
445 YYSIZE_T yyi; \
461 YYSIZE_T yynewbytes; \
[all …]
/external/libpcap/
Dgrammar.c465 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
466 # define YYSIZE_T __SIZE_TYPE__ macro
468 #if ! defined (YYSIZE_T) && defined (size_t)
469 # define YYSIZE_T size_t macro
471 #if ! defined (YYSIZE_T) && (defined (__STDC__) || defined (__cplusplus))
473 # define YYSIZE_T size_t macro
475 #if ! defined (YYSIZE_T)
476 # define YYSIZE_T unsigned int macro
523 # define YYSTACK_ALLOC_MAXIMUM ((YYSIZE_T) -1)
532 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
[all …]
/external/elfutils/libcpu/
Di386_parse.c395 #ifndef YYSIZE_T
397 # define YYSIZE_T __SIZE_TYPE__ macro
399 # define YYSIZE_T size_t macro
400 # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
403 # define YYSIZE_T size_t macro
405 # define YYSIZE_T unsigned int macro
409 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
504 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
548 YYSIZE_T yyi; \
564 YYSIZE_T yynewbytes; \
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp401 #ifndef YYSIZE_T
403 # define YYSIZE_T __SIZE_TYPE__ macro
405 # define YYSIZE_T size_t macro
406 # elif ! defined YYSIZE_T && (defined __STDC__ || defined __C99__FUNC__ \
409 # define YYSIZE_T size_t macro
411 # define YYSIZE_T unsigned int macro
415 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
510 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
554 YYSIZE_T yyi; \
570 YYSIZE_T yynewbytes; \
[all …]
/external/bison/tests/
Dregression.at1329 #define YYSIZE_T unsigned char
1332 provide a malloc prototype using our YYSIZE_T. */
1340 to make sense for our YYSIZE_T. */
Dtestsuite145137 provide a malloc prototype using our YYSIZE_T. */
/external/bison/
DChangeLog-20128377 YYSIZE_T, not size_t.
9982 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
10842 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
11040 (YYSIZE_T): Define to unsigned long int when using an older compiler.
18710 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
18837 * src/bison.simple (YYSIZE_T): Do not define merely because
19354 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
19818 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
20349 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
20370 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy