/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_process_lock.h | 83 #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 …]
|
D | sctp_lock_userspace.h | 92 #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/ |
D | wp_dgst.c | 65 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update() argument 73 const unsigned char *inp = _inp; in WHIRLPOOL_Update() 86 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate() argument 91 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate()
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
D | select_var.h | 13 long _inp; member 34 ._inp = (long)readfds, in do_select_faulty_to()
|
/third_party/openssl/crypto/aes/asm/ |
D | aesni-sha256-x86_64.pl | 108 $_inp="16*$SZ+0*8(%rsp)"; 372 #mov $inp,$_inp # saved later 457 mov %r12,$_inp # $a4 564 &mov ("%r12",$_inp); # borrow $a4 575 &mov ($_inp,"%r12"); 583 mov $_inp,%r12 # borrow $a4 688 #mov $inp,$_inp # saved later 773 mov %r12,$_inp # $a4 833 &mov ("%r12",$_inp); # borrow $a4 844 &mov ($_inp,"%r12"); [all …]
|
/third_party/openssl/crypto/evp/ |
D | m_sha3.c | 62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update() argument 65 const unsigned char *inp = _inp; in sha3_update() 239 static int s390x_sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in s390x_sha3_update() argument 242 const unsigned char *inp = _inp; in s390x_sha3_update()
|
/third_party/openssl/crypto/camellia/asm/ |
D | cmll-x86.pl | 822 my $_inp=&DWP(24,"esp"); #copy of wparam(0) 863 &mov ($_inp,$s0); # save copy of inp 885 &mov ($idx,$_inp); 919 &mov ($idx,$_inp); # load inp 934 &mov ($_inp,$idx); # save inp 1026 &mov ($idx,$_inp); # load inp 1036 &mov ($_inp,$idx); # save inp 1065 &mov ($key,$_inp); # use inp as temp ivp 1119 &mov ($idx,$_inp); # load inp 1122 &mov ($_inp,$idx); # save inp
|
/third_party/openssl/crypto/sha/asm/ |
D | sha512-x86_64.pl | 179 $_inp="16*$SZ+1*8(%rsp)"; 326 mov $inp,$_inp # save inp, 2nd arh 806 mov $inp,$_inp # save inp, 2nd arh 1168 mov $inp,$_inp # save inp, 2nd arh 1562 mov $inp,$_inp # save inp, 2nd arh 1932 mov $inp,$_inp # save inp, 2nd arh 1979 #mov $inp,$_inp # offload $inp 2085 #mov $inp,$_inp # offload $inp 2196 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp 2239 #mov `2*$SZ*$rounds+8`(%rsp),$inp # $_inp
|