Searched refs:YY_READ_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dinit.c227 #undef YY_READ_BUF_SIZE macro
228 #define YY_READ_BUF_SIZE 8192 macro
519 #undef YY_READ_BUF_SIZE macro
520 #define YY_READ_BUF_SIZE 8192 macro
809 #undef YY_READ_BUF_SIZE macro
810 #define YY_READ_BUF_SIZE 8192 macro
H A Darith_lex.c574 #ifndef YY_READ_BUF_SIZE
575 #define YY_READ_BUF_SIZE 8192 macro
1140 if ( num_to_read > YY_READ_BUF_SIZE )
1141 num_to_read = YY_READ_BUF_SIZE;

Completed in 117 milliseconds