HomeSort by relevance Sort by last modified time
    Searched defs:yyin (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 165 FLEX_STD istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
181 // instead of setting up a fresh yyin. A bit of a hack ...
  /ndk/sources/host-tools/nawk-20071023/
lex.c 542 FILE *yyin = 0; variable
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 122 #define yyin yyg->yyin_r macro
parse-events-flex.c 129 #define yyin yyg->yyin_r macro
155 #define YY_NEW_FILE parse_events_restart(yyin ,yyscanner )
266 * just pointing yyin at a new input file.
317 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
327 parse_events__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
pmu-flex.c 15 #define yyin perf_pmu_in macro
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 181 #define YY_NEW_FILE yyrestart(yyin )
210 extern FILE *yyin, *yyout;
299 * just pointing yyin at a new input file.
351 * instead of setting up a fresh yyin. A bit of a hack ...
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */
416 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
703 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
707 if ( c == EOF && ferror( yyin ) ) \
    [all...]
  /external/bison/src/
scan-skel.c 20 #define yyin skel_in macro
    [all...]
scan-code.c 20 #define yyin code_in macro
    [all...]
scan-gram.c 20 #define yyin gram_in macro
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 140 #define yyin yyg->yyin_r macro
166 #define YY_NEW_FILE pprestart(yyin ,yyscanner )
274 * just pointing yyin at a new input file.
325 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
335 pp_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
734 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
738 if ( c == EOF && ferror( yyin ) ) \
745 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
753 clearerr(yyin); \
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 152 #define yyin yyg->yyin_r macro
178 #define YY_NEW_FILE yyrestart(yyin ,yyscanner )
299 * just pointing yyin at a new input file.
350 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
360 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 130 #define yyin yyg->yyin_r macro
156 #define YY_NEW_FILE glcpp_restart(yyin ,yyscanner )
267 * just pointing yyin at a new input file.
318 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 glcpp__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
798 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
802 if ( c == EOF && ferror( yyin ) ) \
809 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
817 clearerr(yyin); \
    [all...]
glsl_lexer.cc 130 #define yyin yyg->yyin_r macro
156 #define YY_NEW_FILE _mesa_glsl_restart(yyin ,yyscanner )
267 * just pointing yyin at a new input file.
318 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 _mesa_glsl__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
lex.yy.c 130 #define yyin yyg->yyin_r macro
156 #define YY_NEW_FILE _mesa_program_restart(yyin ,yyscanner )
267 * just pointing yyin at a new input file.
318 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
328 _mesa_program__create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 15 #define yyin i386_in macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 16 #define yyin ldin macro
    [all...]
  /external/libpcap/
scanner.c 16 #define yyin pcap_in macro
    [all...]

Completed in 752 milliseconds