HomeSort by relevance Sort by last modified time
    Searched full:onestate (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Support/
regexec.c 70 #define onestate long macro
96 #undef onestate macro
119 #define onestate long macro
regengine.inc 859 onestate here; /* note, macros know this name */
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 68 #define onestate long macro
94 #undef onestate macro
117 #define onestate long macro
engine.c 848 onestate here; /* note, macros know this name */
  /external/regex-re2/re2/
onepass.cc 130 struct OneState;
136 struct OneState {
199 // Basically (OneState*)(nodes + statesize*nodeindex)
201 static inline OneState* IndexToNode(volatile uint8* nodes, int statesize,
203 return reinterpret_cast<OneState*>(
244 volatile OneState* state = onepass_start_;
391 int statesize = sizeof(OneState) + (bytemap_range_-1)*sizeof(uint32);
415 OneState* node = IndexToNode(nodes, statesize, nodeindex);
576 OneState* node = IndexToNode(nodes, statesize, nodeindex);
prog.h 75 struct OneState;
353 int onepass_statesize_; // byte size of each OneState* node
369 OneState* onepass_start_; // start node for OnePass program
  /external/libvorbis/examples/
frameview.pl 256 my%onestate;
260 $onestate{"canvas"}=$one;
261 $onestate{"vars"}=\@panel_onevars;
481 $onestate{"minx"}=undef;
482 $onestate{"miny"}=undef;
483 $onestate{"maxx"}=undef;
484 $onestate{"maxy"}=undef;
508 graphhelper(\%onestate);
523 graphhelper(\%onestate);
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 121 #define onestate unsigned long macro
147 #undef onestate macro
173 #define onestate int macro
engine.c 978 onestate here; /* note, macros know this name */
  /external/webkit/Tools/android/flex-2.5.4a/
flexdef.h 448 * onestate - state number
455 extern int onestate[ONE_STACK_SIZE], onesym[ONE_STACK_SIZE];
    [all...]
dfa.c 770 mk1tbl( onestate[onesp], onesym[onesp], onenext[onesp],
main.c 71 int onestate[ONE_STACK_SIZE], onesym[ONE_STACK_SIZE]; variable
tblcmp.c 845 onestate[onesp] = statenum;
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 2714 milliseconds