HomeSort by relevance Sort by last modified time
    Searched defs:smaller_of (Results 1 - 8 of 8) 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/msm8909/core/
gps_extended_c.h 284 #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/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/msm8909w_3100/utils/
gps_extended_c.h 501 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
    [all...]
  /hardware/qcom/gps/msm8998/utils/
gps_extended_c.h 427 #define smaller_of(a, b) (((a) > (b)) ? (b) : (a)) macro
    [all...]

Completed in 72 milliseconds