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

  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 176 #define YY_TRAILING_MASK 0x2000
184 #define MAX_RULE (YY_TRAILING_MASK - 1)
    [all...]
gen.c 319 indent_puts( "else if ( yy_act & YY_TRAILING_MASK )" );
323 "yy_looking_for_trail_begin = yy_act & ~YY_TRAILING_MASK;" );
849 accnum |= YY_TRAILING_MASK;
1223 out_hex( "#define YY_TRAILING_MASK 0x%x\n",
1224 (unsigned int) YY_TRAILING_MASK );
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.c 630 #define YY_TRAILING_MASK 0x2000
    [all...]

Completed in 96 milliseconds