Searched refs:supported (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/platform/bionic/ |
D | mte.h | 36 static bool supported = getauxval(AT_HWCAP2) & HWCAP2_MTE; in mte_supported() local 38 static bool supported = false; in mte_supported() 40 return supported; in mte_supported()
|
/bionic/tests/ |
D | membarrier_test.cpp | 39 int supported = syscall(__NR_membarrier, MEMBARRIER_CMD_QUERY, 0); in TEST() local 41 ASSERT_TRUE(supported >= 0); in TEST() 43 ASSERT_TRUE(errno == ENOSYS && supported == -1); in TEST()
|
/bionic/libc/kernel/uapi/linux/ |
D | ethtool.h | 27 __u32 supported; member 66 __u32 supported; member 131 __u32 supported; member
|
/bionic/docs/ |
D | status.md | 16 Some POSIX functionality is not supported by the Linux kernel, and 18 supported by bionic or glibc, and guarded with tests for `__BIONIC__` 81 (strftime already supported them all.) 103 * `%C` and `%S` support in the printf family (previously only the wprintf family supported these). 105 * `%s` support in strptime (strftime already supported it).
|
D | libc_assembler.md | 16 When benchmarking, it's best to verify on the latest Pixel device supported.
|
D | elf-tls.md | 324 * GCC and the BFD linker support both designs on all supported Android architectures (arm32, arm64, 391 pointer was removed in [D10661] ([this function][r240543]). (arm32 was apparently never supported.) 710 supported sizes. (It supports 12, 24, 32, and 48.) Clang has only implemented the 24-bit model, 712 because no linker supported them: [BFD], [Gold], [LLD]).
|
/bionic/benchmarks/ |
D | Android.bp | 103 // Only supported on linux systems.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 97 symbol lookup and is now supported by the dynamic linker in API 23 and 128 version. This is supported in API level 23 and above. 365 substitutions supported on some systems are not currently implemented on
|