OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nstack
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
onepass.cc
425
int
nstack
= 0;
local
426
stack[
nstack
].id = id;
427
stack[
nstack
++].cond = 0;
428
while (
nstack
> 0) {
429
int id = stack[--
nstack
].id;
431
uint32 cond = stack[
nstack
].cond;
441
stack[
nstack
].id = ip->out1();
442
stack[
nstack
++].cond = cond;
443
stack[
nstack
].id = ip->out();
444
stack[
nstack
++].cond = cond
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_asm.h
207
unsigned
nstack
;
member in struct:r600_bytecode
Completed in 2623 milliseconds