Home
last modified time | relevance | path

Searched refs:__GLIBC_MINOR__ (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
H A Dconfig.h140 #if defined(__GLIBC__) && __GLIBC_MINOR__ >= 33
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
H A Dconfig.h135 #if defined(__GLIBC__) && __GLIBC_MINOR__ >= 33
/third_party/pulseaudio/src/daemon/
H A Dcaps.c40 #if defined(__linux__) && (__GLIBC__ <= 2 && __GLIBC_MINOR__ <= 2)
/third_party/bounds_checking_function/src/
H A Dsecurecutil.h37 #if defined(__GLIBC__) && __GLIBC__ >= 2 && defined(__GLIBC_MINOR__) && __GLIBC_MINOR__ >= 10
/third_party/node/deps/v8/include/
H A Dv8config.h35 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
37 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
/third_party/mbedtls/library/
H A Dplatform_util.c42 #if defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 25)
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dseed_material.cc55 (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 25))
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h35 #if defined(__GLIBC__) && defined(__GLIBC_MINOR__)
37 ((__GLIBC__ * 100 + __GLIBC_MINOR__) >= ((major) * 100 + (minor)))
/third_party/eudev/src/shared/
H A Dmacro.h223 #if __STDC_VERSION__ >= 201112L && !(defined(__STDC_NO_THREADS__) || (defined(__GNU_LIBRARY__) && __GLIBC__ == 2 && __GLIBC_MINOR__ < 16))
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h124 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
H A Dzdump.c50 (199901 <= __STDC_VERSION__ || 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h124 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
H A Dzdump.c48 (199901 <= __STDC_VERSION__ || 2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
/third_party/elfutils/tests/
H A Drun-dwarf-getmacros.sh566 __GLIBC_MINOR__ 15
567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
/third_party/libunwind/libunwind/src/ia64/
H A DGtables.c379 # if __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2) \
380 || (__GLIBC__ == 2 && __GLIBC_MINOR__ == 2 && !defined(DT_CONFIG))
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c81 #define HAS_XSTAT __GLIBC__ == 2 && __GLIBC_MINOR__ < 33
/third_party/tzdata/
H A Dprivate.h289 || 2 < __GLIBC__ + (1 <= __GLIBC_MINOR__) \
H A Dzic.c56 # elif 2 < __GLIBC__ + (25 <= __GLIBC_MINOR__)
/third_party/lz4/programs/
H A Dutil.h267 #elif (PLATFORM_POSIX_VERSION >= 200112L) && (defined __UCLIBC__ || (defined(__GLIBC__) && ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) || __GLIBC__ > 2) ) )
/third_party/node/src/
H A Dnode_report.cc275 buf << __GLIBC__ << "." << __GLIBC_MINOR__; in PrintVersionInformation() local
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs40 pub const __GLIBC_MINOR__: u32 = 27; consts
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c216 #if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 32
/third_party/elfutils/src/
H A Dreadelf.c13103 #if __GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 7) in dump_archive_index()

Completed in 50 milliseconds