Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.bin/m4/
H A Dmanual_tokenizer.c1471 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1479 num_to_alloc = 1; in yyensure_buffer_stack()
1481 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1486 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1488 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1498 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1501 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1508 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dflybsd-src/lib/libevtr/
H A Dktrfmt.yy.c1558 yy_size_t num_to_alloc; in __ktrfmtensure_buffer_stack() local
1566 num_to_alloc = 1; in __ktrfmtensure_buffer_stack()
1568 (num_to_alloc * sizeof(struct yy_buffer_state*) in __ktrfmtensure_buffer_stack()
1573 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in __ktrfmtensure_buffer_stack()
1575 (yy_buffer_stack_max) = num_to_alloc; in __ktrfmtensure_buffer_stack()
1585 num_to_alloc = (yy_buffer_stack_max) + grow_size; in __ktrfmtensure_buffer_stack()
1588 num_to_alloc * sizeof(struct yy_buffer_state*) in __ktrfmtensure_buffer_stack()
1595 (yy_buffer_stack_max) = num_to_alloc; in __ktrfmtensure_buffer_stack()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-lex.c2286 int num_to_alloc; in yyensure_buffer_stack() local
2294 num_to_alloc = 1; in yyensure_buffer_stack()
2296 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2301 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2303 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2313 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2316 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2323 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2195 int num_to_alloc; in yyensure_buffer_stack() local
2203 num_to_alloc = 1; in yyensure_buffer_stack()
2205 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2210 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2212 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2222 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2225 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2232 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lex.c2195 int num_to_alloc; in yyensure_buffer_stack() local
2203 num_to_alloc = 1; in yyensure_buffer_stack()
2205 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2210 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2212 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2222 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2225 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2232 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/dflybsd-src/contrib/flex/src/
H A Dflex.skl2233 yy_size_t num_to_alloc;
2242 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2244 (num_to_alloc * sizeof(struct yy_buffer_state*)
2250 memset(YY_G(yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2252 YY_G(yy_buffer_stack_max) = num_to_alloc;
2262 num_to_alloc = YY_G(yy_buffer_stack_max) + grow_size;
2265 num_to_alloc * sizeof(struct yy_buffer_state*)
2272 YY_G(yy_buffer_stack_max) = num_to_alloc;