Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dhashmap.h7 #ifndef __GNUC_PREREQ
9 #define __GNUC_PREREQ(maj, min) \ macro
12 #define __GNUC_PREREQ(maj, min) 0 macro
29 #if __GNUC_PREREQ (4, 8)
34 #if __GNUC_PREREQ (4, 8)
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)
Dmmp.c37 #if __GNUC_PREREQ (4, 6)
470 #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
Dunix_io.c1166 #if __GNUC_PREREQ (4, 6)
1218 #if __GNUC_PREREQ (4, 6)
/external/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)
/external/libopus/celt/
Darch.h40 # if !defined(__GNUC_PREREQ)
42 # define __GNUC_PREREQ(_maj,_min) \ macro
45 # define __GNUC_PREREQ(_maj,_min) 0 macro
Decintrin.h67 #elif __GNUC_PREREQ(3,4)
/external/e2fsprogs/misc/
Dfilefrag.c540 #if __GNUC_PREREQ (7, 0)
560 #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)
/external/e2fsprogs/debugfs/
Dset_fields.c78 #if __GNUC_PREREQ (4, 6) || defined(__clang__)
294 #if __GNUC_PREREQ (4, 6)
/external/e2fsprogs/e2fsck/
Dproblem.c102 #if __GNUC_PREREQ (4, 6)
2107 #if __GNUC_PREREQ (4, 6)
/external/elfutils/tests/
Drun-dwarf-getmacros.sh533 __GNUC_PREREQ(maj,min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
/external/libopus/tests/
Dtest_opus_api.c1870 #if __GNUC_PREREQ(4,6)