Searched defs:__USE_GNU (Results 1 - 25 of 26) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_FCMOV.c3 #undef __USE_GNU macro
4 #define __USE_GNU 1 macro
H A Dtest_FISTTP.c3 #undef __USE_GNU macro
4 #define __USE_GNU 1 macro
H A Dtest_FCOMI.c3 #undef __USE_GNU macro
4 #define __USE_GNU 1 macro
H A Dtest_syscall_vdso.c21 #undef __USE_GNU macro
22 #define __USE_GNU 1 macro
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Dcpuctl_fj_cpu-hog.c30 #define __USE_GNU macro
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c30 #define __USE_GNU 1 macro
/external/ltp/testcases/kernel/syscalls/mremap/
H A Dmremap01.c71 * (included by sys/mman.h) __USE_GNU needs to be defined.
79 #define __USE_GNU macro
81 #undef __USE_GNU macro
H A Dmremap02.c68 * (included by sys/mman.h) __USE_GNU needs to be defined.
78 #define __USE_GNU macro
80 #undef __USE_GNU macro
H A Dmremap03.c69 * (included by sys/mman.h) __USE_GNU needs to be defined.
79 #define __USE_GNU macro
81 #undef __USE_GNU macro
H A Dmremap04.c70 * (included by sys/mman.h) __USE_GNU needs to be defined.
82 #define __USE_GNU macro
84 #undef __USE_GNU macro
/external/ltp/testcases/kernel/syscalls/sched_getaffinity/
H A Dsched_getaffinity01.c41 #define __USE_GNU macro
/external/autotest/client/tests/aio_dio_bugs/src/
H A Daio-dio-extend-stat.c1 #define __USE_GNU macro
/external/libhevc/common/
H A Dithread.c46 #define __USE_GNU macro
/external/libmpeg2/common/
H A Dithread.c48 #define __USE_GNU macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dresumption.c21 #define __USE_GNU 1 macro
H A Dsigsegv.c25 #define __USE_GNU 1 macro
/external/libavc/common/
H A Dithread.c54 #define __USE_GNU macro
/external/libunwind/tests/
H A Dtest-coredump-unwind.c26 #undef __USE_GNU macro
27 #define __USE_GNU 1 macro
/external/ltp/testcases/kernel/controllers/io-throttle/
H A Diobw.c23 #define __USE_GNU macro
/external/python/cpython2/Lib/plat-linux2/
H A DDLFCN.py39 __USE_GNU = 1 variable
H A DTYPES.py39 __USE_GNU = 1 variable
H A DIN.py39 __USE_GNU = 1 variable
/external/python/cpython2/Lib/plat-atheos/
H A DTYPES.py37 __USE_GNU = 1 variable
/external/syslinux/com32/lib/sys/vesa/
H A Di915resolution.c51 #define __USE_GNU macro
/external/dlmalloc/
H A Dmalloc.c1472 /* On some versions of linux, mremap decl in mman.h needs __USE_GNU set */
1473 #if (defined(linux) && !defined(__USE_GNU))
1474 #define __USE_GNU 1 macro
1476 #undef __USE_GNU macro

Completed in 578 milliseconds

12