Searched defs:nstack (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Donepass.cc425 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
[all...]
/external/regex-re2/re2/
H A Donepass.cc425 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h207 unsigned nstack; member in struct:r600_bytecode
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h207 unsigned nstack; member in struct:r600_bytecode

Completed in 814 milliseconds