Home
last modified time | relevance | path

Searched refs:yy_buf_size (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg_l.c241 yy_size_t yy_buf_size; member
1177 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer()
1190 yy_size_t new_size = b->yy_buf_size * 2; in yy_get_next_buffer()
1193 b->yy_buf_size += b->yy_buf_size / 8; in yy_get_next_buffer()
1195 b->yy_buf_size *= 2; in yy_get_next_buffer()
1199 xlu__cfg_yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner ); in yy_get_next_buffer()
1211 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer()
1482 b->yy_buf_size = size; in xlu__cfg_yy_create_buffer()
1487 b->yy_ch_buf = (char *) xlu__cfg_yyalloc(b->yy_buf_size + 2 ,yyscanner ); in xlu__cfg_yy_create_buffer()
1696 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ in xlu__cfg_yy_scan_buffer()
[all …]
A Dlibxlu_disk_l.c226 yy_size_t yy_buf_size; member
1826 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; in yy_get_next_buffer()
1865 if ((yy_size_t) (yyg->yy_n_chars + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { in yy_get_next_buffer()
2090 b->yy_buf_size = size; in xlu__disk_yy_create_buffer()
2095 b->yy_ch_buf = (char *) xlu__disk_yyalloc(b->yy_buf_size + 2 ,yyscanner ); in xlu__disk_yy_create_buffer()
2304 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ in xlu__disk_yy_scan_buffer()
2308 b->yy_n_chars = b->yy_buf_size; in xlu__disk_yy_scan_buffer()
A Dlibxlu_disk_l.h172 yy_size_t yy_buf_size; member
A Dlibxlu_cfg_l.h168 yy_size_t yy_buf_size; member
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped226 yy_size_t yy_buf_size;
1585 int new_size = b->yy_buf_size * 2;
1588 b->yy_buf_size += b->yy_buf_size / 8;
1590 b->yy_buf_size *= 2;
1606 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1703 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1713 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1875 b->yy_buf_size = size;
1880 b->yy_ch_buf = (char *) zconfalloc(b->yy_buf_size + 2 );
2083 b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
[all …]

Completed in 14 milliseconds