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

/hardware/qcom/gps/msm8960/core/
H A Dgps_extended_c.h250 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/core/
H A Dgps_extended_c.h305 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2063 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
2314 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2369 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);
2627 int apn_len = smaller_of(strlen (apn), MAX_APN_LEN);

Completed in 41 milliseconds