Home
last modified time | relevance | path

Searched refs:SUPER_FREE_EPSILON (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dnfa.c421 if ( ! SUPER_FREE_EPSILON(finalst[mach]) )
476 if ( SUPER_FREE_EPSILON(finalst[first]) &&
483 else if ( SUPER_FREE_EPSILON(finalst[second]) &&
519 if ( SUPER_FREE_EPSILON(finalst[state]) )
Dflexdef.h155 #define SUPER_FREE_EPSILON(state) \ macro