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

  /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/msm8960/core/
gps_extended_c.h 252 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
  /hardware/qcom/gps/msm8974/core/
gps_extended_c.h 307 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro

Completed in 44 milliseconds