Home
last modified time | relevance | path

Searched defs:_inp (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h83 #define SCTP_INP_LOCK_INIT(_inp) argument
84 #define SCTP_INP_LOCK_DESTROY(_inp) argument
86 #define SCTP_INP_RLOCK(_inp) argument
87 #define SCTP_INP_RUNLOCK(_inp) argument
88 #define SCTP_INP_WLOCK(_inp) argument
89 #define SCTP_INP_WUNLOCK(_inp) argument
90 #define SCTP_INP_RLOCK_ASSERT(_inp) argument
91 #define SCTP_INP_WLOCK_ASSERT(_inp) argument
92 #define SCTP_INP_INCR_REF(_inp) argument
93 #define SCTP_INP_DECR_REF(_inp) argument
[all …]
Dsctp_lock_userspace.h92 #define SCTP_INP_READ_INIT(_inp) argument
93 #define SCTP_INP_READ_DESTROY(_inp) argument
94 #define SCTP_INP_READ_LOCK(_inp) argument
95 #define SCTP_INP_READ_UNLOCK(_inp) argument
97 #define SCTP_INP_LOCK_INIT(_inp) argument
98 #define SCTP_ASOC_CREATE_LOCK_INIT(_inp) argument
99 #define SCTP_INP_LOCK_DESTROY(_inp) argument
100 #define SCTP_ASOC_CREATE_LOCK_DESTROY(_inp) argument
102 #define SCTP_INP_RLOCK(_inp) argument
103 #define SCTP_INP_WLOCK(_inp) argument
[all …]
/third_party/openssl/crypto/whrlpool/
Dwp_dgst.c65 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
86 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
/third_party/openssl/crypto/evp/
Dm_sha3.c62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update()
239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update()
/third_party/ltp/testcases/kernel/syscalls/select/
Dselect_var.h13 long _inp; member