Searched refs:BR_CONVERT_VAL (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/C/ |
H A D | Bra.c | 26 #define BR_CONVERT_VAL(v, c) if (encoding) v += c; else v -= c;
macro 27 // #define BR_CONVERT_VAL(v, c) if (!encoding) c = (UInt32)0 - c; v += c;
100 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNC_MAIN() 114 BR_CONVERT_VAL(z, c)
in Z7_BRANCH_FUNC_MAIN() 148 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNCS_IMP() 187 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNCS_IMP() 242 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNCS_IMP() 318 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNCS_IMP() 388 BR_CONVERT_VAL(v, c)
in Z7_BRANCH_FUNCS_IMP()
|
H A D | Bra86.c | 26 #define BR_CONVERT_VAL(v, c) if (encoding) v += c; else v -= c;
macro 27 // #define BR_CONVERT_VAL(v, c) if (!encoding) c = (UInt32)0 - c; v += c;
105 BR_CONVERT_VAL(v, c)
in X86() function 115 BR_CONVERT_VAL(v, c)
in X86() 153 BR_CONVERT_VAL(v, c)
in X86()
|
Completed in 2 milliseconds