Searched defs:smaller_of (Results 1 – 16 of 16) sorted by relevance
/hardware/qcom/gps/msm8960/core/ |
D | gps_extended_c.h | 252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8960/core/ |
D | gps_extended_c.h | 252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/core/ |
D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8994/core/ |
D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8909/core/ |
D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8909/core/ |
D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8084/core/ |
D | gps_extended_c.h | 307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8996/core/ |
D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8996/core/ |
D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8084/core/ |
D | gps_extended_c.h | 307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/core/ |
D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8998/utils/ |
D | gps_extended_c.h | 427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | gps_extended_c.h | 427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | gps_extended_c.h | 501 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | gps_extended_c.h | 541 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|