/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 52 #define sctp_feature_on(inp, feature) (inp->sctp_features |= feature) argument 53 #define sctp_feature_off(inp, feature) (inp->sctp_features &= ~feature) argument 54 #define sctp_is_feature_on(inp, feature) ((inp->sctp_features & feature) == feature) argument 55 #define sctp_is_feature_off(inp, feature) ((inp->sctp_features & feature) == 0) argument 57 #define sctp_stcb_feature_on(inp, stcb, feature) {\ argument 64 #define sctp_stcb_feature_off(inp, stcb, feature) {\ argument 71 #define sctp_stcb_is_feature_on(inp, stcb, feature) \ argument 76 #define sctp_stcb_is_feature_off(inp, stcb, feature) \ argument 84 #define sctp_mobility_feature_on(inp, feature) (inp->sctp_mobility_features |= feature) argument 85 #define sctp_mobility_feature_off(inp, feature) (inp->sctp_mobility_features &= ~feature) argument [all …]
|
D | sctp_timer.c | 97 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_threshold_management() 815 sctp_t3rxt_timer(struct sctp_inpcb *inp, 1011 sctp_t1init_timer(struct sctp_inpcb *inp, 1059 sctp_cookie_timer(struct sctp_inpcb *inp, 1124 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) 1187 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, 1284 sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb) 1306 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, 1329 sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb, 1352 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp, [all …]
|
D | sctp_peeloff.c | 55 struct sctp_inpcb *inp; in sctp_can_peel_off() local 93 struct sctp_inpcb *inp, *n_inp; in sctp_do_peeloff() local 178 struct sctp_inpcb *inp, *n_inp; in sctp_get_peeloff() local
|
D | sctp_usrreq.c | 249 sctp_notify(struct sctp_inpcb *inp, 374 struct sctp_inpcb *inp; local 513 struct sctp_inpcb *inp; local 588 struct sctp_inpcb *inp; local 659 struct sctp_inpcb *inp; local 712 struct sctp_inpcb *inp; local 739 struct sctp_inpcb *inp; local 772 struct sctp_inpcb *inp; local 801 struct sctp_inpcb *inp; local 873 struct sctp_inpcb *inp; local [all …]
|
D | sctp_pcb.c | 1158 struct sctp_inpcb *inp; local 1470 struct sctp_inpcb *inp; local 1828 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) 1876 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) 1894 struct sctp_inpcb *inp; local 2136 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id) 2197 sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp) 2256 struct sctp_inpcb *inp; local 2344 struct sctp_inpcb *inp = NULL; local 2606 struct sctp_inpcb *inp; local [all …]
|
D | sctputil.c | 112 sctp_log_closing(struct sctp_inpcb *inp, struct sctp_tcb *stcb, int16_t loc) in sctp_log_closing() 373 sctp_log_lock(struct sctp_inpcb *inp, struct sctp_tcb *stcb, uint8_t from) in sctp_log_lock() 655 sctp_auditing(int from, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_auditing() 880 struct sctp_inpcb *inp; in sctp_stop_timers_for_shutdown() local 904 struct sctp_inpcb *inp; in sctp_stop_association_timers() local 1042 sctp_select_initial_TSN(struct sctp_pcb *inp) in sctp_select_initial_TSN() 1080 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) in sctp_select_a_tag() 1145 sctp_init_asoc(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_init_asoc() 1772 struct sctp_inpcb *inp; in sctp_timeout_handler() local 2261 sctp_timer_start(int t_type, struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_timer_start() [all …]
|
D | sctp_sysctl.c | 195 sctp_sysctl_number_of_addresses(struct sctp_inpcb *inp) in sctp_sysctl_number_of_addresses() 245 sctp_sysctl_copy_out_local_addresses(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sysctl_r… in sctp_sysctl_copy_out_local_addresses() 447 struct sctp_inpcb *inp; variable
|
/third_party/grpc/test/core/util/ |
D | fuzzer_util.cc | 28 uint8_t grpc_fuzzer_get_next_byte(input_stream* inp) { in grpc_fuzzer_get_next_byte() 35 char* grpc_fuzzer_get_next_string(input_stream* inp, bool* special) { in grpc_fuzzer_get_next_string() 57 uint32_t grpc_fuzzer_get_next_uint32(input_stream* inp) { in grpc_fuzzer_get_next_uint32()
|
/third_party/markupsafe/ |
D | _speedups.c | 20 #define GET_DELTA(inp, inp_end, delta) \ argument 35 #define DO_ESCAPE(inp, inp_end, outp) \ argument 94 Py_UCS1 *inp = PyUnicode_1BYTE_DATA(in); in escape_unicode_kind1() local 120 Py_UCS2 *inp = PyUnicode_2BYTE_DATA(in); in escape_unicode_kind2() local 146 Py_UCS4 *inp = PyUnicode_4BYTE_DATA(in); in escape_unicode_kind4() local
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_dgst.c | 73 const unsigned char *inp = _inp; in WHIRLPOOL_Update() local 91 const unsigned char *inp = _inp; in WHIRLPOOL_BitUpdate() local 247 unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md) in WHIRLPOOL()
|
/third_party/mindspore/tests/st/ops/graph_kernel/ |
D | test_equal_count.py | 29 def construct(self, *inp): 32 def get_output(*inp, enable_graph_kernel=False):
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_mathlib_softfloat.cpp | 57 uint32_t clz32(uint32_t inp) in clz32() 91 sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32()
|
/third_party/lwip/src/netif/ppp/ |
D | fsm.c | 319 u_char *inp; in fsm_input() local 392 static void fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) { in fsm_rconfreq() 459 static void fsm_rconfack(fsm *f, int id, u_char *inp, int len) { in fsm_rconfack() 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 645 static void fsm_rcoderej(fsm *f, u_char *inp, int len) { in fsm_rcoderej()
|
D | upap.c | 306 u_char *inp; in upap_input() local 359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq() 458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack() 493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak()
|
D | eap.c | 345 b64enc(bs, inp, inlen, outp) in b64enc() argument 393 b64dec(bs, inp, inlen, outp) in b64dec() argument 1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument 1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request() 1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response() 2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success() 2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure() 2070 static void eap_input(ppp_pcb *pcb, u_char *inp, int inlen) { in eap_input() 2135 static int eap_printpkt(const u_char *inp, int inlen, void (*printer) (void *, const char *, ...), … in eap_printpkt()
|
/third_party/grpc/test/core/security/ |
D | alts_credentials_fuzzer.cc | 45 input_stream* inp, grpc_alts_credentials_options* options) { in read_target_service_accounts() 68 input_stream inp = {data, data + size}; in LLVMFuzzerTestOneInput() local
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264einport.c | 101 struct input_buf_private *inp; in h264e_inport_AllocateBuffer() local 132 struct input_buf_private *inp; in h264e_inport_UseBuffer() local 155 struct input_buf_private *inp = buf->pInputPortPrivate; in h264e_inport_FreeBuffer() local
|
/third_party/node/deps/npm/node_modules/worker-farm/examples/basic/ |
D | child.js | 3 module.exports = function (inp, callback) { argument
|
/third_party/openssl/crypto/modes/ |
D | ccm128.c | 138 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt() 222 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt() 311 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_encrypt_ccm64() 375 const unsigned char *inp, unsigned char *out, in CRYPTO_ccm128_decrypt_ccm64()
|
/third_party/openssl/crypto/ |
D | ppccap.c | 71 void sha256_block_data_order(void *ctx, const void *inp, size_t len) in sha256_block_data_order() 80 void sha512_block_data_order(void *ctx, const void *inp, size_t len) in sha512_block_data_order() 96 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_enc.c | 647 struct input_buf_private *inp; in vid_enc_AllocateInBuffer() local 676 struct input_buf_private *inp; in vid_enc_UseInBuffer() local 698 struct input_buf_private *inp = buf->pInputPortPrivate; in vid_enc_FreeInBuffer() local 816 static void enc_ClearBframes(omx_base_PortType *port, struct input_buf_private *inp) in enc_ClearBframes() 849 struct input_buf_private *inp = buf->pInputPortPrivate; in vid_enc_EncodeFrame() local
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_dynamic_shape.py | 49 def construct(self, grad, inp): argument 83 def construct(self, grad, inp): argument
|
/third_party/node/test/parallel/ |
D | test-zlib-from-gzip.js | 43 const inp = fs.createReadStream(fixture); constant
|
D | test-zlib-brotli-from-brotli.js | 22 const inp = fs.createReadStream(fixture); constant
|
/third_party/lwip/src/core/ |
D | ip.c | 154 ip_input(struct pbuf *p, struct netif *inp) in ip_input()
|