Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 60) sorted by relevance

123

/third_party/ulib/uboringssl/include/openssl/
A Dstack.h125 #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 Dmem.h121 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) argument
/third_party/ulib/uboringssl/crypto/fipsmodule/
A Ddelocate.h24 #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 Dnodes.h37 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 Dpthread_mutexattr_settype.c3 int pthread_mutexattr_settype(pthread_mutexattr_t* a, int type) { in pthread_mutexattr_settype()
A Dpthread_mutex_unlock.c8 int type = m->_m_type & PTHREAD_MUTEX_MASK; in pthread_mutex_unlock() local
A Dpthread_mutex_trylock.c5 int type = m->_m_type & PTHREAD_MUTEX_MASK; in __pthread_mutex_trylock_owner() local
A Dpthread_attr_get.c47 int pthread_mutexattr_gettype(const pthread_mutexattr_t* restrict a, int* restrict type) { in pthread_mutexattr_gettype()
/third_party/ulib/musl/src/thread/
A Dmtx_init.c7 int mtx_init(mtx_t* m, int type) { in mtx_init()
/third_party/lib/acpica/source/include/acpica/
A Dacpixf.h70 #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 Dnetname.c3 struct netent* getnetbyaddr(uint32_t net, int type) { in getnetbyaddr()
A Dres_query.c9 int __res_query(const char* name, int class, int type, unsigned char* dest, int len) { in __res_query()
A Dres_querydomain.c4 int res_querydomain(const char* name, const char* domain, int class, int type, unsigned char* dest, in res_querydomain()
A Dres_mkquery.c6 int __res_mkquery(int op, const char* dname, int class, int type, const unsigned char* data, in __res_mkquery()
A Dnetlink.c7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, in __netlink_enumerate()
/third_party/ulib/musl/src/process/
A Dwaitid.c4 int waitid(idtype_t type, id_t id, siginfo_t* info, int options) { in waitid()
/third_party/ulib/musl/src/stdio/
A Dsetvbuf.c12 int setvbuf(FILE* restrict f, char* restrict buf, int type, size_t size) { in setvbuf()
/third_party/ulib/musl/src/ipc/
A Dmsgrcv.c5 ssize_t msgrcv(int q, void* m, size_t len, long type, int flag) { in msgrcv()
/third_party/lib/acpica/source/tools/acpixtract/
A Dacpixtract.h53 #define ACPI_GLOBAL(type,name) \ argument
58 #define ACPI_GLOBAL(type,name) \ argument
/third_party/ulib/musl/sanitizers/
A Dasan-stubs.c54 #define ASAN_REPORT_ERROR(type, is_write, size) \ argument
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal_decls.h46 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) argument
/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
A Ddigest.c175 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 Dinternal.h70 int type; member
/third_party/ulib/ngunwind/include/ngunwind/private/
A Ddwarf-config.h72 unw_word_t type; /* see DWARF_LOC_TYPE_* macros. */ member
/third_party/ulib/musl/src/ctype/
A Diswctype.c17 int iswctype(wint_t wc, wctype_t type) { in iswctype()

Completed in 26 milliseconds

123