Home
last modified time | relevance | path

Searched refs:n_output (Results 1 – 25 of 117) sorted by relevance

12345

/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-hkdf-mechanism.c47 CK_ULONG n_output = 0; in gkm_hkdf_mechanism_derive() local
58 if (!gkm_attributes_find_ulong (attrs, n_attrs, CKA_VALUE_LEN, &n_output)) { in gkm_hkdf_mechanism_derive()
60 n_output = gkm_crypto_secret_key_length (type); in gkm_hkdf_mechanism_derive()
64 if (n_output == 0) in gkm_hkdf_mechanism_derive()
65 n_output = n_value; in gkm_hkdf_mechanism_derive()
67 output = egg_secure_alloc (n_output); in gkm_hkdf_mechanism_derive()
69 mech->ulParameterLen, NULL, 0, output, n_output)) { in gkm_hkdf_mechanism_derive()
80 attr.ulValueLen = n_output; in gkm_hkdf_mechanism_derive()
H A Dgkm-util.c102 gkm_util_return_data (CK_VOID_PTR output, CK_ULONG_PTR n_output, in gkm_util_return_data() argument
105 g_return_val_if_fail (n_output, CKR_GENERAL_ERROR); in gkm_util_return_data()
110 *n_output = n_input; in gkm_util_return_data()
115 if (n_input > *n_output) { in gkm_util_return_data()
116 *n_output = n_input; in gkm_util_return_data()
120 *n_output = n_input; in gkm_util_return_data()
H A Dgkm-null-mechanism.c77 CK_BYTE_PTR output, CK_ULONG_PTR n_output) in gkm_null_mechanism_wrap() argument
87 g_return_val_if_fail (n_output, CKR_GENERAL_ERROR); in gkm_null_mechanism_wrap()
96 *n_output = n_value; in gkm_null_mechanism_wrap()
107 rv = gkm_util_return_data (output, n_output, value, n_value); in gkm_null_mechanism_wrap()
/dports/security/gcr/gcr-3.40.0/gck/
H A Dtest-gck-crypto.c201 gsize n_output; in test_encrypt() local
211 g_assert_cmpuint (n_output, ==, 10); in test_encrypt()
225 g_assert_cmpuint (n_output, ==, 14); in test_encrypt()
241 gsize n_output; in test_decrypt() local
251 g_assert_cmpuint (n_output, ==, 7); in test_decrypt()
265 g_assert_cmpuint (n_output, ==, 11); in test_decrypt()
281 gsize n_output; in test_login_context_specific() local
307 gsize n_output; in test_sign() local
473 gsize n_output; in test_wrap_key() local
494 n_output = 0; in test_wrap_key()
[all …]
/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_stats_utils.py98 if n_output == 1:
155 if n_output == 3:
157 elif n_output == 2:
161 ufunc = make_ufunc(func, n_dims=1, n_output=n_output)
164 if n_output > 1:
174 if n_output == 3:
177 elif n_output == 2:
183 ufunc = make_ufunc(func, n_dims=1, n_output=n_output)
186 if n_output > 1:
201 if n_output == 3:
[all …]
/dports/net-mgmt/nagios-snmp-plugins-extras/plugins/
H A Dcheck_snmp_mem.pl500 my $n_output="Ram : " . $realused . "%, Swap : " . $swapused . "% :";
502 $n_output .= " > " . $o_critR . ", " . $o_critS;
506 $n_output.=" > " . $o_warnR . ", " . $o_warnS;
510 $n_output .= " ; ".$n_status;
513 $n_output .= " | ram_used=" . ($$resultat{$nets_ram_total}-$$resultat{$nets_ram_free}).";";
518 $n_output .= ($o_warnR ==0)? ";" : round($o_warnR * $$resultat{$nets_ram_total}/100,0).";";
519 $n_output .= ($o_critR ==0)? ";" : round($o_critR * $$resultat{$nets_ram_total}/100,0).";";
520 $n_output .= "0;" . $$resultat{$nets_ram_total}. " ";
521 $n_output .= "swap_used=" . ($$resultat{$nets_swap_total}-$$resultat{$nets_swap_free}).";";
524 $n_output .= "0;" . $$resultat{$nets_swap_total};
[all …]
/dports/devel/qca/qca-2.3.4/plugins/qca-gcrypt/
H A Dhkdf.c33 size_t n_output) in gcry_hkdf() argument
49 if (n_output > 255 * hash_len) { in gcry_hkdf()
106 step = n_buffer < n_output ? n_buffer : n_output; in gcry_hkdf()
108 n_output -= step; in gcry_hkdf()
111 if (!n_output) in gcry_hkdf()
/dports/www/elgg/elgg-3.3.23/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php75 $n_output = $document2->saveXML();
77 $n_output = '--- Output: XML Parse Error ---';
99 $n_output = $document2->saveHTML();
101 $n_output = '--- Output: HTML Parse Error ---';
106 $n_output = preg_replace('{^.*?<body>|</body>.*?$}is', '', $n_output);
109 $c_output = $n_output;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/michelf/php-markdown/test/helpers/
H A DMarkdownTestHelper.php75 $n_output = $document2->saveXML();
77 $n_output = '--- Output: XML Parse Error ---';
99 $n_output = $document2->saveHTML();
101 $n_output = '--- Output: HTML Parse Error ---';
106 $n_output = preg_replace('{^.*?<body>|</body>.*?$}is', '', $n_output);
109 $c_output = $n_output;
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/egg/
H A Degg-hkdf.c36 gsize n_info, gpointer output, gsize n_output) in egg_hkdf_perform() argument
53 g_return_val_if_fail (n_output <= 255 * hash_len, FALSE); in egg_hkdf_perform()
97 step = MIN (n_buffer, n_output); in egg_hkdf_perform()
99 n_output -= step; in egg_hkdf_perform()
102 if (!n_output) in egg_hkdf_perform()
/dports/security/libsecret/libsecret-0.20.4/egg/
H A Degg-hkdf.c36 gsize n_info, gpointer output, gsize n_output) in egg_hkdf_perform() argument
53 g_return_val_if_fail (n_output <= 255 * hash_len, FALSE); in egg_hkdf_perform()
97 step = MIN (n_buffer, n_output); in egg_hkdf_perform()
99 n_output -= step; in egg_hkdf_perform()
102 if (!n_output) in egg_hkdf_perform()
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Degg-hkdf.c35 gsize n_info, gpointer output, gsize n_output) in egg_hkdf_perform() argument
52 g_return_val_if_fail (n_output <= 255 * hash_len, FALSE); in egg_hkdf_perform()
96 step = MIN (n_buffer, n_output); in egg_hkdf_perform()
98 n_output -= step; in egg_hkdf_perform()
101 if (!n_output) in egg_hkdf_perform()
H A Dtest-padding.c36 gsize n_input, gconstpointer output, gsize n_output) in check_padding() argument
47 egg_assert_cmpsize (n_output, ==, n_result); in check_padding()
48 g_assert (memcmp (output, result, n_output) == 0); in check_padding()
55 egg_assert_cmpsize (n_output, ==, n_result); in check_padding()
/dports/security/gcr/gcr-3.40.0/egg/
H A Degg-hkdf.c34 gsize n_info, gpointer output, gsize n_output) in egg_hkdf_perform() argument
51 g_return_val_if_fail (n_output <= 255 * hash_len, FALSE); in egg_hkdf_perform()
95 step = MIN (n_buffer, n_output); in egg_hkdf_perform()
97 n_output -= step; in egg_hkdf_perform()
100 if (!n_output) in egg_hkdf_perform()
H A Dtest-padding.c36 gsize n_input, gconstpointer output, gsize n_output) in check_padding() argument
47 egg_assert_cmpsize (n_output, ==, n_result); in check_padding()
48 g_assert (memcmp (output, result, n_output) == 0); in check_padding()
55 egg_assert_cmpsize (n_output, ==, n_result); in check_padding()
/dports/security/pam_krb5-rh/pam_krb5-2.4.13/src/
H A Dpam_krb5_cchelper.c175 size_t n_input, n_output; in main() local
407 n_output = 0; in main()
408 while (n_output < n_input) { in main()
409 i = write(fd, input + n_output, in main()
410 n_input - n_output); in main()
416 n_output += i; in main()
431 n_output = 0; in main()
432 while (n_output < n_input) { in main()
433 i = write(fd, input + n_output, n_input - n_output); in main()
440 n_output += i; in main()
/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dthread_pool.c106 q->n_output++; in hts_tpool_add_result()
152 q->n_output--; in hts_tpool_next_result_locked()
154 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
270 len = q->n_output; in hts_tpool_process_len()
284 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
354 q->n_output = 0; in hts_tpool_process_init()
614 && (!q || q->n_processing < q->qsize - q->n_output); in wake_next_worker()
638 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
830 if (q->qsize < q->n_output + q->n_input + q->n_processing) in hts_tpool_process_flush()
885 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dthread_pool.c106 q->n_output++; in hts_tpool_add_result()
156 q->n_output--; in hts_tpool_next_result_locked()
158 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
275 len = q->n_output; in hts_tpool_process_len()
289 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
359 q->n_output = 0; in hts_tpool_process_init()
619 && (!q || q->n_processing < q->qsize - q->n_output); in wake_next_worker()
643 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
835 if (q->qsize < q->n_output + q->n_input + q->n_processing) in hts_tpool_process_flush()
890 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/biology/stacks/stacks-2.4/htslib/
H A Dthread_pool.c106 q->n_output++; in hts_tpool_add_result()
152 q->n_output--; in hts_tpool_next_result_locked()
154 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
270 len = q->n_output; in hts_tpool_process_len()
284 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
354 q->n_output = 0; in hts_tpool_process_init()
616 && (!q || q->n_processing < q->qsize - q->n_output); in wake_next_worker()
640 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
832 if (q->qsize < q->n_output + q->n_input + q->n_processing) in hts_tpool_process_flush()
887 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dthread_pool.c106 q->n_output++; in hts_tpool_add_result()
152 q->n_output--; in hts_tpool_next_result_locked()
154 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
270 len = q->n_output; in hts_tpool_process_len()
284 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
354 q->n_output = 0; in hts_tpool_process_init()
616 && (!q || q->n_processing < q->qsize - q->n_output); in wake_next_worker()
640 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
832 if (q->qsize < q->n_output + q->n_input + q->n_processing) in hts_tpool_process_flush()
887 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsygus_pbe.cpp52 Node n_output; in collectExamples() local
58 n_output = pol ? d_true : d_false; in collectExamples()
69 n_output = n[1-r]; in collectExamples()
79 << "Process head: " << n << " == " << n_output << std::endl; in collectExamples()
83 if (!n_output.isNull()) in collectExamples()
88 d_exampleTermMap[neval] = n_output; in collectExamples()
90 else if (itet->second != n_output) in collectExamples()
117 d_examples_out[eh].push_back(n_output); in collectExamples()
119 if (n_output.isNull()) in collectExamples()
125 Assert(n_output.isConst()); in collectExamples()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dthread_pool.c120 q->n_output++; in hts_tpool_add_result()
170 q->n_output--; in hts_tpool_next_result_locked()
172 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
289 len = q->n_output; in hts_tpool_process_len()
303 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
387 q->n_output = 0; in hts_tpool_process_init()
532 && q->qsize - q->n_output > q->n_processing in tpool_worker()
676 && (q->n_processing < q->qsize - q->n_output); in wake_next_worker()
700 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
1025 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dthread_pool.c116 q->n_output++; in hts_tpool_add_result()
166 q->n_output--; in hts_tpool_next_result_locked()
168 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
285 len = q->n_output; in hts_tpool_process_len()
299 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
383 q->n_output = 0; in hts_tpool_process_init()
672 && (q->n_processing < q->qsize - q->n_output); in wake_next_worker()
696 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
930 if (q->qsize < q->n_output + q->n_input + q->n_processing) in hts_tpool_process_flush()
1000 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dthread_pool.c120 q->n_output++; in hts_tpool_add_result()
170 q->n_output--; in hts_tpool_next_result_locked()
172 if (q->qsize && q->n_output < q->qsize) { in hts_tpool_next_result_locked()
289 len = q->n_output; in hts_tpool_process_len()
303 len = q->n_output + q->n_input + q->n_processing; in hts_tpool_process_sz()
387 q->n_output = 0; in hts_tpool_process_init()
532 && q->qsize - q->n_output > q->n_processing in tpool_worker()
676 && (q->n_processing < q->qsize - q->n_output); in wake_next_worker()
700 running, q->n_output, q->qsize - q->n_output, in wake_next_worker()
1025 q->n_output = 0; in hts_tpool_process_reset()
[all …]
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/
H A Dmodule-filter-chain.c136 uint32_t n_output; member
212 uint32_t n_output; member
376 n_ports = node->desc->n_output; in find_port()
851 fp->name, desc->n_output); in descriptor_load()
1228 graph->n_output = 0; in setup_graph()
1243 n_output = count_array(outputs); in setup_graph()
1245 n_output = last->desc->n_output; in setup_graph()
1252 if (n_output == 0) { in setup_graph()
1416 port->external = graph->n_output; in setup_graph()
1421 graph->n_output++; in setup_graph()
[all …]

12345