Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp219 #ifndef YYSIZE_T
221 # define YYSIZE_T __SIZE_TYPE__ macro
223 # define YYSIZE_T size_t macro
224 # elif ! defined YYSIZE_T
226 # define YYSIZE_T size_t macro
228 # define YYSIZE_T unsigned int macro
232 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
355 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
398 YYSIZE_T yynewbytes; \
419 YYSIZE_T yyi; \
[all …]
/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/libpcap/
Dgrammar.c671 #ifndef YYSIZE_T
673 # define YYSIZE_T __SIZE_TYPE__ macro
675 # define YYSIZE_T size_t macro
676 # elif ! defined YYSIZE_T
678 # define YYSIZE_T size_t macro
680 # define YYSIZE_T unsigned int macro
684 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
807 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
850 YYSIZE_T yynewbytes; \
871 YYSIZE_T yyi; \
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp425 #ifndef YYSIZE_T
427 # define YYSIZE_T __SIZE_TYPE__ macro
429 # define YYSIZE_T size_t macro
430 # elif ! defined YYSIZE_T
432 # define YYSIZE_T size_t macro
434 # define YYSIZE_T unsigned int macro
438 #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
561 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
606 YYSIZE_T yynewbytes; \
627 YYSIZE_T yyi; \
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped226 #if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
227 # define YYSIZE_T __SIZE_TYPE__
229 #if ! defined (YYSIZE_T) && defined (size_t)
230 # define YYSIZE_T size_t
232 #if ! defined (YYSIZE_T) && (defined (__STDC__) || defined (__cplusplus))
234 # define YYSIZE_T size_t
236 #if ! defined (YYSIZE_T)
237 # define YYSIZE_T unsigned int
284 # define YYSTACK_ALLOC_MAXIMUM ((YYSIZE_T) -1)
293 void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
[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