Home
last modified time | relevance | path

Searched defs:VOS_BOUND (Results 1 – 1 of 1) sorted by path

/trunk/main/vos/inc/vos/
H A Dmacros.hxx61 # define VOS_BOUND(x,l,h) ((x) <= (l) ? (l) : ((x) >= (h) ? (h) : (x))) macro

Completed in 20 milliseconds