Home
last modified time | relevance | path

Searched refs:ARMT_TAIL_PROC (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DBra.c274 // #define ARMT_TAIL_PROC { goto armt_tail; } in Z7_BRANCH_FUNCS_IMP()
275 #define ARMT_TAIL_PROC { return p; } in Z7_BRANCH_FUNCS_IMP() macro
298 // if (p >= lim) { ARMT_TAIL_PROC } b3 = b1 + 8; b1 = p[3]; p += 2; if ((b3 & b1) >= 0xf8) break; in Z7_BRANCH_FUNCS_IMP()
299 if Z7_UNLIKELY(p >= lim) { ARMT_TAIL_PROC } b3 = p[3]; p += 2; if Z7_UNLIKELY((b3 & (b1 ^ 8)) >= 0xf8) break; in Z7_BRANCH_FUNCS_IMP()
300 if Z7_UNLIKELY(p >= lim) { ARMT_TAIL_PROC } b1 = p[3]; p += 2; if Z7_UNLIKELY((b1 & (b3 ^ 8)) >= 0xf8) break; in Z7_BRANCH_FUNCS_IMP()

Completed in 1 milliseconds