Searched refs:INRANGE (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Darith.h122 #define INRANGE(a, x, b) MIN(MAX(x, a), b) macro
125 _x == INRANGE(a, _x, b); })
/seL4-refos-master/libs/libutils/include/utils/
H A Darith.h122 #define INRANGE(a, x, b) MIN(MAX(x, a), b) macro
125 _x == INRANGE(a, _x, b); })
/seL4-refos-master/libs/libplatsupport/src/plat/zynq7000/
H A Dclock.c415 return INRANGE(CLK_DIVISOR_MIN + 1, divisor - 1, CLK_DIVISOR_MAX - 1);
480 fdiv = INRANGE(PLL_CTRL_FDIV_MIN, fdiv, PLL_CTRL_FDIV_MAX);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/zynq7000/
H A Dclock.c415 return INRANGE(CLK_DIVISOR_MIN + 1, divisor - 1, CLK_DIVISOR_MAX - 1);
480 fdiv = INRANGE(PLL_CTRL_FDIV_MIN, fdiv, PLL_CTRL_FDIV_MAX);
/seL4-refos-master/libs/libplatsupport/src/plat/imx6/
H A Dclock.c215 div = INRANGE(54, div, 108);
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dclock.c215 div = INRANGE(54, div, 108);

Completed in 94 milliseconds