Home
last modified time | relevance | path

Searched refs:__INTRODUCED_IN_64 (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/include/arpa/
Dnameser.h594 int ns_msg_getflag(ns_msg __handle, int __flag) __INTRODUCED_IN_64(22);
595 uint16_t ns_get16(const u_char* __src) __INTRODUCED_IN_64(22);
596 uint32_t ns_get32(const u_char* __src) __INTRODUCED_IN_64(22);
597 void ns_put16(uint16_t __src, u_char* __dst) __INTRODUCED_IN_64(22);
598 void ns_put32(uint32_t __src, u_char* __dst) __INTRODUCED_IN_64(22);
599 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle) __INTRODUCED_IN_64(22);
600 …r(const u_char* __ptr, const u_char* __eom, ns_sect __section, int __count) __INTRODUCED_IN_64(22);
601 …_parserr(ns_msg* __handle, ns_sect __section, int __rr_number, ns_rr* __rr) __INTRODUCED_IN_64(22);
602 …nst char* __name_ctx, const char* __origin, char* __buf, size_t __buf_size) __INTRODUCED_IN_64(22);
603 …nst char* __name_ctx, const char* __origin, char* __buf, size_t __buf_size) __INTRODUCED_IN_64(22);
[all …]
/bionic/tools/versioner/tests/preprocessor/headers/
Dfoo.h40 int multiple_introduced_1() __INTRODUCED_IN_ARM(13) __INTRODUCED_IN_X86(13) __INTRODUCED_IN_64(21);
42 int multiple_introduced_2() __INTRODUCED_IN_ARM(13) __INTRODUCED_IN_X86(13) __INTRODUCED_IN_64(22);
/bionic/tools/versioner/tests/preprocessor/expected/
Dfoo.h58 int multiple_introduced_1() __INTRODUCED_IN_ARM(13) __INTRODUCED_IN_X86(13) __INTRODUCED_IN_64(21);
64 int multiple_introduced_2() __INTRODUCED_IN_ARM(13) __INTRODUCED_IN_X86(13) __INTRODUCED_IN_64(22);
/bionic/libc/include/android/
Dversioning.h28 #define __INTRODUCED_IN_64(api_level) __attribute__((annotate("introduced_in_64=" #api_level))) macro
80 #define __INTRODUCED_IN_64(api_level) macro
83 #define __INTRODUCED_IN_64(api_level) __BIONIC_AVAILABILITY(introduced=api_level) macro
/bionic/libc/include/sys/
Dresource.h56 …uct rlimit* __new_limit, struct rlimit* __old_limit) __INTRODUCED_IN_32(24) __INTRODUCED_IN_64(21);
/bionic/libc/include/
Dcomplex.h120 long double cabsl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /*__RENAME…
128 long double complex csqrtl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /…
146 long double complex cprojl(long double complex __z) __INTRODUCED_IN_32(21) __INTRODUCED_IN_64(23) /…
Dpthread.h141 const struct timespec* __timeout) __INTRODUCED_IN_64(28);
/bionic/tests/
Dcomplex_test.cpp29 #define __INTRODUCED_IN_64(x) macro