OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TIPC_MIN_LINK_TOL
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
tipc_config.h
84
#define
TIPC_MIN_LINK_TOL
50
87
#if
TIPC_MIN_LINK_TOL
< 16
88
#error "
TIPC_MIN_LINK_TOL
is too small (abort limit may be NaN)"
/external/kernel-headers/original/uapi/linux/
tipc_config.h
172
#define
TIPC_MIN_LINK_TOL
50
176
#if (
TIPC_MIN_LINK_TOL
< 16)
177
#error "
TIPC_MIN_LINK_TOL
is too small (abort limit may be NaN)"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc_config.h
177
#define
TIPC_MIN_LINK_TOL
50
181
#if (
TIPC_MIN_LINK_TOL
< 16)
182
#error "
TIPC_MIN_LINK_TOL
is too small (abort limit may be NaN)"
Completed in 145 milliseconds