| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | random.h | 1755 struct param_type in _GLIBCXX_VISIBILITY() 1759 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() 1762 param_type(_RealType __a, _RealType __b = _RealType(1)) in _GLIBCXX_VISIBILITY() 1777 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1781 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1809 uniform_real_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY() 1832 param_type in _GLIBCXX_VISIBILITY() 1841 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 1869 const param_type& __p) in _GLIBCXX_VISIBILITY() 1888 const param_type& __p) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | uniform_int_dist.h | 86 struct param_type in _GLIBCXX_VISIBILITY() struct 90 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() argument 93 param_type(_IntType __a, in _GLIBCXX_VISIBILITY() 109 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 113 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 138 uniform_int_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY() 161 param_type in _GLIBCXX_VISIBILITY() 170 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 198 const param_type& __p); in _GLIBCXX_VISIBILITY() 212 const param_type& __p) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.tcc | 933 using param_type in operator >>() typedef 934 = typename uniform_int_distribution<_IntType>::param_type; in operator >>() 942 __x.param(param_type(__a, __b)); in operator >>() 956 const param_type& __p) in __generate_impl() 994 using param_type in operator >>() typedef 995 = typename uniform_real_distribution<_RealType>::param_type; in operator >>() 1003 __x.param(param_type(__a, __b)); in operator >>() 1016 const param_type& __p) in __generate_impl() 1055 const param_type& __param) in operator ()() 1082 const param_type& __param) in __generate_impl() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | random.h | 1750 struct param_type in _GLIBCXX_VISIBILITY() 1754 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() 1757 param_type(_RealType __a, _RealType __b = _RealType(1)) in _GLIBCXX_VISIBILITY() 1772 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1776 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 1804 uniform_real_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY() 1827 param_type in _GLIBCXX_VISIBILITY() 1836 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 1864 const param_type& __p) in _GLIBCXX_VISIBILITY() 1883 const param_type& __p) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | uniform_int_dist.h | 83 struct param_type in _GLIBCXX_VISIBILITY() struct 87 param_type() : param_type(0) { } in _GLIBCXX_VISIBILITY() argument 90 param_type(_IntType __a, in _GLIBCXX_VISIBILITY() 106 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 110 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY() 134 uniform_int_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY() 157 param_type in _GLIBCXX_VISIBILITY() 166 param(const param_type& __param) in _GLIBCXX_VISIBILITY() 194 const param_type& __p); in _GLIBCXX_VISIBILITY() 208 const param_type& __p) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.tcc | 890 using param_type in operator >>() typedef 891 = typename uniform_int_distribution<_IntType>::param_type; in operator >>() 899 __x.param(param_type(__a, __b)); in operator >>() 913 const param_type& __p) in __generate_impl() 951 using param_type in operator >>() typedef 952 = typename uniform_real_distribution<_RealType>::param_type; in operator >>() 960 __x.param(param_type(__a, __b)); in operator >>() 973 const param_type& __p) in __generate_impl() 1012 const param_type& __param) in operator ()() 1039 const param_type& __param) in __generate_impl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | random | 453 class param_type 458 explicit param_type(IntType a = 0, 464 friend bool operator==(const param_type& x, const param_type& y); 465 friend bool operator!=(const param_type& x, const param_type& y); 474 explicit uniform_int_distribution(const param_type& parm); 479 template<class URNG> result_type operator()(URNG& g, const param_type& parm); 485 param_type param() const; 486 void param(const param_type& parm); 516 class param_type 521 explicit param_type(RealType a = 0, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | random | 424 struct param_type 429 param_type() : param_type(1) { } 432 param_type(_RealType __alpha_val, _RealType __beta_val = _RealType(1)) 448 operator==(const param_type& __p1, const param_type& __p2) 453 operator!=(const param_type& __p1, const param_type& __p2) 478 beta_distribution(const param_type& __p) 506 param_type 515 param(const param_type& __param) 543 const param_type& __p); 557 const param_type& __p) [all …]
|
| H A D | random.tcc | 419 const param_type& __param) in operator ()() 442 const param_type& __param) in __generate_impl() 502 param_type(__alpha_val, __beta_val)); in operator >>() 512 normal_mv_distribution<_Dimen, _RealType>::param_type:: 553 normal_mv_distribution<_Dimen, _RealType>::param_type:: 592 normal_mv_distribution<_Dimen, _RealType>::param_type:: 619 const param_type& __param) in operator ()() 643 const param_type& __param) in __generate_impl() 716 param_type(__mean, __varcov)); in operator >>() 730 const param_type& __p) in __generate_impl() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | random | 422 struct param_type 427 param_type() : param_type(1) { } 430 param_type(_RealType __alpha_val, _RealType __beta_val = _RealType(1)) 446 operator==(const param_type& __p1, const param_type& __p2) 451 operator!=(const param_type& __p1, const param_type& __p2) 476 beta_distribution(const param_type& __p) 504 param_type 513 param(const param_type& __param) 541 const param_type& __p); 555 const param_type& __p) [all …]
|
| H A D | random.tcc | 419 const param_type& __param) in operator ()() 442 const param_type& __param) in __generate_impl() 502 param_type(__alpha_val, __beta_val)); in operator >>() 512 normal_mv_distribution<_Dimen, _RealType>::param_type:: 553 normal_mv_distribution<_Dimen, _RealType>::param_type:: 592 normal_mv_distribution<_Dimen, _RealType>::param_type:: 619 const param_type& __param) in operator ()() 643 const param_type& __param) in __generate_impl() 716 param_type(__mean, __varcov)); in operator >>() 730 const param_type& __p) in __generate_impl() [all …]
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_asconf.c | 136 aph->ph.param_type = htons(SCTP_SUCCESS_REPORT); in sctp_asconf_success_response() 166 aph->ph.param_type = htons(SCTP_ERROR_CAUSE_IND); in sctp_asconf_error_response() 202 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_add_ip() local 215 param_type = ntohs(v4addr->ph.param_type); in sctp_process_asconf_add_ip() 219 switch (param_type) { in sctp_process_asconf_add_ip() 307 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_delete_ip() local 322 param_type = ntohs(v4addr->ph.param_type); in sctp_process_asconf_delete_ip() 354 switch (param_type) { in sctp_process_asconf_delete_ip() 464 uint16_t param_type, param_length, aparam_length; in sctp_process_asconf_set_primary() local 477 param_type = ntohs(v4addr->ph.param_type); in sctp_process_asconf_set_primary() [all …]
|
| H A D | sctp_indata.c | 854 ph->param_type = htons(SCTP_CAUSE_PROTOCOL_VIOLATION); in sctp_queue_data_to_stream() 1084 ph->param_type = in sctp_queue_data_for_reasm() 1114 ph->param_type = in sctp_queue_data_for_reasm() 1144 ph->param_type = in sctp_queue_data_for_reasm() 1175 ph->param_type = in sctp_queue_data_for_reasm() 1273 ph->param_type = in sctp_queue_data_for_reasm() 1309 ph->param_type = in sctp_queue_data_for_reasm() 1347 ph->param_type = in sctp_queue_data_for_reasm() 1381 ph->param_type = in sctp_queue_data_for_reasm() 1426 ph->param_type in sctp_queue_data_for_reasm() [all...] |
| H A D | sctp_input.c | 717 switch (ntohs(pbad->param_type)) { in sctp_process_unrecog_param() 752 pbad->param_type, (u_int)pbad->param_type); in sctp_process_unrecog_param() 777 error_type = ntohs(phdr->param_type); in sctp_handle_error() 1078 ph->param_type = htons(SCTP_CAUSE_COOKIE_IN_SHUTDOWN); in sctp_process_cookie_existing() 1949 scm->ph.param_type = htons(SCTP_CAUSE_STALE_COOKIE); in sctp_handle_cookie_echo() 2641 if (strreq->sr_req.ph.param_type == ntohs(SCTP_STR_RESET_RESPONSE)) { in sctp_clean_up_stream_reset() 2644 } else if (strreq->sr_req.ph.param_type != ntohs(SCTP_STR_RESET_REQUEST)) { in sctp_clean_up_stream_reset() 2646 (u_int)ntohs(strreq->sr_req.ph.param_type)); in sctp_clean_up_stream_reset() 2734 if (ntohs(ph->param_type) == SCTP_STR_RESET_REQUEST) { in sctp_handle_stream_reset() 2738 } else if (ntohs(ph->param_type) == SCTP_STR_RESET_RESPONSE) { in sctp_handle_stream_reset() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | x_algor.c | 74 int param_type; in X509_ALGOR_set_md() local 77 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md() 79 param_type = V_ASN1_NULL; in X509_ALGOR_set_md() 81 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL); in X509_ALGOR_set_md()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | x_algor.c | 76 int param_type; in X509_ALGOR_set_md() local 79 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md() 81 param_type = V_ASN1_NULL; in X509_ALGOR_set_md() 83 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_get_type(md)), param_type, NULL); in X509_ALGOR_set_md()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-c.c | 84 tree param_type = TREE_TYPE (this_param); in arm_resolve_cde_builtin() local 97 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO); in arm_resolve_cde_builtin() 102 tree type_size = TYPE_SIZE (param_type); in arm_resolve_cde_builtin() 109 i + 1, fndecl, param_type); in arm_resolve_cde_builtin() 115 if (! check_base_type (pattern_type, param_type)) in arm_resolve_cde_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-c.cc | 85 tree param_type = TREE_TYPE (this_param); in arm_resolve_cde_builtin() local 98 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO); in arm_resolve_cde_builtin() 103 tree type_size = TYPE_SIZE (param_type); in arm_resolve_cde_builtin() 110 i + 1, fndecl, param_type); in arm_resolve_cde_builtin() 116 if (! check_base_type (pattern_type, param_type)) in arm_resolve_cde_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model-reachability.cc | 244 reachable_regions::handle_parm (const svalue *sval, tree param_type) in handle_parm() argument 247 if (param_type in handle_parm() 248 && TREE_CODE (param_type) == POINTER_TYPE in handle_parm() 249 && TYPE_READONLY (TREE_TYPE (param_type))) in handle_parm()
|
| H A D | region-model-reachability.h | 59 void handle_parm (const svalue *sval, tree param_type);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu-c.c | 129 tree var, arg_type, param_type = TREE_VALUE (param); in spu_resolve_overloaded_builtin() local 154 if ((!SCALAR_TYPE_P (param_type) in spu_resolve_overloaded_builtin() 157 && !lang_hooks.types_compatible_p (param_type, arg_type)) in spu_resolve_overloaded_builtin()
|
| /netbsd-src/usr.sbin/btattach/ |
| H A D | init_swave.c | 50 uint8_t param_type; member 70 cp.param_type = 0x11; /* HCI Transport */ in init_swave()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-builtins.c | 201 recording::type *param_type; in make_builtin_function() local 202 FOR_EACH_VEC_ELT (param_types, i, param_type) in make_builtin_function() 207 param_type, in make_builtin_function()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-cp.cc | 1392 ipacp_value_safe_for_type (tree param_type, tree value) in ipacp_value_safe_for_type() argument 1395 if (param_type == val_type in ipacp_value_safe_for_type() 1396 || useless_type_conversion_p (param_type, val_type) in ipacp_value_safe_for_type() 1397 || fold_convertible_p (param_type, value)) in ipacp_value_safe_for_type() 2191 tree param_type) in propagate_vals_across_ancestor() argument 2203 if (t && ipacp_value_safe_for_type (param_type, t)) in propagate_vals_across_ancestor() 2220 tree param_type) in propagate_scalar_across_jump_function() argument 2228 if (ipacp_value_safe_for_type (param_type, val)) in propagate_scalar_across_jump_function() 2259 param_type); in propagate_scalar_across_jump_function() 2262 src_idx, param_type); in propagate_scalar_across_jump_function() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-target.cc | 593 Target::preferPassByRef (Type *param_type) in preferPassByRef() argument 596 Type *tb = param_type->toBasetype (); in preferPassByRef()
|