Home
last modified time | relevance | path

Searched refs:tlen (Results 1 – 25 of 4587) sorted by relevance

12345678910>>...184

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dhexdump.c62 int tlen = 0; in hexdump_string() local
66 tlen += sprintf((dst+tlen), "%04X: ", counter); in hexdump_string()
70 tlen += sprintf((dst+tlen), "%02X ", *(datatmp++)); in hexdump_string()
72 tlen += sprintf((dst+tlen), " "); /* pad if short line */ in hexdump_string()
74 tlen += sprintf((dst+tlen)," "); in hexdump_string()
78 tlen += sprintf((dst+tlen), "%02X ", *(datatmp++)); in hexdump_string()
80 tlen += sprintf((dst+tlen)," "); /* pad if short line */ in hexdump_string()
82 tlen += sprintf((dst+tlen)," "); in hexdump_string()
87 tlen += sprintf((dst+tlen), "%c", *datatmp); in hexdump_string()
89 tlen += sprintf((dst+tlen), "."); /* put this for non-printables */ in hexdump_string()
/dports/x11-toolkits/scintilla/scintilla/test/unit/
H A DtestUniConversion.cxx114 REQUIRE(tlen == 1U);
122 REQUIRE(tlen == 1U);
130 REQUIRE(tlen == 1U);
138 REQUIRE(tlen == 1U);
146 REQUIRE(tlen == 2U);
155 REQUIRE(tlen == 4U);
166 REQUIRE(tlen == 2U);
175 REQUIRE(tlen == 2U);
186 REQUIRE(tlen == 1U);
194 REQUIRE(tlen == 1U);
[all …]
/dports/editors/textadept/scintilla/test/unit/
H A DtestUniConversion.cxx114 REQUIRE(tlen == 1U);
122 REQUIRE(tlen == 1U);
130 REQUIRE(tlen == 1U);
138 REQUIRE(tlen == 1U);
146 REQUIRE(tlen == 2U);
155 REQUIRE(tlen == 4U);
166 REQUIRE(tlen == 2U);
175 REQUIRE(tlen == 2U);
186 REQUIRE(tlen == 1U);
194 REQUIRE(tlen == 1U);
[all …]
/dports/editors/scite/scintilla/test/unit/
H A DtestUniConversion.cxx114 REQUIRE(tlen == 1U);
122 REQUIRE(tlen == 1U);
130 REQUIRE(tlen == 1U);
138 REQUIRE(tlen == 1U);
146 REQUIRE(tlen == 2U);
155 REQUIRE(tlen == 4U);
166 REQUIRE(tlen == 2U);
175 REQUIRE(tlen == 2U);
186 REQUIRE(tlen == 1U);
194 REQUIRE(tlen == 1U);
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/pixmaps/emoticons/
H A Demoticons.def416 :D tlen/smiech.gif
417 :-p tlen/jezyk.gif
418 :p tlen/jezyk.gif
419 :-P tlen/jezyk.gif
420 :P tlen/jezyk.gif
421 ;-) tlen/oczko.gif
422 ;) tlen/oczko.gif
424 :( tlen/smutas.gif
433 [ble] tlen/ble.gif
447 [dom] tlen/dom.gif
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-udp.h83 tlen -= 8; in UDPV4Checksum()
90 tlen -= 32; in UDPV4Checksum()
96 tlen -= 8; in UDPV4Checksum()
102 tlen -= 4; in UDPV4Checksum()
109 tlen -= 2; in UDPV4Checksum()
112 if (tlen == 1) { in UDPV4Checksum()
152 tlen -= 8; in UDPV6Checksum()
159 tlen -= 32; in UDPV6Checksum()
165 tlen -= 8; in UDPV6Checksum()
171 tlen -= 4; in UDPV6Checksum()
[all …]
H A Ddecode-tcp.h205 tlen -= 20; in TCPChecksum()
214 tlen -= 32; in TCPChecksum()
220 tlen -= 8; in TCPChecksum()
226 tlen -= 4; in TCPChecksum()
233 tlen -= 2; in TCPChecksum()
236 if (tlen == 1) { in TCPChecksum()
272 tlen -= 20; in TCPV6Checksum()
279 tlen -= 32; in TCPV6Checksum()
285 tlen -= 8; in TCPV6Checksum()
291 tlen -= 4; in TCPV6Checksum()
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/sieve/
H A Dcomparator.c121 sl = tlen < plen ? tlen : plen; in octet_cmp_()
128 return (tlen - plen); in octet_cmp_()
178 int N = tlen; in octet_contains_()
225 return (!tlen); in octet_matches_()
232 if (!tlen) { in octet_matches_()
235 t++; tlen--; in octet_matches_()
263 t += tlen; in octet_matches_()
275 while (tlen) { in octet_matches_()
294 t++; tlen--; in octet_matches_()
303 t++; tlen--; in octet_matches_()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/sieve/
H A Dcomparator.c134 sl = tlen < plen ? tlen : plen; in octet_cmp_()
141 return (tlen - plen); in octet_cmp_()
155 int N = tlen; in octet_contains_()
225 return (!tlen); in octet_matches_()
232 if (!tlen) { in octet_matches_()
235 t++; tlen--; in octet_matches_()
262 t += tlen; in octet_matches_()
273 while (tlen) { in octet_matches_()
294 t++; tlen--; in octet_matches_()
303 t++; tlen--; in octet_matches_()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/sieve/
H A Dcomparator.c135 sl = tlen < plen ? tlen : plen; in octet_cmp_()
142 return (tlen - plen); in octet_cmp_()
156 int N = tlen; in octet_contains_()
226 return (!tlen); in octet_matches_()
233 if (!tlen) { in octet_matches_()
236 t++; tlen--; in octet_matches_()
263 t += tlen; in octet_matches_()
274 while (tlen) { in octet_matches_()
295 t++; tlen--; in octet_matches_()
304 t++; tlen--; in octet_matches_()
[all …]
/dports/databases/dbow/dbow-0.7/src/
H A Dparse.y366 tlen = $3;
377 tlen = $3;
388 tlen = $3;
399 tlen = $3;
410 tlen = $3;
421 tlen = $3;
432 tlen = $3;
443 tlen = $4;
454 tlen = $3;
465 tlen = $3;
[all …]
/dports/textproc/p5-Regex-PreSuf/Regex-PreSuf-1.17/t/
H A Dlength.t7 sub tlen {
29 tlen(\&Regex::PreSuf::prefix_length, [qw(foobar foobar)], 6, [qw()]);
30 tlen(\&Regex::PreSuf::prefix_length, [qw(foobar fooxar)], 3, [qw(b x)]);
31 tlen(\&Regex::PreSuf::prefix_length, [qw(foobar foobaz)], 5, [qw(r z)]);
32 tlen(\&Regex::PreSuf::prefix_length, [qw(foobar foozot)], 3, [qw(b z)]);
33 tlen(\&Regex::PreSuf::prefix_length, [qw(foobar feebar)], 1, [qw(e o)]);
37 tlen(\&Regex::PreSuf::prefix_length, [qw(o o o o o o o)], 1, [qw()]);
39 tlen(\&Regex::PreSuf::prefix_length, [qw(ou ou ou ou ou)],2, [qw()]);
42 tlen(\&Regex::PreSuf::suffix_length, [qw(foobar foobar)], 6, [qw()]);
50 tlen(\&Regex::PreSuf::suffix_length, [qw(o o o o o o o)], 1, [qw()]);
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/mdp/utils/
H A Dcovariance.py115 avg_mtx /= tlen*(tlen)
117 avg_mtx /= tlen*(tlen - 1)
121 avg /= tlen
209 self._cov_mtx += mdp.utils.mult(x[:tlen-dt, :].T, x[dt:tlen, :])
239 avg_mtx /= tlen
251 avg /= tlen
252 avg_dt /= tlen
386 avg_mtx /= tlen*(tlen)
389 avg_mtx /= tlen*(tlen - 1)
393 avgx /= tlen
[all …]
/dports/science/py-mdp/MDP-3.5/mdp/utils/
H A Dcovariance.py117 avg_mtx /= tlen*(tlen)
119 avg_mtx /= tlen*(tlen - 1)
123 avg /= tlen
211 self._cov_mtx += mdp.utils.mult(x[:tlen-dt, :].T, x[dt:tlen, :])
241 avg_mtx /= tlen
253 avg /= tlen
254 avg_dt /= tlen
388 avg_mtx /= tlen*(tlen)
391 avg_mtx /= tlen*(tlen - 1)
395 avgx /= tlen
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-isoclns.c2372 tlen -= 2; in isis_print_router_cap_subtlv()
2440 tlen -= subl; in isis_print_router_cap_subtlv()
2885 tlen--; in isis_print()
2892 tlen -= alen; in isis_print()
2985 tlen--; in isis_print()
3110 tlen--; in isis_print()
3159 tlen--; in isis_print()
3262 tlen--; in isis_print()
3277 if (tlen < 4) in isis_print()
3322 tlen--; in isis_print()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1796.c148 tlen = s6length(scen2,kdim,&kstat);
150 scen2[k1] /= tlen;
168 tlen += t[k1]*t[k1];
171 tlen = sqrt(tlen);
173 if (tlen > aepsge)
174 for (k1=0; k1 < kdim; k1++) t[k1] /= tlen;
208 tlen = s6length(scen2,kdim,&kstat);
210 scen2[k1] /= tlen;
227 tlen += t[k1]*t[k1];
230 tlen = sqrt(tlen);
[all …]
H A Ds1990.c247 tlen = slen[1];
271 tlen = slen[3];
348 tlen = sqrt(tlen);
381 tlen = sqrt(tlen);
407 if (tlen >= DZERO) tlen = min((double)1.0,tlen);
408 else tlen = max((double)-1.0,tlen);
410 tlen = acos(tlen);
471 tlen = sqrt(tlen);
621 double tlen; local
633 tlen = sqrt(tlen);
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_pk1.c18 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() argument
24 if (flen > (tlen - RSA_PKCS1_PADDING_SIZE)) { in RSA_padding_add_PKCS1_type_1()
36 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_1()
44 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() argument
108 if (j > tlen) { in RSA_padding_check_PKCS1_type_1()
117 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() argument
123 if (flen > (tlen - 11)) { in RSA_padding_add_PKCS1_type_2()
135 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_2()
164 if (tlen <= 0 || flen <= 0) in RSA_padding_check_PKCS1_type_2()
227 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_pk1.c18 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() argument
24 if (flen > (tlen - RSA_PKCS1_PADDING_SIZE)) { in RSA_padding_add_PKCS1_type_1()
36 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_1()
44 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() argument
108 if (j > tlen) { in RSA_padding_check_PKCS1_type_1()
117 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() argument
123 if (flen > (tlen - 11)) { in RSA_padding_add_PKCS1_type_2()
135 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_2()
164 if (tlen <= 0 || flen <= 0) in RSA_padding_check_PKCS1_type_2()
227 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/
H A Drsa_pk1.c18 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1() argument
24 if (flen > (tlen - RSA_PKCS1_PADDING_SIZE)) { in RSA_padding_add_PKCS1_type_1()
36 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_1()
44 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1() argument
108 if (j > tlen) { in RSA_padding_check_PKCS1_type_1()
117 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2() argument
123 if (flen > (tlen - 11)) { in RSA_padding_add_PKCS1_type_2()
135 j = tlen - 3 - flen; in RSA_padding_add_PKCS1_type_2()
164 if (tlen <= 0 || flen <= 0) in RSA_padding_check_PKCS1_type_2()
227 good &= constant_time_ge(tlen, mlen); in RSA_padding_check_PKCS1_type_2()
[all …]
/dports/security/beecrypt/beecrypt-4.2.1/
H A Dpkcs1.c38 size_t tlen, digestsize = ctxt->algo->digestsize; in pkcs1_emsa_encode_digest() local
44 tlen = 18; in pkcs1_emsa_encode_digest()
50 tlen = 15; in pkcs1_emsa_encode_digest()
56 tlen = 19; in pkcs1_emsa_encode_digest()
62 tlen = 19; in pkcs1_emsa_encode_digest()
68 tlen = 19; in pkcs1_emsa_encode_digest()
73 tlen += digestsize; in pkcs1_emsa_encode_digest()
78 memset(emdata+2, 0xff, emlen-tlen-3); in pkcs1_emsa_encode_digest()
79 emdata[emlen-tlen-1] = 0x00; in pkcs1_emsa_encode_digest()
80 memcpy(emdata+emlen-tlen, tinfo, tlen-digestsize); in pkcs1_emsa_encode_digest()
/dports/textproc/enchant/enchant-1.6.0/src/ispell/
H A Dtgood.cpp290 if (tlen > 0 in pfx_list_chk()
329 cp += tlen; in pfx_list_chk()
460 if (tlen > 0 in suf_list_chk()
470 cp = tword + tlen; in suf_list_chk()
475 cp = tword + tlen; in suf_list_chk()
504 cp += tlen; in suf_list_chk()
609 if (tlen <= 0) in pr_pre_expansion()
611 tlen += flent->affl; in pr_pre_expansion()
676 return tlen in pr_pre_expansion()
679 return tlen; in pr_pre_expansion()
[all …]
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbibs.c154 tlen; in Nlm_BSAdd() local
212 tlen = ccbsup->len - tlen; /* the last half */ in Nlm_BSAdd()
242 tlen = len; in Nlm_BSAdd()
260 len -= tlen; in Nlm_BSAdd()
287 tlen, in Nlm_BSDelete() local
352 len -= tlen; in Nlm_BSDelete()
566 tlen = 0; in Nlm_BSWrite()
570 tlen = len; in Nlm_BSWrite()
603 len -= tlen; in Nlm_BSWrite()
652 tlen = len; in Nlm_BSRead()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dsnmpdump.pl20 my ($tag, $tlen, $tmp);
24 $tlen = hex($tmp);
27 if ( $tlen >= 128 ) {
28 $tlen -= 128;
30 $tlen += hex($tmp);
32 $datalen -= ($tlen + 2 );
42 parse_dump( $indent+3, $tlen, @data );
46 parse_dump( $indent+3, $tlen, @data );
54 while ( $tlen > 0 ) {
57 $tlen--;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/tcm_fc/
H A Dtfc_io.c55 size_t tlen; in ft_queue_data_in() local
144 tlen = min(tlen, (size_t)(PAGE_SIZE - in ft_queue_data_in()
148 to += tlen; in ft_queue_data_in()
151 mem_off += tlen; in ft_queue_data_in()
152 mem_len -= tlen; in ft_queue_data_in()
153 frame_len -= tlen; in ft_queue_data_in()
207 size_t tlen; in ft_recv_write_data() local
303 tlen = min(tlen, (size_t)(PAGE_SIZE - in ft_recv_write_data()
308 from += tlen; in ft_recv_write_data()
310 mem_off += tlen; in ft_recv_write_data()
[all …]

12345678910>>...184