Searched refs:smaller_of (Results 1 - 14 of 14) sorted by relevance
/hardware/qcom/gps/msm8960/core/ |
H A D | gps_extended_c.h | 252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/core/ |
H A D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8084/core/ |
H A D | gps_extended_c.h | 307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8909/core/ |
H A D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8994/core/ |
H A D | gps_extended_c.h | 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8996/core/ |
H A D | gps_extended_c.h | 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8998/utils/ |
H A D | gps_extended_c.h | 427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/sdm845/utils/ |
H A D | gps_extended_c.h | 437 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2062 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2313 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2392 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2650 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2394 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2652 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2419 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2677 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2393 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2651 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng.cpp | 2416 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN); 2674 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
|
Completed in 377 milliseconds