Home
last modified time | relevance | path

Searched defs:inp (Results 1 – 25 of 209) sorted by relevance

123456789

/external/usrsctp/usrsctplib/netinet/
Dsctp_timer.c101 sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb, in sctp_threshold_management()
819 sctp_t3rxt_timer(struct sctp_inpcb *inp,
1015 sctp_t1init_timer(struct sctp_inpcb *inp,
1063 sctp_cookie_timer(struct sctp_inpcb *inp,
1128 sctp_strreset_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
1191 sctp_asconf_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
1288 sctp_delete_prim_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb)
1310 sctp_shutdown_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
1333 sctp_shutdownack_timer(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
1356 sctp_audit_stream_queues_for_size(struct sctp_inpcb *inp,
[all …]
Dsctp_var.h52 #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 …]
Dsctp_usrreq.c282 sctp_notify(struct sctp_inpcb *inp,
413 struct sctp_inpcb *inp; local
574 struct sctp_inpcb *inp; local
655 struct sctp_inpcb *inp; local
726 struct sctp_inpcb *inp; local
779 struct sctp_inpcb *inp; local
806 struct sctp_inpcb *inp; local
839 struct sctp_inpcb *inp; local
868 struct sctp_inpcb *inp; local
940 struct sctp_inpcb *inp; local
[all …]
Dsctp_peeloff.c59 struct sctp_inpcb *inp; in sctp_can_peel_off() local
97 struct sctp_inpcb *inp, *n_inp; in sctp_do_peeloff() local
Dsctp_pcb.c1157 struct sctp_inpcb *inp; local
1469 struct sctp_inpcb *inp; local
1827 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock)
1875 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock)
1893 struct sctp_inpcb *inp; local
2135 sctp_isport_inuse(struct sctp_inpcb *inp, uint16_t lport, uint32_t vrf_id)
2196 sctp_swap_inpcb_for_listen(struct sctp_inpcb *inp)
2255 struct sctp_inpcb *inp; local
2343 struct sctp_inpcb *inp = NULL; local
2605 struct sctp_inpcb *inp; local
[all …]
/external/tensorflow/tensorflow/python/compiler/tensorrt/test/
Dbase_test.py36 def GraphFn(self, inp): argument
76 def GraphFn(self, inp): argument
132 def GraphFn(self, inp): argument
173 def GraphFn(self, inp): argument
209 def GraphFn(self, inp): argument
230 def GraphFn(self, inp): argument
262 def GraphFn(self, inp): argument
Dconv2d_test.py66 def build_graph(inp, argument
86 def GraphFn(self, inp): argument
121 def GraphFn(self, inp): argument
144 def GraphFn(self, inp): argument
175 def GraphFn(self, inp): argument
Dreshape_transpose_test.py30 def GraphFn(self, inp): argument
81 def GraphFn(self, inp): argument
110 def GraphFn(self, inp): argument
Dbatch_matmul_test.py60 def GraphFn(self, inp, inp1): argument
78 def GraphFn(self, inp): argument
97 def GraphFn(self, inp): argument
/external/grpc-grpc/test/core/util/
Dfuzzer_util.cc28 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()
/external/python/markupsafe/src/markupsafe/
D_speedups.c20 #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
/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py280 inp, argument
379 def _eager_py_func(func, inp, Tout, name=None, use_tape_cache=True): argument
433 def eager_py_func(func, inp, Tout, name=None): argument
516 def py_func_common(func, inp, Tout, stateful=True, name=None): argument
664 def py_func(func, inp, Tout, stateful=True, name=None): argument
673 def numpy_function(func, inp, Tout, name=None): argument
/external/boringssl/src/crypto/evp/
Devp_asn1.c247 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PrivateKey()
303 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **out, const uint8_t **inp, long len) { in d2i_AutoPrivateKey()
350 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PublicKey()
391 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **out, const uint8_t **inp, long len) { in d2i_PUBKEY()
423 RSA *d2i_RSA_PUBKEY(RSA **out, const uint8_t **inp, long len) { in d2i_RSA_PUBKEY()
465 DSA *d2i_DSA_PUBKEY(DSA **out, const uint8_t **inp, long len) { in d2i_DSA_PUBKEY()
507 EC_KEY *d2i_EC_PUBKEY(EC_KEY **out, const uint8_t **inp, long len) { in d2i_EC_PUBKEY()
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_asn1.c247 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PrivateKey()
303 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **out, const uint8_t **inp, long len) { in d2i_AutoPrivateKey()
350 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **out, const uint8_t **inp, in d2i_PublicKey()
391 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **out, const uint8_t **inp, long len) { in d2i_PUBKEY()
423 RSA *d2i_RSA_PUBKEY(RSA **out, const uint8_t **inp, long len) { in d2i_RSA_PUBKEY()
465 DSA *d2i_DSA_PUBKEY(DSA **out, const uint8_t **inp, long len) { in d2i_DSA_PUBKEY()
507 EC_KEY *d2i_EC_PUBKEY(EC_KEY **out, const uint8_t **inp, long len) { in d2i_EC_PUBKEY()
/external/tensorflow/tensorflow/core/framework/
Dbfloat16_test.cc45 float* inp = new float[N]; in BM_FloatToBFloat16() local
64 float* inp = new float[N]; in BM_RoundFloatToBFloat16() local
85 bfloat16* inp = new bfloat16[N]; in BM_BFloat16ToFloat() local
/external/tensorflow/tensorflow/python/keras/engine/
Dinput_layer_test.py145 def run_model(inp): argument
177 def run_model(inp): argument
212 def run_model(inp): argument
284 def run_model(inp): argument
326 def run_model(inp): argument
/external/ppp/pppd/
Dfsm.c339 u_char *inp; local
413 fsm_rconfreq(f, id, inp, len) in fsm_rconfreq() argument
484 fsm_rconfack(f, id, inp, len) in fsm_rconfack() argument
542 fsm_rconfnakrej(f, code, id, inp, len) in fsm_rconfnakrej() argument
679 fsm_rcoderej(f, inp, len) in fsm_rcoderej() argument
/external/libhevc/common/
Dihevc_trans_macros.h37 #define QUANT(out, inp, quant_coeff, qp_div, log2_trans_size, q_add) \ argument
62 #define QUANT_HBD(out, inp, quant_coeff, qp_div, log2_trans_size, q_add, bit_depth) \ argument
87 #define QUANT_NO_WEIGHTMAT(out, inp, quant_coeff, qp_div, log2_trans_size, q_add) \ argument
112 #define QUANT_NO_WEIGHTMAT_HBD(out, inp, quant_coeff, qp_div, log2_trans_size, q_add, bit_depth) \ argument
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc74 static void end(input_stream* inp) { inp->cur = inp->end; } in end()
76 static void read_buffer(input_stream* inp, char** buffer, size_t* length, in read_buffer()
97 static grpc_slice read_string_like_slice(input_stream* inp) { in read_string_like_slice()
105 static grpc_slice read_buffer_like_slice(input_stream* inp) { in read_buffer_like_slice()
116 static uint32_t read_uint22(input_stream* inp) { in read_uint22()
131 static grpc_byte_buffer* read_message(input_stream* inp) { in read_message()
139 static int read_int(input_stream* inp) { in read_int()
143 static grpc_channel_args* read_args(input_stream* inp) { in read_args()
193 static const char* read_cred_artifact(cred_artifact_ctx* ctx, input_stream* inp, in read_cred_artifact()
208 static grpc_channel_credentials* read_ssl_channel_creds(input_stream* inp) { in read_ssl_channel_creds()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_cpu.h61 std::vector<const T*> inp; in ConcatCPUImpl() local
95 const T* inp = &(*inputs[j])(skipped_rows, 0); in ConcatCPUImpl() local
113 std::vector<const T*> inp; in ConcatCPUImpl() local
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib_softfloat.cpp57 uint32_t clz32(uint32_t inp) in clz32()
91 sf32 sf16_to_sf32(sf16 inp) in sf16_to_sf32()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
DDateTimeShortcuts.js94 addTimezoneWarning: function(inp) { argument
134 addClock: function(inp) { argument
235 addCalendar: function(inp) { argument
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c280 DSA_SIG *d2i_DSA_SIG(DSA_SIG **out_sig, const uint8_t **inp, long len) { in d2i_DSA_SIG()
308 DSA *d2i_DSAPublicKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPublicKey()
336 DSA *d2i_DSAPrivateKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPrivateKey()
364 DSA *d2i_DSAparams(DSA **out, const uint8_t **inp, long len) { in d2i_DSAparams()
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/
Ddsa_asn1.c280 DSA_SIG *d2i_DSA_SIG(DSA_SIG **out_sig, const uint8_t **inp, long len) { in d2i_DSA_SIG()
308 DSA *d2i_DSAPublicKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPublicKey()
336 DSA *d2i_DSAPrivateKey(DSA **out, const uint8_t **inp, long len) { in d2i_DSAPrivateKey()
364 DSA *d2i_DSAparams(DSA **out, const uint8_t **inp, long len) { in d2i_DSAparams()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_credentials_fuzzer.cc45 input_stream* inp, grpc_alts_credentials_options* options) { in read_target_service_accounts()
68 input_stream inp = {data, data + size}; in LLVMFuzzerTestOneInput() local

123456789