HomeSort by relevance Sort by last modified time
    Searched refs:smaller_of (Results 1 - 13 of 13) sorted by null

  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/core/
gps_extended_c.h 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8084/core/
gps_extended_c.h 307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8909/core/
gps_extended_c.h 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8994/core/
gps_extended_c.h 322 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8996/core/
gps_extended_c.h 284 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8998/core/
gps_extended_c.h 395 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]

Completed in 896 milliseconds