Searched refs:grow (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | bloat-o-meter | 33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 variable 54 if d>0: grow, up = grow+1, up+d 62 (add, remove, grow, shrink, up, -down, up-down))
|
/scripts/genksyms/ |
D | lex.lex.c_shipped | 206 * and can realloc() it to grow it, and should free() it to 1095 { /* Not enough room in the buffer - grow it. */ 1117 /* Can't grow it, we don't own it. */ 1599 int grow_size = 8 /* arbitrary grow size */; 1693 /* It's okay to grow etc. this buffer, and we should throw it
|
D | parse.tab.c_shipped | 1009 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 205 * and can realloc() it to grow it, and should free() it to 1444 { /* Not enough room in the buffer - grow it. */ 1466 /* Can't grow it, we don't own it. */ 1911 yy_size_t grow_size = 8 /* arbitrary grow size */; 2005 /* It's okay to grow etc. this buffer, and we should throw it
|
D | dtc-parser.tab.c_shipped | 944 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
/scripts/kconfig/ |
D | zconf.lex.c_shipped | 234 * and can realloc() it to grow it, and should free() it to 1575 { /* Not enough room in the buffer - grow it. */ 1597 /* Can't grow it, we don't own it. */ 2047 int grow_size = 8 /* arbitrary grow size */; 2141 /* It's okay to grow etc. this buffer, and we should throw it
|
D | zconf.tab.c_shipped | 1079 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|