Searched refs:smaller_of (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/gps/msm8960/core/
H A Dgps_extended_c.h252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/core/
H A Dgps_extended_c.h322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8084/core/
H A Dgps_extended_c.h307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8909/core/
H A Dgps_extended_c.h284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8994/core/
H A Dgps_extended_c.h322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8996/core/
H A Dgps_extended_c.h284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8998/utils/
H A Dgps_extended_c.h427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/sdm845/utils/
H A Dgps_extended_c.h437 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2062 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 Dloc_eng.cpp2392 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 Dloc_eng.cpp2394 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 Dloc_eng.cpp2419 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 Dloc_eng.cpp2393 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 Dloc_eng.cpp2416 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