OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026