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

  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 105 if not self._MIN <= proposed_value <= self._MAX:
134 _MIN = -2147483648
139 _MIN = 0
144 _MIN = -(1 << 63)
149 _MIN = 0
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 133 if not self._MIN <= proposed_value <= self._MAX:
196 _MIN = -2147483648
202 _MIN = 0
208 _MIN = -(1 << 63)
214 _MIN = 0
  /hardware/qcom/audio/hal/audio_extn/
usb.c 897 #define _MIN(x, y) (((x) <= (y)) ? (x) : (y))
    [all...]

Completed in 273 milliseconds