Searched refs:REL (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | compilecode.c | 9 #define REL(at, to) (to - at - 2) macro 113 EMIT_CHECKED(term + 1, REL(term, PC)); in _compilecode() 121 EMIT_CHECKED(PC + 1, REL(PC, term)); in _compilecode() 129 EMIT_CHECKED(term + 1, REL(term, PC)); in _compilecode() 141 EMIT_CHECKED(PC + 1, REL(PC, term)); in _compilecode() 148 EMIT_CHECKED(alt_label, REL(alt_label, PC) + 1); in _compilecode() 154 EMIT_CHECKED(start + 1, REL(start, PC)); in _compilecode() 172 EMIT_CHECKED(alt_label, REL(alt_label, PC) + 1); in _compilecode()
|
Completed in 2 milliseconds