Searched refs:__GNUC_PREREQ (Results 1 – 17 of 17) sorted by relevance
/third_party/e2fsprogs/lib/uuid/ |
D | uuidP.h | 58 #ifndef __GNUC_PREREQ 60 #define __GNUC_PREREQ(maj, min) \ macro 63 #define __GNUC_PREREQ(maj, min) 0 macro
|
D | gen_uuid.c | 487 #if __GNUC_PREREQ (4, 6) 575 #if __GNUC_PREREQ (4, 6)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | index.h | 37 #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/ |
D | hashmap.h | 7 #ifndef __GNUC_PREREQ 9 #define __GNUC_PREREQ(maj, min) \ macro 12 #define __GNUC_PREREQ(maj, min) 0 macro
|
D | ext4_acl.h | 53 #if __GNUC_PREREQ (4, 8) 58 #if __GNUC_PREREQ (4, 8)
|
D | fiemap.h | 34 #if __GNUC_PREREQ (4, 8) 39 #if __GNUC_PREREQ (4, 8)
|
D | hashmap.c | 10 #if __GNUC_PREREQ (4, 8) 15 #if __GNUC_PREREQ (4, 8)
|
D | mmp.c | 37 #if __GNUC_PREREQ (4, 6) 486 #if __GNUC_PREREQ (4, 6)
|
D | ext2_fs.h | 21 #ifndef __GNUC_PREREQ 23 #define __GNUC_PREREQ(maj, min) \ macro 26 #define __GNUC_PREREQ(maj, min) 0 macro
|
D | windows_io.c | 934 #if __GNUC_PREREQ (4, 6) 1018 #if __GNUC_PREREQ (4, 6)
|
D | unix_io.c | 1323 #if __GNUC_PREREQ (4, 6) 1375 #if __GNUC_PREREQ (4, 6)
|
/third_party/e2fsprogs/misc/ |
D | filefrag.c | 595 #if __GNUC_PREREQ (7, 0) 615 #if __GNUC_PREREQ (7, 0)
|
D | e2undo.c | 84 #if __GNUC_PREREQ (4, 8) 89 #if __GNUC_PREREQ (4, 8)
|
D | fuse2fs.c | 121 #if __GNUC_PREREQ (4, 8) 126 #if __GNUC_PREREQ (4, 8)
|
/third_party/e2fsprogs/debugfs/ |
D | set_fields.c | 82 #if __GNUC_PREREQ (4, 6) || defined(__clang__) 299 #if __GNUC_PREREQ (4, 6)
|
/third_party/e2fsprogs/e2fsck/ |
D | problem.c | 108 #if __GNUC_PREREQ (4, 6) 2285 #if __GNUC_PREREQ (4, 6)
|
/third_party/mbedtls/library/ |
D | bignum.c | 726 #if defined(__GNUC__) && defined(__GNUC_PREREQ) in mpi_uint_bigendian_to_host() 727 #if __GNUC_PREREQ(4,3) in mpi_uint_bigendian_to_host()
|