Home
last modified time | relevance | path

Searched refs:__USE_MISC (Results 1 – 18 of 18) sorted by relevance

/external/iproute2/include/uapi/linux/
Dlibc-compat.h56 #if defined(_NET_IF_H) && defined(__USE_MISC)
106 #if defined(__USE_MISC) || defined (__USE_GNU)
/external/libnl/include/linux-private/linux/
Dlibc-compat.h56 #if defined(_NET_IF_H) && defined(__USE_MISC)
106 #if defined(__USE_MISC) || defined (__USE_GNU)
/external/kernel-headers/original/uapi/linux/
Dlibc-compat.h56 #if defined(_NET_IF_H) && defined(__USE_MISC)
106 #if defined(__USE_MISC) || defined (__USE_GNU)
/external/zstd/programs/
Dplatform.h106 # ifndef __USE_MISC
107 # define __USE_MISC /* enable st_mtim on uclibc */
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py36 __USE_MISC = 1 variable
DTYPES.py36 __USE_MISC = 1 variable
DIN.py36 __USE_MISC = 1 variable
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h72 #if !defined(__HAIKU__) && !defined(__USE_MISC)
/external/python/cpython2/Lib/plat-atheos/
DTYPES.py34 __USE_MISC = 1 variable
DIN.py34 __USE_MISC = 1 variable
/external/virglrenderer/src/gallium/include/pipe/
Dp_compiler.h70 #if !defined(__HAIKU__) && !defined(__USE_MISC)
/external/iproute2/include/netinet/
Dtcp.h54 #ifdef __USE_MISC
/external/elfutils/tests/
Drun-dwarf-getmacros.sh548 __USE_MISC 1
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs60 pub const __USE_MISC: ::std::os::raw::c_uint = 1; constant
Dvhost.rs92 pub const __USE_MISC: ::std::os::raw::c_uint = 1; constant
/external/dynamic_depth/internal/base/
Dport.h116 #if !defined(__USE_MISC)
/external/crosvm/net_sys/src/
Diff.rs88 pub const __USE_MISC: u32 = 1; constant
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp285 #if defined(__USE_MISC) || \ in kernel_stat_to_stat()