Home
last modified time | relevance | path

Searched refs:mplen (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DLAparser.py152 mplen = len(mprefix) variable
170 return ident[0:mplen] == mprefix
196 return "%smAdd(%s,%s)" % (mprefix, a[mplen:], b[mplen:])
207 return "%smSubtract(%s,%s)" % (mprefix, a[mplen:], b[mplen:])
218 return "%smMultiply(%s,%s)" % (mprefix, a[mplen:], b[mplen:])
222 return "%smScale(%s,%s)" % (mprefix, a[mplen:], b)
224 return "%svScale(%s,%s)" % (vprefix, a[mplen:], b)
251 return "%smInverse(%s)" % (mprefix, a[mplen:])
253 return "%smTranspose(%s)" % (mprefix, a[mplen:])
255 return "mDeterminant(%s)" % (a[mplen:])
[all …]
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DLAparser.py138 mplen = len(mprefix) variable
149 if ident[0] == '-' and ident[1:mplen+1] == mprefix:
151 else: return ident[0:mplen] == mprefix
170 if _ismat(a) and _ismat(b): return "%smAdd(%s,%s)"%(mprefix,a[mplen:],b[mplen:])
176 if _ismat(a) and _ismat(b): return "%smSubtract(%s,%s)"%(mprefix,a[mplen:],b[mplen:])
182 if _ismat(a) and _ismat(b): return "%smMultiply(%s,%s)"%(mprefix,a[mplen:],b[mplen:])
184 if _ismat(a) and _isscalar(b): return "%smScale(%s,%s)"%(mprefix,a[mplen:],b)
185 if _isvec(a) and _isscalar(b): return "%svScale(%s,%s)"%(vprefix,a[mplen:],b)
203 if _ismat(a) and b=='-1': return "%smInverse(%s)"%(mprefix,a[mplen:])
205 if _ismat(a) and b=='Det': return "mDeterminant(%s)"%(a[mplen:])
[all …]
/dports/net/netatalk3/netatalk-3.1.12/etc/afpd/
H A Dappl.c86 static int copyapplfile(int sfd, int dfd, char *mpath, u_short mplen) in copyapplfile() argument
102 if ( pathcmp( mpath, mplen, p, len ) != 0 ) { in copyapplfile()
207 uint16_t vid, mplen; in afp_addappl() local
260 mplen = mpath + AFPOBJ_TMPSIZ - mp; in afp_addappl()
264 mplen = htons( mplen ); in afp_addappl()
265 memcpy( p, &mplen, sizeof( mplen )); in afp_addappl()
266 mplen = ntohs( mplen ); in afp_addappl()
275 cc = copyapplfile( sa.sdt_fd, tfd, mp, mplen ); in afp_addappl()
296 uint16_t vid, mplen; in afp_rmvappl() local
346 mplen = mpath + AFPOBJ_TMPSIZ - mp; in afp_rmvappl()
[all …]
/dports/editors/neovim/libmpack-1.0.5/test/
H A Dfixtures.c26 static void map_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in map_generator() argument
68 *mplen = mpoff; in map_generator()
71 static void array_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in array_generator() argument
110 *mplen = mpoff; in array_generator()
113 static void blob_pattern_generator(char **js, uint8_t **mp, size_t *mplen, in blob_pattern_generator() argument
163 *mplen = s + mpoff; in blob_pattern_generator()
166 static void bin_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in bin_generator() argument
168 blob_pattern_generator(js, mp, mplen, s, 0xc4, 'b'); in bin_generator()
171 static void str_generator(char **js, uint8_t **mp, size_t *mplen, size_t s) in str_generator() argument
174 blob_pattern_generator(js, mp, mplen, s, 0xd9, 's'); in str_generator()
[all …]
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Dipdns.py542 mplen = 0
545 mplen = IPAddr.MAP_ADDR2MASKPLEN.get(self._addr)
546 if mplen is None:
548 self._maskplen = mplen
549 return mplen
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mpls-echo.c1043 guint16 mplen, idx = 1; in dissect_mpls_echo_tlv_ds_map() local
1110 if (rem < mplen) { in dissect_mpls_echo_tlv_ds_map()
1113 mplen, rem); in dissect_mpls_echo_tlv_ds_map()
1116 rem -= mplen; in dissect_mpls_echo_tlv_ds_map()
1117 if (mplen) { in dissect_mpls_echo_tlv_ds_map()
1120 if (mplen != 4) { in dissect_mpls_echo_tlv_ds_map()
1123 mplen); in dissect_mpls_echo_tlv_ds_map()
1132 if (mplen != 8) { in dissect_mpls_echo_tlv_ds_map()
1152 if (mplen < 4) { in dissect_mpls_echo_tlv_ds_map()
1162 if (mplen > 4) in dissect_mpls_echo_tlv_ds_map()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mpls-echo.c1043 guint16 mplen, idx = 1; in dissect_mpls_echo_tlv_ds_map() local
1110 if (rem < mplen) { in dissect_mpls_echo_tlv_ds_map()
1113 mplen, rem); in dissect_mpls_echo_tlv_ds_map()
1116 rem -= mplen; in dissect_mpls_echo_tlv_ds_map()
1117 if (mplen) { in dissect_mpls_echo_tlv_ds_map()
1120 if (mplen != 4) { in dissect_mpls_echo_tlv_ds_map()
1123 mplen); in dissect_mpls_echo_tlv_ds_map()
1132 if (mplen != 8) { in dissect_mpls_echo_tlv_ds_map()
1152 if (mplen < 4) { in dissect_mpls_echo_tlv_ds_map()
1162 if (mplen > 4) in dissect_mpls_echo_tlv_ds_map()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mpls-echo.c1043 guint16 mplen, idx = 1;
1110 if (rem < mplen) {
1113 mplen, rem);
1116 rem -= mplen;
1117 if (mplen) {
1120 if (mplen != 4) {
1123 mplen);
1132 if (mplen != 8) {
1152 if (mplen < 4) {
1162 if (mplen > 4)
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mpls-echo.c1043 guint16 mplen, idx = 1; in dissect_mpls_echo_tlv_ds_map() local
1110 if (rem < mplen) { in dissect_mpls_echo_tlv_ds_map()
1113 mplen, rem); in dissect_mpls_echo_tlv_ds_map()
1116 rem -= mplen; in dissect_mpls_echo_tlv_ds_map()
1117 if (mplen) { in dissect_mpls_echo_tlv_ds_map()
1120 if (mplen != 4) { in dissect_mpls_echo_tlv_ds_map()
1123 mplen); in dissect_mpls_echo_tlv_ds_map()
1132 if (mplen != 8) { in dissect_mpls_echo_tlv_ds_map()
1152 if (mplen < 4) { in dissect_mpls_echo_tlv_ds_map()
1162 if (mplen > 4) in dissect_mpls_echo_tlv_ds_map()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/sip/
H A Dsip_parser.c635 ssize_t mplen; in sip_complete_message() local
659 mplen = msg_multipart_prepare(msg, mp, sip->sip_flags); in sip_complete_message()
660 if (mplen == -1) in sip_complete_message()
662 len = (size_t)mplen; in sip_complete_message()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/sip/
H A Dsip_parser.c662 ssize_t mplen; in sip_complete_message() local
686 mplen = msg_multipart_prepare(msg, mp, sip->sip_flags); in sip_complete_message()
687 if (mplen == -1) in sip_complete_message()
689 len = (size_t)mplen; in sip_complete_message()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde.c1269 mplen -= 2; in rde_update_dispatch()
1272 mplen--; in rde_update_dispatch()
1309 mplen -= pos; in rde_update_dispatch()
1326 mplen -= pos; in rde_update_dispatch()
1343 mplen -= pos; in rde_update_dispatch()
1391 mplen -= 2; in rde_update_dispatch()
1394 mplen--; in rde_update_dispatch()
1422 mplen -= pos; in rde_update_dispatch()
1437 mplen -= pos; in rde_update_dispatch()
1456 mplen -= pos; in rde_update_dispatch()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c321 size_t mplen; in test_archive_string_normalization_nfc() local
448 &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_nfc()
532 size_t mplen; in test_archive_string_normalization_mac_nfd() local
698 &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_mac_nfd()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c321 size_t mplen; in test_archive_string_normalization_nfc() local
448 &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_nfc()
532 size_t mplen; in test_archive_string_normalization_mac_nfd() local
698 &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_mac_nfd()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/test/
H A Dtest_archive_string_conversion.c321 size_t mplen; in test_archive_string_normalization_nfc() local
448 a, &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_nfc()
532 size_t mplen; in test_archive_string_normalization_mac_nfd() local
698 a, &mstr, &mp, &mplen, t_sconv8)); in test_archive_string_normalization_mac_nfd()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dposix.py505 mplen = len(mp)
506 if mplen == pathlen: # mount point itself
508 if path[mplen] == pycompat.ossep:
509 return mp + encoding.upper(path[mplen:])
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dtrace-events82 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
87 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dtrace-events82 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
87 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dtrace-events82 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
87 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dtrace-events82 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
87 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dtrace-events82 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
87 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dtrace-events84 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
89 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dtrace-events84 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
89 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dtrace-events84 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
89 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dtrace-events84 …b_ehci_qh_fields(uint32_t addr, int rl, int mplen, int eps, int ep, int devaddr) "QH @ 0x%08x - rl…
89 …2_t addr, uint32_t nxt, uint32_t mplen, uint32_t mult, uint32_t ep, uint32_t devaddr) "ITD @ 0x%08…

12