Home
last modified time | relevance | path

Searched refs:qbytes (Results 1 – 25 of 105) sorted by relevance

12345

/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dbitlist.c36 int qbytes; in bitlist_new() local
37 qbytes=(qty>>3)+1; in bitlist_new()
43 bl->qbytes=qbytes; in bitlist_new()
56 memset(bl->data,0xff,bl->qbytes); in bitlist_setall()
61 memset(bl->data,0,bl->qbytes); in bitlist_clearall()
71 assert(byte<bl->qbytes); in bitlist_set()
83 assert(byte<bl->qbytes); in bitlist_test()
95 assert(byte<bl->qbytes); in bitlist_clear()
105 int qbytes; in bitlist_resize() local
106 qbytes=(qty>>3)+1; in bitlist_resize()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/search/
H A Dnucstrstr.c2490 #undef qbytes in eval_2na_8()
2783 #undef qbytes in eval_2na_16()
3076 #undef qbytes in eval_2na_32()
3370 #undef qbytes in eval_2na_64()
3663 #undef qbytes in eval_2na_128()
3990 #undef qbytes in eval_2na_pos()
4280 #undef qbytes in eval_4na_16()
4502 #undef qbytes in eval_4na_32()
4725 #undef qbytes in eval_4na_64()
4947 #undef qbytes in eval_4na_128()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/search/
H A Dnucstrstr.c2490 #undef qbytes in eval_2na_8()
2783 #undef qbytes in eval_2na_16()
3076 #undef qbytes in eval_2na_32()
3370 #undef qbytes in eval_2na_64()
3663 #undef qbytes in eval_2na_128()
3990 #undef qbytes in eval_2na_pos()
4280 #undef qbytes in eval_4na_16()
4502 #undef qbytes in eval_4na_32()
4725 #undef qbytes in eval_4na_64()
4947 #undef qbytes in eval_4na_128()
[all …]
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dseskey.c212 unsigned int qbytes=mpi_get_nbits(pk?pk->pkey[1]:sk->skey[1]); in encode_md_value() local
216 if(qbytes%8) in encode_md_value()
230 if(qbytes<160) in encode_md_value()
233 pk?keystr_from_pk(pk):keystr_from_sk(sk),qbytes); in encode_md_value()
237 qbytes/=8; in encode_md_value()
242 if(md_digest_length(hash_algo) < qbytes) in encode_md_value()
245 pk?keystr_from_pk(pk):keystr_from_sk(sk),qbytes*8); in encode_md_value()
250 ? mpi_alloc_secure (mpi_nlimb_hint_from_nbytes (qbytes) ) in encode_md_value()
251 : mpi_alloc ( mpi_nlimb_hint_from_nbytes (qbytes) )); in encode_md_value()
253 mpi_set_buffer( frame, md_read(md, hash_algo), qbytes, 0 ); in encode_md_value()
H A Dsign.c344 match_dsa_hash(unsigned int qbytes) in match_dsa_hash() argument
346 if(qbytes<=20) in match_dsa_hash()
349 if(qbytes<=28) in match_dsa_hash()
351 if(qbytes<=32) in match_dsa_hash()
355 if(qbytes<=48) in match_dsa_hash()
357 if(qbytes<=64) in match_dsa_hash()
389 unsigned int qbytes=mpi_get_nbits(sk->skey[1])/8; in hash_for() local
402 if(qbytes!=20 || opt.flags.dsa2) in hash_for()
405 if(md_digest_length(prefs->value)>=qbytes) in hash_for()
411 if(md_digest_length(prefs->value)==qbytes) in hash_for()
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Dmakeqstrdata.py321 qbytes = bytes_cons(qstr, "utf8")
322 qlen = len(qbytes)
323 qhash = compute_hash(qbytes, cfg_bytes_hash)
329 qdata = "".join(("\\x%02x" % b) for b in qbytes)
359 qbytes = make_bytes(cfg_bytes_len, cfg_bytes_hash, qstr)
360 print("QDEF(MP_QSTR_%s, %s)" % (ident, qbytes))
/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DTSIGTest.java33 byte [] qbytes = query.toWire(); in test_TSIG_response()
34 Message qparsed = new Message(qbytes); in test_TSIG_response()
59 byte [] qbytes = query.toWire(); in test_TSIG_truncated()
60 Message qparsed = new Message(qbytes); in test_TSIG_truncated()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Daq.c213 int32 qbytes, max_qbytes; in estimate_queue_size() local
226 qbytes = 0; in estimate_queue_size()
243 if(diff > chunktime/2 || qbytes > 1024*512 || chunktime < diff) in estimate_queue_size()
245 qbytes += (int32)((chunktime - diff) * tb); in estimate_queue_size()
247 if(qbytes > max_qbytes) in estimate_queue_size()
249 qbytes = max_qbytes; in estimate_queue_size()
255 if(bucket_size * 2 > qbytes) in estimate_queue_size()
276 return qbytes; in estimate_queue_size()
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dsign.c602 match_dsa_hash (unsigned int qbytes) in match_dsa_hash() argument
604 if (qbytes <= 20) in match_dsa_hash()
607 if (qbytes <= 28) in match_dsa_hash()
610 if (qbytes <= 32) in match_dsa_hash()
613 if (qbytes <= 48) in match_dsa_hash()
669 qbytes = ecdsa_qbits_from_Q (qbytes); in hash_for()
670 qbytes = qbytes/8; in hash_for()
687 if (qbytes != 20 || opt.flags.dsa2) in hash_for()
690 if (gcry_md_get_algo_dlen (prefs->value) >= qbytes) in hash_for()
696 if (gcry_md_get_algo_dlen (prefs->value) == qbytes) in hash_for()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/lang/php81/php-8.1.1/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/devel/php81-sysvmsg/php-8.1.1/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/lang/php73/php-7.3.33/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/lang/php80/php-8.0.15/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/lang/php74/php-7.4.27/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/devel/php73-sysvmsg/php-7.3.33/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:
/dports/devel/php80-sysvmsg/php-8.0.15/ext/sysvmsg/tests/
H A D004.phpt29 echo "Set smaller qbytes:\n";
55 Set smaller qbytes:

12345