OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onestate
(Results
1 - 9
of
9
) 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/lib/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 */
Completed in 471 milliseconds