Searched refs:num_to_read (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | 64bit-lexer-safety.patch | 6 num_to_read = YY_READ_BUF_SIZE; 11 - yyg->yy_n_chars, num_to_read ); 12 + result, num_to_read );
|
D | glslang_lex.cpp | 2702 int num_to_read = variable 2705 while ( num_to_read <= 0 ) 2738 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - 2743 if ( num_to_read > YY_READ_BUF_SIZE ) 2744 num_to_read = YY_READ_BUF_SIZE; 2749 result, num_to_read );
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | 64bit-tokenizer-safety.patch | 6 num_to_read = YY_READ_BUF_SIZE; 11 - yyg->yy_n_chars, num_to_read ); 12 + ret, num_to_read );
|
D | Tokenizer.cpp | 1555 int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; variable 1557 while (num_to_read <= 0) 1587 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1590 if (num_to_read > YY_READ_BUF_SIZE) 1591 num_to_read = YY_READ_BUF_SIZE; 1595 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_functor_flex.cpp | 834 int num_to_read = variable 837 while ( num_to_read <= 0 ) 874 num_to_read = yy_current_buffer->yy_buf_size - 879 if ( num_to_read > YY_READ_BUF_SIZE ) 880 num_to_read = YY_READ_BUF_SIZE; 884 yy_n_chars, num_to_read );
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | lex.priv_gst_parse_yy.c | 1756 int num_to_read = in yy_get_next_buffer() local 1759 while ( num_to_read <= 0 ) in yy_get_next_buffer() 1792 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - in yy_get_next_buffer() 1797 if ( num_to_read > YY_READ_BUF_SIZE ) in yy_get_next_buffer() 1798 num_to_read = YY_READ_BUF_SIZE; in yy_get_next_buffer() 1802 yyg->yy_n_chars, num_to_read ); in yy_get_next_buffer()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 1562 int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; variable 1564 while (num_to_read <= 0) 1594 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 1597 if (num_to_read > YY_READ_BUF_SIZE) 1598 num_to_read = YY_READ_BUF_SIZE; 1602 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 1908 int num_to_read = variable 1911 while ( num_to_read <= 0 ) 1944 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - 1949 if ( num_to_read > YY_READ_BUF_SIZE ) 1950 num_to_read = YY_READ_BUF_SIZE; 1954 yyg->yy_n_chars, num_to_read );
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 2543 int num_to_read = variable 2546 while ( num_to_read <= 0 ) 2579 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - 2584 if ( num_to_read > YY_READ_BUF_SIZE ) 2585 num_to_read = YY_READ_BUF_SIZE; 2589 yyg->yy_n_chars, num_to_read );
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 2328 int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; variable 2330 while (num_to_read <= 0) 2360 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; 2363 if (num_to_read > YY_READ_BUF_SIZE) 2364 num_to_read = YY_READ_BUF_SIZE; 2368 YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret, num_to_read);
|
/third_party/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1469 int num_to_read = 1472 while ( num_to_read <= 0 ) 1504 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - 1509 if ( num_to_read > YY_READ_BUF_SIZE ) 1510 num_to_read = YY_READ_BUF_SIZE; 1514 (yy_n_chars), num_to_read );
|