Searched refs:yy_size_t (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 154 typedef size_t yy_size_t; typedef 314 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 318 void *yyalloc ( yy_size_t ); 319 void *yyrealloc ( void *, yy_size_t ); 811 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 1360 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer() 1410 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer() 1646 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer() 1788 yy_size_t num_to_alloc; in yyensure_buffer_stack() 1813 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack() [all …]
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 154 typedef size_t yy_size_t; typedef 295 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 299 void *yyalloc ( yy_size_t ); 300 void *yyrealloc ( void *, yy_size_t ); 663 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ 1137 (yy_size_t) (b->yy_buf_size + 2) ); in yy_get_next_buffer() 1187 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); in yy_get_next_buffer() 1458 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer() 1600 yy_size_t num_to_alloc; in yyensure_buffer_stack() 1625 yy_size_t grow_size = 8 /* arbitrary grow size */; in yyensure_buffer_stack() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 211 typedef size_t yy_size_t; 226 yy_size_t yy_buf_size; 328 YY_BUFFER_STATE zconf_scan_buffer (char *base,yy_size_t size ); 332 void *zconfalloc (yy_size_t ); 333 void *zconfrealloc (void *,yy_size_t ); 1640 if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { 1642 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); 2069 YY_BUFFER_STATE zconf_scan_buffer (char * base, yy_size_t size ) 2123 yy_size_t n; 2330 void *zconfalloc (yy_size_t size ) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.lex.c_shipped | 155 typedef size_t yy_size_t; 299 YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ); 303 void *yyalloc (yy_size_t ); 304 void *yyrealloc (void *,yy_size_t ); 1740 b->yy_buf_size = (yy_size_t)size; 1912 yy_size_t grow_size = 8 /* arbitrary grow size */; 1934 YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) 1988 yy_size_t n; 1992 n = (yy_size_t) (_yybytes_len + 2); 2196 void *yyalloc (yy_size_t size ) [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.lex.c_shipped | 152 typedef size_t yy_size_t; 312 YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); 316 void *yyalloc ( yy_size_t ); 317 void *yyrealloc ( void *, yy_size_t ); 960 while ( (result = (int) read( fileno(yyin), buf, (yy_size_t) max_size )) < 0 ) \ 1599 (yy_size_t) (b->yy_buf_size + 2) ); 1649 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size ); 1901 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); 2043 yy_size_t num_to_alloc; 2068 yy_size_t grow_size = 8 /* arbitrary grow size */; [all …]
|
| /OK3568_Linux_fs/buildroot/package/bc/ |
| H A D | 0002-notice-read-and-write-errors-on-input-and-output.patch | 134 @@ -791,6 +791,7 @@ bcel_input (char *buf, yy_size_t *result, int max) 154 @@ -99,6 +99,7 @@ bcel_input (char *buf, yy_size_t *result, int max)
|