Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DBra.c66 #define Z7_UNLIKELY(x) (__builtin_expect((x), 0)) macro
70 #define Z7_UNLIKELY(x) (x) macro
93 if Z7_UNLIKELY(p == lim) in Z7_BRANCH_FUNC_MAIN()
97 if Z7_UNLIKELY(((v - 0x94000000) & 0xfc000000) == 0) in Z7_BRANCH_FUNC_MAIN()
106 // v = rotlFixed(v, 8); v += (flag << 8) - 0x90; if Z7_UNLIKELY((v & ((mask << 8) + 0x9f)) == 0) in Z7_BRANCH_FUNC_MAIN()
107 v -= 0x90000000; if Z7_UNLIKELY((v & 0x9f000000) == 0) in Z7_BRANCH_FUNC_MAIN()
111 v += flag; if Z7_UNLIKELY(v & mask) continue; in Z7_BRANCH_FUNC_MAIN()
142 if Z7_UNLIKELY(p >= lim) { return p; } p += 4; if Z7_UNLIKELY(p[-1] == 0xeb) break; in Z7_BRANCH_FUNCS_IMP()
143 if Z7_UNLIKELY( in Z7_BRANCH_FUNCS_IMP()
[all...]
H A DCompiler.h135 #define Z7_UNLIKELY(x) (__builtin_expect((x), 0)) macro
140 #define Z7_UNLIKELY(x) (x) macro

Completed in 2 milliseconds