Home
last modified time | relevance | path

Searched defs:_d (Results 26 – 50 of 1791) sorted by relevance

12345678910>>...72

/dports/emulators/qemu60/qemu-6.0.0/include/hw/
H A Dqdev-properties-system.h26 #define DEFINE_PROP_PCI_DEVFN(_n, _s, _f, _d) \ argument
41 #define DEFINE_PROP_MULTIFD_COMPRESSION(_n, _s, _f, _d) \ argument
44 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
47 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
50 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
56 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
59 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
62 #define DEFINE_PROP_PCIE_LINK_WIDTH(_n, _s, _f, _d) \ argument
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ec2/
H A Dapi_op_DescribeTransitGatewayMulticastDomains.go26 out := result.(*DescribeTransitGatewayMulticastDomainsOutput)
42 // transit gateway multicast domain. Valid values are pending | available |
45 // * transit-gateway-id - The ID of the transit gateway.
48 // transit-gateway-multicast-domain-id - The ID of the transit gateway multicast
52 // The maximum number of results to return with a single call. To retrieve the
56 // The token for the next page of results.
59 // The ID of the transit gateway multicast domain.
63 type DescribeTransitGatewayMulticastDomainsOutput struct {
/dports/emulators/qemu42/qemu-4.2.1/include/hw/
H A Dqdev-properties.h157 #define DEFINE_PROP_UINT8(_n, _s, _f, _d) \ argument
163 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
167 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
169 #define DEFINE_PROP_SIZE(_n, _s, _f, _d) \ argument
205 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
207 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
210 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
213 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
221 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
224 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/
H A Dqdev-properties.h157 #define DEFINE_PROP_UINT8(_n, _s, _f, _d) \ argument
163 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
167 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
169 #define DEFINE_PROP_SIZE(_n, _s, _f, _d) \ argument
205 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
207 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
210 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
213 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
221 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
224 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/import/core/
H A Dcsvutil.cpp103 void Parse::setFieldDelimiter(const FieldDelimiter _d) in setFieldDelimiter()
110 void Parse::setTextDelimiter(const TextDelimiter _d) in setTextDelimiter()
115 void Parse::setDecimalSymbol(const DecimalSymbol _d) in setDecimalSymbol()
126 QChar Parse::decimalSymbol(const DecimalSymbol _d) in decimalSymbol()
/dports/security/sudo/sudo-1.9.8p2/include/
H A Dsudo_debug.h279 #define sudo_debug_enter(_a, _b, _c, _d) sudo_debug_enter_v1((_a), (_b), (_c), (_d)) argument
280 #define sudo_debug_execve2(_a, _b, _c, _d) sudo_debug_execve2_v1((_a), (_b), (_c), (_d)) argument
281 #define sudo_debug_exit(_a, _b, _c, _d) sudo_debug_exit_v1((_a), (_b), (_c), (_d)) argument
282 #define sudo_debug_exit_bool(_a, _b, _c, _d, _e) sudo_debug_exit_bool_v1((_a), (_b), (_c), (_d), (_… argument
283 #define sudo_debug_exit_int(_a, _b, _c, _d, _e) sudo_debug_exit_int_v1((_a), (_b), (_c), (_d), (_e)) argument
284 #define sudo_debug_exit_long(_a, _b, _c, _d, _e) sudo_debug_exit_long_v1((_a), (_b), (_c), (_d), (_… argument
285 #define sudo_debug_exit_ptr(_a, _b, _c, _d, _e) sudo_debug_exit_ptr_v1((_a), (_b), (_c), (_d), (_e)) argument
286 #define sudo_debug_exit_id_t(_a, _b, _c, _d, _e) sudo_debug_exit_id_t_v1((_a), (_b), (_c), (_d), (_… argument
287 #define sudo_debug_exit_size_t(_a, _b, _c, _d, _e) sudo_debug_exit_size_t_v1((_a), (_b), (_c), (_d)… argument
289 #define sudo_debug_exit_str(_a, _b, _c, _d, _e) sudo_debug_exit_str_v1((_a), (_b), (_c), (_d), (_e)) argument
[all …]
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_atomic.h30 #define CAS32(_a,_b,_c, _d) __sync_val_compare_and_swap(_a, _b, _c) argument
32 #define CAS32(_a,_b,_c, _d) AO_compare_and_swap(_a, _b, _c) argument
36 #define CAS_PTR(_a,_b,_c, _d) __sync_bool_compare_and_swap(_a, _b, _c) argument
38 #define CAS_PTR(_a,_b,_c, _d) AO_compare_and_swap((uintptr_t *)_a, (uintptr_t)_b, (uintptr_t)_c) argument
73 # define CAS32(_a, _b, _c, _d) … argument
88 # define CAS_PTR(_a, _b, _c, _d) … argument
H A Dsccp_cli_table.h48 #define CLI_AMI_TABLE_FIELD(_a,_b,_c,_d,_e) UNIQUE_VAR(table_width_,CLI_AMI_TABLE_NAME)=UNIQUE_VAR(… argument
57 #define CLI_AMI_TABLE_FIELD(_a,_b,_c,_d,_e) pbx_cli(fd,"%*s ",-_d,#_a); argument
63 #define CLI_AMI_TABLE_FIELD(_a,_b,_c,_d,_e) pbx_cli(fd,"%." STRINGIFY(_d) "s ", "==================… argument
85 #define CLI_AMI_TABLE_FIELD(_a,_b,_c,_d,_e) pbx_cli(fd,"%" _b #_c " ",_e); argument
87 #define CLI_AMI_TABLE_UTF8_FIELD(_a,_b,_c,_d,_e) pbx_cli(fd,"%-*" #_c " ", sccp_utf8_columnwidth(_d… argument
104 #define CLI_AMI_TABLE_FIELD(_a,_b,_c,_d,_e) AMI_OUTPUT_PARAM(#_a, 0, "%" #_c, _e); argument
/dports/devel/blitz/blitz-1.0.2/testsuite/
H A Dderrick-bass-1.cpp37 ddouble(double _d) : d(_d) { } in ddouble()
39 ddouble& operator=(double _d) { in operator =()
42 ddouble& operator=(ddouble _d) { in operator =()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_pcscf/
H A Dims_registrar_pcscf_mod.c412 static int w_save(struct sip_msg* _m, char* _d, char* _cflags) in w_save()
417 static int w_save_pending(struct sip_msg* _m, char* _d, char* _cflags) in w_save_pending()
422 static int w_follows_service_routes(struct sip_msg* _m, char* _d, char* _foo) in w_follows_service_routes()
427 static int w_force_service_routes(struct sip_msg* _m, char* _d, char* _foo) in w_force_service_routes()
432 static int w_is_registered(struct sip_msg* _m, char* _d, char* _foo) in w_is_registered()
437 static int w_reginfo_handle_notify(struct sip_msg* _m, char* _d, char* _foo) in w_reginfo_handle_notify()
442 static int w_assert_identity(struct sip_msg* _m, char* _d, char* _preferred_uri) { in w_assert_identity()
460 static int w_assert_called_identity(struct sip_msg* _m, char* _d, char* _foo) { in w_assert_called_identity()
520 static int w_unregister(struct sip_msg* _m, char* _d, char* _aor, char* _received_host, char* _rece… in w_unregister()
H A Dservice_routes.c172 pcontact_t * getContactP(struct sip_msg* _m, udomain_t* _d, enum pcontact_reg_states reg_state, cha… in getContactP()
352 int check_service_routes(struct sip_msg* _m, udomain_t* _d) { in check_service_routes()
529 int force_service_routes(struct sip_msg* _m, udomain_t* _d) { in force_service_routes()
639 int is_registered(struct sip_msg* _m, udomain_t* _d) { in is_registered()
669 int assert_identity(struct sip_msg* _m, udomain_t* _d, str identity) { in assert_identity()
713 int assert_called_identity(struct sip_msg* _m, udomain_t* _d) { in assert_called_identity()
760 int pcscf_unregister(udomain_t* _d, str * uri, str * received_host, int received_port) { in pcscf_unregister()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/xtask/src/
H A Dmain.rs25 let _d = pushd(project_root())?; in main() localVariable
41 let _d = pushd("./crates/rust-analyzer")?; in main() localVariable
61 let _d = pushd("./crates/syntax")?; in run_fuzzer() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/xtask/src/
H A Dmain.rs25 let _d = pushd(project_root())?; in main() localVariable
41 let _d = pushd("./crates/rust-analyzer")?; in main() localVariable
61 let _d = pushd("./crates/syntax")?; in run_fuzzer() localVariable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/
H A Dqdev-properties.h155 #define DEFINE_PROP_UINT8(_n, _s, _f, _d) \ argument
157 #define DEFINE_PROP_UINT16(_n, _s, _f, _d) \ argument
159 #define DEFINE_PROP_UINT32(_n, _s, _f, _d) \ argument
161 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
165 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
167 #define DEFINE_PROP_SIZE(_n, _s, _f, _d) \ argument
201 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
203 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
206 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
209 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
[all …]
/dports/security/amavisd-milter/amavisd-milter-1.7.0/compat/
H A Dcompat.h85 # define dirfd(_d) ((_d)->d_fd) argument
87 # define dirfd(_d) ((_d)->dd_fd) argument
89 # define dirfd(_d) ((_d)->__dd_fd) argument
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Ddlist.c72 static inline int find_dlist(str* _n, dlist_t** _d) in find_dlist()
256 static inline int new_dlist(str* _n, dlist_t** _d) in new_dlist()
301 int get_udomain(const char* _n, udomain_t** _d) in get_udomain()
327 int register_udomain(const char* _n, udomain_t** _d) in register_udomain()
414 int find_domain(str* _d, udomain_t** _p) in find_domain()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/tests/lib/
H A Daddress-data.h112 static struct _d { struct
115 } test_decode[] = { argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/virtio/
H A Dvirtio.c12 static ssize_t device_show(struct device *_d, in device_show()
20 static ssize_t vendor_show(struct device *_d, in vendor_show()
28 static ssize_t status_show(struct device *_d, in status_show()
36 static ssize_t modalias_show(struct device *_d, in modalias_show()
45 static ssize_t features_show(struct device *_d, in features_show()
206 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe()
281 static int virtio_dev_remove(struct device *_d) in virtio_dev_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/virtio/
H A Dvirtio.c12 static ssize_t device_show(struct device *_d, in device_show()
20 static ssize_t vendor_show(struct device *_d, in vendor_show()
28 static ssize_t status_show(struct device *_d, in status_show()
36 static ssize_t modalias_show(struct device *_d, in modalias_show()
45 static ssize_t features_show(struct device *_d, in features_show()
206 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe()
281 static int virtio_dev_remove(struct device *_d) in virtio_dev_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/virtio/
H A Dvirtio.c12 static ssize_t device_show(struct device *_d, in device_show()
20 static ssize_t vendor_show(struct device *_d, in vendor_show()
28 static ssize_t status_show(struct device *_d, in status_show()
36 static ssize_t modalias_show(struct device *_d, in modalias_show()
45 static ssize_t features_show(struct device *_d, in features_show()
206 static int virtio_dev_probe(struct device *_d) in virtio_dev_probe()
281 static int virtio_dev_remove(struct device *_d) in virtio_dev_remove()
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_pcscf/
H A Ddlist.c64 static inline int find_dlist(str* _n, dlist_t** _d) in find_dlist()
166 static inline int new_dlist(str* _n, dlist_t** _d) in new_dlist()
203 int get_udomain(const char* _n, udomain_t** _d) in get_udomain()
219 int register_udomain(const char* _n, udomain_t** _d) in register_udomain()
285 int find_domain(str* _d, udomain_t** _p) in find_domain()
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dutil.h35 #define DO_NTOHS(_d, _s) do{ _d = ntohs(*(const unsigned short*)(_s)); }while(0) in DECLARE_MGROUP() argument
36 #define DO_NTOHL(_d, _s) do{ _d = ntohl(*(const unsigned*)(_s)); } while(0) argument
37 #define DO_HTONS(_d, _s) do{ *(unsigned short*)(_d) = htons(_s); } while(0) argument
38 #define DO_HTONL(_d, _s) do{ *(unsigned*)(_d) = htonl(_s); } while(0) argument
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dutil.h35 #define DO_NTOHS(_d, _s) do{ _d = ntohs(*(const unsigned short*)(_s)); }while(0) in DECLARE_MGROUP() argument
36 #define DO_NTOHL(_d, _s) do{ _d = ntohl(*(const unsigned*)(_s)); } while(0) argument
37 #define DO_HTONS(_d, _s) do{ *(unsigned short*)(_d) = htons(_s); } while(0) argument
38 #define DO_HTONL(_d, _s) do{ *(unsigned*)(_d) = htonl(_s); } while(0) argument
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dsiphash.h73 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) argument
74 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument
79 #define SipHash48_End(_d) SipHash_End((_d), 4, 8) argument
80 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8) argument
/dports/net/openbgpd6/openbgpd-6.9p0/include/
H A Dsiphash.h73 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) argument
74 #define SipHash24_Final(_d, _c) SipHash_Final((_d), (_c), 2, 4) argument
79 #define SipHash48_End(_d) SipHash_End((_d), 4, 8) argument
80 #define SipHash48_Final(_d, _c) SipHash_Final((_d), (_c), 4, 8) argument

12345678910>>...72