| /third_party/ulib/uboringssl/include/openssl/ |
| A D | stack.h | 125 #define STACK_OF(type) struct stack_st_##type argument 127 #define DECLARE_STACK_OF(type) STACK_OF(type); argument 261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument 276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument 403 #define DEFINE_NAMED_STACK_OF(name, type) \ argument 409 #define DEFINE_STACK_OF(type) DEFINE_NAMED_STACK_OF(type, type) argument 413 #define DEFINE_CONST_STACK_OF(type) \ argument 419 #define DEFINE_SPECIAL_STACK_OF(type) \ argument
|
| A D | mem.h | 121 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) argument
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/ |
| A D | delocate.h | 24 #define DEFINE_BSS_GET(type, name) \ argument 36 #define DEFINE_BSS_GET(type, name) \ argument 50 #define DEFINE_DATA(type, name, accessor_decorations) \ argument 84 #define DEFINE_METHOD_FUNCTION(type, name) DEFINE_DATA(type, name, const) argument 86 #define DEFINE_LOCAL_DATA(type, name) DEFINE_DATA(type, name, static const) argument
|
| /third_party/uapp/dash/src/ |
| A D | nodes.h | 37 int type; member 46 int type; member 53 int type; member 61 int type; member 68 int type; member 76 int type; member 85 int type; member 93 int type; member 101 int type; member 109 int type; member [all …]
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_mutexattr_settype.c | 3 int pthread_mutexattr_settype(pthread_mutexattr_t* a, int type) { in pthread_mutexattr_settype()
|
| A D | pthread_mutex_unlock.c | 8 int type = m->_m_type & PTHREAD_MUTEX_MASK; in pthread_mutex_unlock() local
|
| A D | pthread_mutex_trylock.c | 5 int type = m->_m_type & PTHREAD_MUTEX_MASK; in __pthread_mutex_trylock_owner() local
|
| A D | pthread_attr_get.c | 47 int pthread_mutexattr_gettype(const pthread_mutexattr_t* restrict a, int* restrict type) { in pthread_mutexattr_gettype()
|
| /third_party/ulib/musl/src/thread/ |
| A D | mtx_init.c | 7 int mtx_init(mtx_t* m, int type) { in mtx_init()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acpixf.h | 70 #define ACPI_GLOBAL(type,name) \ argument 74 #define ACPI_INIT_GLOBAL(type,name,value) \ argument 79 #define ACPI_GLOBAL(type,name) \ argument 84 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
|
| /third_party/ulib/musl/src/network/ |
| A D | netname.c | 3 struct netent* getnetbyaddr(uint32_t net, int type) { in getnetbyaddr()
|
| A D | res_query.c | 9 int __res_query(const char* name, int class, int type, unsigned char* dest, int len) { in __res_query()
|
| A D | res_querydomain.c | 4 int res_querydomain(const char* name, const char* domain, int class, int type, unsigned char* dest, in res_querydomain()
|
| A D | res_mkquery.c | 6 int __res_mkquery(int op, const char* dname, int class, int type, const unsigned char* data, in __res_mkquery()
|
| A D | netlink.c | 7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, in __netlink_enumerate()
|
| /third_party/ulib/musl/src/process/ |
| A D | waitid.c | 4 int waitid(idtype_t type, id_t id, siginfo_t* info, int options) { in waitid()
|
| /third_party/ulib/musl/src/stdio/ |
| A D | setvbuf.c | 12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { in setvbuf()
|
| /third_party/ulib/musl/src/ipc/ |
| A D | msgrcv.c | 5 ssize_t msgrcv(int q, void* m, size_t len, long type, int flag) { in msgrcv()
|
| /third_party/lib/acpica/source/tools/acpixtract/ |
| A D | acpixtract.h | 53 #define ACPI_GLOBAL(type,name) \ argument 58 #define ACPI_GLOBAL(type,name) \ argument
|
| /third_party/ulib/musl/sanitizers/ |
| A D | asan-stubs.c | 54 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_decls.h | 46 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) argument
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/digest/ |
| A D | digest.c | 175 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { in EVP_DigestInit_ex() 195 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) { in EVP_DigestInit() 222 unsigned int *out_size, const EVP_MD *type, ENGINE *impl) { in EVP_Digest()
|
| A D | internal.h | 70 int type; member
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | dwarf-config.h | 72 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member
|
| /third_party/ulib/musl/src/ctype/ |
| A D | iswctype.c | 17 int iswctype(wint_t wc, wctype_t type) { in iswctype()
|