Home
last modified time | relevance | path

Searched refs:__GNUC_PREREQ (Results 1 – 17 of 17) sorted by relevance

/third_party/e2fsprogs/lib/uuid/
DuuidP.h58 #ifndef __GNUC_PREREQ
60 #define __GNUC_PREREQ(maj, min) \ macro
63 #define __GNUC_PREREQ(maj, min) 0 macro
Dgen_uuid.c487 #if __GNUC_PREREQ (4, 6)
575 #if __GNUC_PREREQ (4, 6)
/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h37 #ifndef __GNUC_PREREQ
39 # define __GNUC_PREREQ(maj, min) \ macro
42 # define __GNUC_PREREQ(maj, min) 0 macro
48 # if __GNUC_PREREQ (3,4)
/third_party/e2fsprogs/lib/ext2fs/
Dhashmap.h7 #ifndef __GNUC_PREREQ
9 #define __GNUC_PREREQ(maj, min) \ macro
12 #define __GNUC_PREREQ(maj, min) 0 macro
Dext4_acl.h53 #if __GNUC_PREREQ (4, 8)
58 #if __GNUC_PREREQ (4, 8)
Dfiemap.h34 #if __GNUC_PREREQ (4, 8)
39 #if __GNUC_PREREQ (4, 8)
Dhashmap.c10 #if __GNUC_PREREQ (4, 8)
15 #if __GNUC_PREREQ (4, 8)
Dmmp.c37 #if __GNUC_PREREQ (4, 6)
486 #if __GNUC_PREREQ (4, 6)
Dext2_fs.h21 #ifndef __GNUC_PREREQ
23 #define __GNUC_PREREQ(maj, min) \ macro
26 #define __GNUC_PREREQ(maj, min) 0 macro
Dwindows_io.c934 #if __GNUC_PREREQ (4, 6)
1018 #if __GNUC_PREREQ (4, 6)
Dunix_io.c1323 #if __GNUC_PREREQ (4, 6)
1375 #if __GNUC_PREREQ (4, 6)
/third_party/e2fsprogs/misc/
Dfilefrag.c595 #if __GNUC_PREREQ (7, 0)
615 #if __GNUC_PREREQ (7, 0)
De2undo.c84 #if __GNUC_PREREQ (4, 8)
89 #if __GNUC_PREREQ (4, 8)
Dfuse2fs.c121 #if __GNUC_PREREQ (4, 8)
126 #if __GNUC_PREREQ (4, 8)
/third_party/e2fsprogs/debugfs/
Dset_fields.c82 #if __GNUC_PREREQ (4, 6) || defined(__clang__)
299 #if __GNUC_PREREQ (4, 6)
/third_party/e2fsprogs/e2fsck/
Dproblem.c108 #if __GNUC_PREREQ (4, 6)
2285 #if __GNUC_PREREQ (4, 6)
/third_party/mbedtls/library/
Dbignum.c726 #if defined(__GNUC__) && defined(__GNUC_PREREQ) in mpi_uint_bigendian_to_host()
727 #if __GNUC_PREREQ(4,3) in mpi_uint_bigendian_to_host()