OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_RANGE
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/tipc/
misc.c
18
#define
IN_RANGE
(val, low, high) ((val) <= (high) && (val) >= (low))
30
if (
IN_RANGE
(z, 0, 255) &&
IN_RANGE
(c, 0, 4095) &&
IN_RANGE
(n, 0, 4095))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h
277
#define
IN_RANGE
(VALUE, LOWER, UPPER) \
[
all
...]
Completed in 540 milliseconds