Home
last modified time | relevance | path

Searched refs:data_buf_len (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/emulators/vice/vice-3.5/src/monitor/
H A Dmon_memory.c123 (uint16_t)data_buf_len); in mon_memory_fill()
142 if (mon_index >= data_buf_len) { in mon_memory_fill()
161 if (len < 0 || len < data_buf_len) { in mon_memory_hunt()
168 buf = lib_malloc(data_buf_len); in mon_memory_hunt()
171 for (i = 0; i < data_buf_len; i++) { in mon_memory_hunt()
176 next_read = start + (uint16_t)data_buf_len; in mon_memory_hunt()
178 for (i = 0; i <= (len - data_buf_len); i++, next_read++) { in mon_memory_hunt()
181 for (j = 0; j < data_buf_len; j++) { in mon_memory_hunt()
191 if (data_buf_len > 1) { in mon_memory_hunt()
192 memmove(&(buf[0]), &(buf[1]), data_buf_len - 1); in mon_memory_hunt()
[all …]
H A Dmonitor.c192 unsigned int data_buf_len; variable
1032 data_buf_len = 0; in mon_clear_buffer()
1037 unsigned int i = data_buf_len; in mon_add_number_to_buffer()
1042 data_buf[data_buf_len] = '\0'; in mon_add_number_to_buffer()
1044 for (; i < data_buf_len; i++) { in mon_add_number_to_buffer()
1053 data_buf_len++; in mon_add_number_masked_to_buffer()
1054 data_buf[data_buf_len] = '\0'; in mon_add_number_masked_to_buffer()
1059 unsigned int i = data_buf_len; in mon_add_string_to_buffer()
1062 data_buf[data_buf_len] = '\0'; in mon_add_string_to_buffer()
1065 for (; i < data_buf_len; i++) { in mon_add_string_to_buffer()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/monitor/
H A Dmon_memory.c120 (uint16_t)data_buf_len); in mon_memory_fill()
139 if (mon_index >= data_buf_len) { in mon_memory_fill()
158 if (len < 0 || len < (int)(data_buf_len)) { in mon_memory_hunt()
165 buf = lib_malloc(sizeof(uint8_t) * data_buf_len); in mon_memory_hunt()
168 for (i = 0; i < data_buf_len; i++) { in mon_memory_hunt()
173 next_read = start + (uint16_t)data_buf_len; in mon_memory_hunt()
175 for (i = 0; i <= (len - data_buf_len); i++, next_read++) { in mon_memory_hunt()
178 for (j = 0; j < data_buf_len; j++) { in mon_memory_hunt()
188 if (data_buf_len > 1) { in mon_memory_hunt()
189 memmove(&(buf[0]), &(buf[1]), data_buf_len - 1); in mon_memory_hunt()
[all …]
H A Dmonitor.c192 unsigned int data_buf_len; variable
775 data_buf_len = 0; in mon_clear_buffer()
780 unsigned int i = data_buf_len; in mon_add_number_to_buffer()
785 data_buf[data_buf_len] = '\0'; in mon_add_number_to_buffer()
787 for (; i < data_buf_len; i++) { in mon_add_number_to_buffer()
796 data_buf_len++; in mon_add_number_masked_to_buffer()
797 data_buf[data_buf_len] = '\0'; in mon_add_number_masked_to_buffer()
802 unsigned int i = data_buf_len; in mon_add_string_to_buffer()
805 data_buf[data_buf_len] = '\0'; in mon_add_string_to_buffer()
808 for (; i < data_buf_len; i++) { in mon_add_string_to_buffer()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/pro/processes/
H A Dboxm2_cpp_compute_3d_points_and_covs_process.cxx89 int data_buf_len = output_pts->buffer_length()/ptsTypeSize; in boxm2_cpp_compute_3d_points_and_covs_process() local
90 std::cout << "in blk: " << *id << " data buf len: " << data_buf_len << "\n"; in boxm2_cpp_compute_3d_points_and_covs_process()
91 boxm2_data_serial_iterator<boxm2_3d_point_estimator_functor>(data_buf_len,data_functor); in boxm2_cpp_compute_3d_points_and_covs_process()
157 int data_buf_len = output_pts->buffer_length()/ptsTypeSize; in boxm2_cpp_compute_3d_points_and_covs_normalize_process() local
158 std::cout << "in blk: " << *id << " data buf len: " << data_buf_len << "\n"; in boxm2_cpp_compute_3d_points_and_covs_normalize_process()
159 boxm2_data_serial_iterator<boxm2_3d_point_estimator_functor2>(data_buf_len,data_functor); in boxm2_cpp_compute_3d_points_and_covs_normalize_process()
H A Dboxm2_cpp_batch_compute_3d_points_process.cxx104 int data_buf_len = output_pts->buffer_length()/ptsTypeSize; in boxm2_cpp_batch_compute_3d_points_process() local
105 std::cout << "in blk: " << *id << " data buf len: " << data_buf_len << "\n"; in boxm2_cpp_batch_compute_3d_points_process()
106 boxm2_data_serial_iterator<boxm2_3d_point_estimator_batch_functor>(data_buf_len,data_functor); in boxm2_cpp_batch_compute_3d_points_process()
H A Dboxm2_cpp_cast_3d_point_hypothesis_process.cxx280 int data_buf_len = covs->buffer_length()/covTypeSize; in boxm2_cpp_cast_3d_point_hypothesis_process2() local
281 std::cout << "in blk: " << *id << " data buf len: " << data_buf_len << "\n"; in boxm2_cpp_cast_3d_point_hypothesis_process2()
282 boxm2_data_serial_iterator<boxm2_3d_point_hypothesis_cov_functor>(data_buf_len,pass2); in boxm2_cpp_cast_3d_point_hypothesis_process2()
/dports/biology/seqan1/seqan-1.3.1/seqan/file/
H A Dfile_filereader.h486 , data_buf_len(other_.data_buf_len)
497 data_buf_len = other_.data_buf_len;
644 it.data_buf_len = 0;
660 it.data_buf_len = length(cont.data_buf);
671 if (it.data_buf_pos >= it.data_buf_len)
682 it.data_buf_len = 0;
725 it.data_buf_len = length(cont.data_buf);
726 it.data_buf_pos = it.data_buf_len - 1;
742 it.data_buf_len = cont.data_abl[0];
747 it.data_buf_len = 0;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dconference_record.c164 switch_size_t data_buf_len; in conference_record_thread_run() local
178 data_buf_len = samples * sizeof(int16_t) * conference->channels; in conference_record_thread_run()
179 switch_zmalloc(data_buf, data_buf_len); in conference_record_thread_run()
354 if (mux_used >= data_buf_len) { in conference_record_thread_run()
359 if ((rlen = (uint32_t) switch_buffer_read(member->mux_buffer, data_buf, data_buf_len))) { in conference_record_thread_run()
368 if (mux_used >= data_buf_len) { in conference_record_thread_run()
372 memset(data_buf, 255, (switch_size_t) data_buf_len); in conference_record_thread_run()
392 rlen = (uint32_t) switch_buffer_read(member->mux_buffer, data_buf, data_buf_len); in conference_record_thread_run()
/dports/security/libscep/libscep-0.09/tests/
H A Dtest_message_get_crl.c65 int data_buf_len = BIO_get_mem_data(data, &data_buf); in START_TEST()
66 ck_assert_int_ne(data_buf_len, 0); in START_TEST()
73 d2i_PKCS7_ISSUER_AND_SERIAL(&ias, &data_buf, data_buf_len); in START_TEST()
H A Dtest_message_get_cert_initial.c63 int data_buf_len = BIO_get_mem_data(data, &data_buf);
64 ck_assert_int_ne(data_buf_len, 0);
71 d2i_PKCS7_ISSUER_AND_SUBJECT(&ias, &data_buf, data_buf_len);
H A Dtest_message_get_cert.c68 int data_buf_len = BIO_get_mem_data(data, &data_buf); in START_TEST() local
69 ck_assert_int_ne(data_buf_len, 0); in START_TEST()
76 d2i_PKCS7_ISSUER_AND_SERIAL(&ias, &data_buf, data_buf_len); in START_TEST()
/dports/security/p5-Crypt-LibSCEP/libscep-0.09/tests/
H A Dtest_message_get_cert_initial.c63 int data_buf_len = BIO_get_mem_data(data, &data_buf); in START_TEST() local
64 ck_assert_int_ne(data_buf_len, 0); in START_TEST()
71 d2i_PKCS7_ISSUER_AND_SUBJECT(&ias, &data_buf, data_buf_len); in START_TEST()
H A Dtest_message_get_crl.c65 int data_buf_len = BIO_get_mem_data(data, &data_buf); in START_TEST() local
66 ck_assert_int_ne(data_buf_len, 0); in START_TEST()
73 d2i_PKCS7_ISSUER_AND_SERIAL(&ias, &data_buf, data_buf_len); in START_TEST()
H A Dtest_message_get_cert.c68 int data_buf_len = BIO_get_mem_data(data, &data_buf); in START_TEST() local
69 ck_assert_int_ne(data_buf_len, 0); in START_TEST()
76 d2i_PKCS7_ISSUER_AND_SERIAL(&ias, &data_buf, data_buf_len); in START_TEST()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
H A Dcipher_aes_ocb.h32 size_t data_buf_len; member
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
H A Dcipher_aes_ocb.h32 size_t data_buf_len; member
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
H A Dcipher_aes_ocb.h32 size_t data_buf_len; member
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DIDSTEncoder.hpp278 size_t data_buf_len = size_t(ceil(0.125 * iDataNeedBits * nnz)); in WriteSparseQuanBlobs() local
279 char* data_buf = new char[data_buf_len]; in WriteSparseQuanBlobs()
354 FillBuffer(data_buf, data_buf_len, (char*) data_arr, nnz, iDataNeedBits); in WriteSparseQuanBlobs()
378 out.write((const char*) data_buf, data_buf_len); in WriteSparseQuanBlobs()

12345678