HomeSort by: relevance | last modified time | path
    Searched defs:ISC_CLAMP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 82 #define ISC_CLAMP(v, x, y) ((v) < (x) ? (x) : ((v) > (y) ? (y) : (v)))
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 97 #define ISC_CLAMP(v, x, y) ((v) < (x) ? (x) : ((v) > (y) ? (y) : (v)))

Completed in 25 milliseconds