Lines Matching refs:EXPR
36 math(EXPR _decimal "${_decimal} * 16")
40 math(EXPR _decimal "${_decimal} + 10")
42 math(EXPR _decimal "${_decimal} + 11")
44 math(EXPR _decimal "${_decimal} + 12")
46 math(EXPR _decimal "${_decimal} + 13")
48 math(EXPR _decimal "${_decimal} + 14")
50 math(EXPR _decimal "${_decimal} + 15")
52 math(EXPR _decimal "${_decimal} + ${_digit}")
63 math(EXPR BROTLI_VERSION_MAJOR "${_brotli_version} >> 24")
64 math(EXPR BROTLI_VERSION_MINOR "(${_brotli_version} >> 12) & 4095")
65 math(EXPR BROTLI_VERSION_PATCH "${_brotli_version} & 4095")
73 math(EXPR BROTLI_ABI_CURRENT "${_brotli_abi_info} >> 24")
74 math(EXPR BROTLI_ABI_REVISION "(${_brotli_abi_info} >> 12) & 4095")
75 math(EXPR BROTLI_ABI_AGE "${_brotli_abi_info} & 4095")
76 math(EXPR BROTLI_ABI_COMPATIBILITY "${BROTLI_ABI_CURRENT} - ${BROTLI_ABI_AGE}")