HomeSort by relevance Sort by last modified time
    Searched refs:yy_create_buffer (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 80 yy_create_buffer( FLEX_STD istream* s, int size ) = 0;
130 struct yy_buffer_state* yy_create_buffer( FLEX_STD istream* s, int size );
  /external/bison/examples/calc++/
calc++-scanner.cc 360 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
382 #define yy_new_buffer yy_create_buffer
389 yy_create_buffer(yyin,YY_BUF_SIZE ); \
399 yy_create_buffer(yyin,YY_BUF_SIZE ); \
843 yy_create_buffer(yyin,YY_BUF_SIZE );
1500 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) function
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 323 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
343 #define yy_new_buffer yy_create_buffer
350 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
360 yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \
2524 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) function
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 645 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
738 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
  /external/bison/src/
scan-skel.c 13 #define yy_create_buffer skel__create_buffer macro
    [all...]
scan-code.c 13 #define yy_create_buffer code__create_buffer macro
    [all...]
scan-gram.c 13 #define yy_create_buffer gram__create_buffer macro
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 8 #define yy_create_buffer i386__create_buffer macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 9 #define yy_create_buffer ld_create_buffer macro
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 8 #define yy_create_buffer perf_pmu__create_buffer macro
    [all...]
  /external/libpcap/
scanner.c 9 #define yy_create_buffer pcap__create_buffer macro
    [all...]

Completed in 5505 milliseconds