Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h35 #define INT(exp) static_cast<int>(exp) argument
36 #define FLOAT(exp) static_cast<float>(exp) argument
37 #define UINT8(exp) static_cast<uint8_t>(exp) argument
38 #define UINT16(exp) static_cast<uint16_t>(exp) argument
39 #define UINT32(exp) static_cast<uint32_t>(exp) argument
40 #define INT32(exp) static_cast<int32_t>(exp) argument
41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
/hardware/qcom/display/msm8998/sdm/include/utils/
Dconstants.h35 #define INT(exp) static_cast<int>(exp) argument
36 #define FLOAT(exp) static_cast<float>(exp) argument
37 #define UINT8(exp) static_cast<uint8_t>(exp) argument
38 #define UINT16(exp) static_cast<uint16_t>(exp) argument
39 #define UINT32(exp) static_cast<uint32_t>(exp) argument
40 #define INT32(exp) static_cast<int32_t>(exp) argument
41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
/hardware/qcom/display/sdm845/sdm/include/utils/
Dconstants.h35 #define INT(exp) static_cast<int>(exp) argument
36 #define FLOAT(exp) static_cast<float>(exp) argument
37 #define UINT8(exp) static_cast<uint8_t>(exp) argument
38 #define UINT16(exp) static_cast<uint16_t>(exp) argument
39 #define UINT32(exp) static_cast<uint32_t>(exp) argument
40 #define INT32(exp) static_cast<int32_t>(exp) argument
41 #define UINT64(exp) static_cast<uint64_t>(exp) argument
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_utils.h42 #define INT(exp) static_cast<int>(exp) argument
43 #define UINT(exp) static_cast<unsigned int>(exp) argument
Dgr_device_impl.h41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) argument
Dgr_priv_handle.h34 #define PRIV_HANDLE_CONST(exp) static_cast<const private_handle_t *>(exp) argument
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_utils.h42 #define INT(exp) static_cast<int>(exp) argument
43 #define UINT(exp) static_cast<unsigned int>(exp) argument
Dgr_device_impl.h41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) argument
Dgr_priv_handle.h34 #define PRIV_HANDLE_CONST(exp) static_cast<const private_handle_t *>(exp) argument
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
37 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/sdm845/libgralloc1/
Dgr_utils.h42 #define INT(exp) static_cast<int>(exp) argument
43 #define UINT(exp) static_cast<unsigned int>(exp) argument
Dgr_device_impl.h41 #define GRALLOC_IMPL(exp) reinterpret_cast<GrallocImpl const *>(exp) argument
Dgr_priv_handle.h34 #define PRIV_HANDLE_CONST(exp) static_cast<const private_handle_t *>(exp) argument
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h37 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
38 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h38 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
39 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h41 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_fbupdate.h25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
26 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
Dhwc_utils.h41 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8994/liboverlay/
DmdpWrapper.h50 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
51 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/display/msm8909/liboverlay/
DmdpWrapper.h50 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) argument
51 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) argument
/hardware/qcom/audio/hal/
Dplatform_info.c216 tbl_entry.amp = exp(tbl_entry.db * 0.115129f); in process_gain_db_to_level_map()

12