Home
last modified time | relevance | path

Searched refs:deth (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/net/infiniband/
H A Dib_packet.c52 struct ib_datagram_extended_transport_header *deth; in ib_push() local
70 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
106 deth->qkey = htonl ( av->qkey ); in ib_push()
107 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
130 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
195 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
200 deth = iobuf->data; in ib_pull()
201 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
202 av->qpn = ntohl ( deth->src_qp ); in ib_pull()
203 av->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/net/infiniband/
H A Dib_packet.c58 struct ib_datagram_extended_transport_header *deth; in ib_push() local
77 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push()
113 deth->qkey = htonl ( dest->qkey ); in ib_push()
114 deth->src_qp = htonl ( qp->ext_qpn ); in ib_push()
140 struct ib_datagram_extended_transport_header *deth; in ib_pull() local
207 if ( iob_len ( iobuf ) < sizeof ( *deth ) ) { in ib_pull()
212 deth = iobuf->data; in ib_pull()
213 iob_pull ( iobuf, sizeof ( *deth ) ); in ib_pull()
214 source->qpn = ntohl ( deth->src_qp ); in ib_pull()
215 source->qkey = ntohl ( deth->qkey ); in ib_pull()
[all …]
/dports/net/gspoof/gspoof-3.2/
H A Dconsole.c63 u_char *deth; variable
99 deth = calloc (6, sizeof(u_char)); in run_console()
157 …f ("DESTINATION HW ADDRESS (%X:%X:%X:%X:%X:%X) : ", deth[0], deth[1], deth[2], deth[3], deth[4], d… in run_console()
161 free (deth); in run_console()
162 deth = emb_hex_aton(value); in run_console()
163 if (deth==NULL) in run_console()
166 while (deth==NULL); in run_console()
486 if (deth) in run_console()
487 free (deth); in run_console()
533 …ION ADDRESS \t: %X:%X:%X:%X:%X:%X\n",GREEN, WHITE, deth[0], deth[1], deth[2], deth[3], deth[4], d… in print_menu()
[all …]
/dports/net/libusipp/libusipp-libusipp-2.25s/src/
H A DTX_dnet_eth.cc41 deth = eth_open(dev.c_str()); in TX_dnet_eth()
42 if (!deth) in TX_dnet_eth()
81 if (!deth) in sendpack()
93 ssize_t r = (int)eth_send(deth, tbuf, len + sizeof(ehdr)); in sendpack()
/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Drect.c977 de_thread_helper *deth; local
988 deth[thi].b = buckets;
990 deth[thi].width = fic.width;
991 deth[thi].height = fic.height;
994 deth[thi].de = &de;
995 deth[thi].k1 = k1;
996 deth[thi].k2 = k2;
998 deth[thi].spec = spec;
1001 deth[thi].start_row=0;
1006 deth[thi].end_row=-1;
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dbarostat_utils.F67 baro_pot = simpar%p_ext*cell%deth
70 baro_pot = simpar%p_ext*cell%deth
83 baro_pot = -0.5_dp*v_shock*v_shock*(1._dp - cell%deth*iv0)**2 - simpar%p0*(v0 - cell%deth)
132 baro_kin, temp, baro_pot, cell%deth*angstrom*angstrom*angstrom
/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dbarostat_utils.F67 baro_pot = simpar%p_ext*cell%deth
70 baro_pot = simpar%p_ext*cell%deth
83 baro_pot = -0.5_dp*v_shock*v_shock*(1._dp - cell%deth*iv0)**2 - simpar%p0*(v0 - cell%deth)
132 baro_kin, temp, baro_pot, cell%deth*angstrom*angstrom*angstrom
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/
H A Ddumpdcd.F959 SUBROUTINE invert_matrix_3x3(h, hinv, deth) argument
968 deth = det_3x3(h)
971 deth = ABS(deth)
972 IF (deth < 1.0E-10_dp) THEN
976 hinv(1, 1) = (h(2, 2)*h(3, 3) - h(3, 2)*h(2, 3))/deth
977 hinv(2, 1) = (h(2, 3)*h(3, 1) - h(3, 3)*h(2, 1))/deth
978 hinv(3, 1) = (h(2, 1)*h(3, 2) - h(3, 1)*h(2, 2))/deth
980 hinv(1, 2) = (h(1, 3)*h(3, 2) - h(3, 3)*h(1, 2))/deth
981 hinv(2, 2) = (h(1, 1)*h(3, 3) - h(3, 1)*h(1, 3))/deth
982 hinv(3, 2) = (h(1, 2)*h(3, 1) - h(3, 2)*h(1, 1))/deth
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/
H A Ddumpdcd.f90935 SUBROUTINE invert_matrix_3x3(h,hinv,deth) argument
946 deth = det_3x3(h)
949 deth = ABS(deth)
950 IF (deth < 1.0E-10_dp) THEN
954 hinv(1,1) = (h(2,2)*h(3,3) - h(3,2)*h(2,3))/deth
955 hinv(2,1) = (h(2,3)*h(3,1) - h(3,3)*h(2,1))/deth
956 hinv(3,1) = (h(2,1)*h(3,2) - h(3,1)*h(2,2))/deth
958 hinv(1,2) = (h(1,3)*h(3,2) - h(3,3)*h(1,2))/deth
959 hinv(2,2) = (h(1,1)*h(3,3) - h(3,1)*h(1,3))/deth
960 hinv(3,2) = (h(1,2)*h(3,1) - h(3,2)*h(1,1))/deth
[all …]
/dports/net/libusipp/libusipp-libusipp-2.25s/usi++/
H A DTX_dnet_eth.h48 eth_t *deth;
60 if (deth) in ~TX_dnet_eth()
61 eth_close(deth); in ~TX_dnet_eth()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsIGlobalObject.cpp173 for (const DOMEventTargetHelper* deth = mEventTargetObjects.getFirst(); deth; in ForEachEventTargetObject() local
174 deth = deth->getNext()) { in ForEachEventTargetObject()
175 targetList.AppendElement(const_cast<DOMEventTargetHelper*>(deth)); in ForEachEventTargetObject()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsIGlobalObject.cpp174 for (const DOMEventTargetHelper* deth = mEventTargetObjects.getFirst(); deth; in ForEachEventTargetObject() local
175 deth = deth->getNext()) { in ForEachEventTargetObject()
176 targetList.AppendElement(const_cast<DOMEventTargetHelper*>(deth)); in ForEachEventTargetObject()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsIGlobalObject.cpp173 for (const DOMEventTargetHelper* deth = mEventTargetObjects.getFirst(); deth; in ForEachEventTargetObject() local
174 deth = deth->getNext()) { in ForEachEventTargetObject()
175 targetList.AppendElement(const_cast<DOMEventTargetHelper*>(deth)); in ForEachEventTargetObject()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/subsys/
H A Dcell_types.F61 REAL(KIND=dp) :: deth component
105 cell_out%deth = cell_in%deth
131 cell_out%deth = cell_in%deth
191 SUBROUTINE get_cell(cell, alpha, beta, gamma, deth, orthorhombic, abc, periodic, & argument
195 REAL(KIND=dp), INTENT(OUT), OPTIONAL :: alpha, beta, gamma, deth local
203 IF (PRESENT(deth)) deth = cell%deth ! the volume
354 cell%deth = ABS(det_3x3(cell%hmat))
356 IF (cell%deth < 1.0E-10_dp) THEN
464 cell%deth = ABS(det_3x3(cell%hmat))
465 IF (cell%deth < 1.0E-10_dp) THEN
/dports/science/cp2k-data/cp2k-7.1.0/src/subsys/
H A Dcell_types.F61 REAL(KIND=dp) :: deth component
105 cell_out%deth = cell_in%deth
131 cell_out%deth = cell_in%deth
191 SUBROUTINE get_cell(cell, alpha, beta, gamma, deth, orthorhombic, abc, periodic, & argument
195 REAL(KIND=dp), INTENT(OUT), OPTIONAL :: alpha, beta, gamma, deth local
203 IF (PRESENT(deth)) deth = cell%deth ! the volume
354 cell%deth = ABS(det_3x3(cell%hmat))
356 IF (cell%deth < 1.0E-10_dp) THEN
464 cell%deth = ABS(det_3x3(cell%hmat))
465 IF (cell%deth < 1.0E-10_dp) THEN
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmotion_utils.F550 pv_total_bar(1, 1) = cp_unit_from_cp2k(virial%pv_total(1, 1)/cell%deth, "bar")
551 pv_total_bar(1, 2) = cp_unit_from_cp2k(virial%pv_total(1, 2)/cell%deth, "bar")
552 pv_total_bar(1, 3) = cp_unit_from_cp2k(virial%pv_total(1, 3)/cell%deth, "bar")
553 pv_total_bar(2, 1) = cp_unit_from_cp2k(virial%pv_total(2, 1)/cell%deth, "bar")
554 pv_total_bar(2, 2) = cp_unit_from_cp2k(virial%pv_total(2, 2)/cell%deth, "bar")
555 pv_total_bar(2, 3) = cp_unit_from_cp2k(virial%pv_total(2, 3)/cell%deth, "bar")
556 pv_total_bar(3, 1) = cp_unit_from_cp2k(virial%pv_total(3, 1)/cell%deth, "bar")
557 pv_total_bar(3, 2) = cp_unit_from_cp2k(virial%pv_total(3, 2)/cell%deth, "bar")
558 pv_total_bar(3, 3) = cp_unit_from_cp2k(virial%pv_total(3, 3)/cell%deth, "bar")
625 cell%deth*angstrom*angstrom*angstrom
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmotion_utils.F550 pv_total_bar(1, 1) = cp_unit_from_cp2k(virial%pv_total(1, 1)/cell%deth, "bar")
551 pv_total_bar(1, 2) = cp_unit_from_cp2k(virial%pv_total(1, 2)/cell%deth, "bar")
552 pv_total_bar(1, 3) = cp_unit_from_cp2k(virial%pv_total(1, 3)/cell%deth, "bar")
553 pv_total_bar(2, 1) = cp_unit_from_cp2k(virial%pv_total(2, 1)/cell%deth, "bar")
554 pv_total_bar(2, 2) = cp_unit_from_cp2k(virial%pv_total(2, 2)/cell%deth, "bar")
555 pv_total_bar(2, 3) = cp_unit_from_cp2k(virial%pv_total(2, 3)/cell%deth, "bar")
556 pv_total_bar(3, 1) = cp_unit_from_cp2k(virial%pv_total(3, 1)/cell%deth, "bar")
557 pv_total_bar(3, 2) = cp_unit_from_cp2k(virial%pv_total(3, 2)/cell%deth, "bar")
558 pv_total_bar(3, 3) = cp_unit_from_cp2k(virial%pv_total(3, 3)/cell%deth, "bar")
625 cell%deth*angstrom*angstrom*angstrom
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsIGlobalObject.cpp182 for (const DOMEventTargetHelper* deth = mEventTargetObjects.getFirst(); deth; in ForEachEventTargetObject() local
183 deth = deth->getNext()) { in ForEachEventTargetObject()
184 targetList.AppendElement(const_cast<DOMEventTargetHelper*>(deth)); in ForEachEventTargetObject()

1234567891011