Home
last modified time | relevance | path

Searched refs:codelink (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
Depydoc.css41 * corresponding source code (using 'span.codelink').
61 span.codelink { font-size: 85%; }
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
Depydoc.css41 * corresponding source code (using 'span.codelink').
61 span.codelink { font-size: 85%; }
/external/pcre/dist/
Dpcre_dfa_exec.c2692 int codelink = GET(code, 1); in internal_dfa_exec() local
2743 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()
2755 else { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()
2784 { ADD_ACTIVE(state_offset + codelink + LINK_SIZE + 1, 0); } in internal_dfa_exec()
Dpcre_exec.c568 #define codelink frame->Xcodelink in match() macro
646 int codelink; in match()
685 #define code_offset codelink in match()
1288 codelink = GET(ecode, 1); /* Offset to the second branch */ in match()
1328 codelink -= PRIV(OP_lengths)[OP_CALLOUT]; in match()
1419 ecode += condition? PRIV(OP_lengths)[condcode] : codelink; in match()