Home
last modified time | relevance | path

Searched refs:n_sections (Results 1 – 25 of 150) sorted by relevance

123456

/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_nodal_append.c270 int n_sections = 0; in fvm_nodal_append_by_transfer() local
274 n_sections = this_nodal->n_sections; in fvm_nodal_append_by_transfer()
278 BFT_REALLOC(this_nodal->sections, n_sections + 1, fvm_nodal_section_t *); in fvm_nodal_append_by_transfer()
288 this_nodal->sections[n_sections] = new_section; in fvm_nodal_append_by_transfer()
289 this_nodal->n_sections += 1; in fvm_nodal_append_by_transfer()
345 int n_sections = 0; in fvm_nodal_append_shared() local
349 n_sections = this_nodal->n_sections; in fvm_nodal_append_shared()
353 BFT_REALLOC(this_nodal->sections, n_sections + 1, fvm_nodal_section_t *); in fvm_nodal_append_shared()
363 this_nodal->sections[n_sections] = new_section; in fvm_nodal_append_shared()
364 this_nodal->n_sections += 1; in fvm_nodal_append_shared()
H A Dfvm_nodal_triangulate.c522 for (i = 0; i < this_nodal->n_sections; i++) { in fvm_nodal_triangulate()
586 int n_sections = 0; in fvm_nodal_triangulate_polygons() local
597 for (i = 0; i < this_nodal->n_sections; i++) { in fvm_nodal_triangulate_polygons()
600 n_sections += 2; in fvm_nodal_triangulate_polygons()
602 n_sections += 1; in fvm_nodal_triangulate_polygons()
609 n_sections = 0; in fvm_nodal_triangulate_polygons()
612 for (i = 0; i < this_nodal->n_sections; i++) { in fvm_nodal_triangulate_polygons()
637 n_sections += 1; in fvm_nodal_triangulate_polygons()
658 sections[n_sections] = _section; in fvm_nodal_triangulate_polygons()
659 n_sections += 1; in fvm_nodal_triangulate_polygons()
[all …]
H A Dfvm_writer_helper.c357 int n_sections = 0; in _field_helper_output_eg() local
385 n_sections += 1; in _field_helper_output_eg()
398 if (n_sections > 1) { in _field_helper_output_eg()
687 int n_sections = 0; in _field_helper_output_el() local
704 n_sections += 1; in _field_helper_output_el()
1225 int n_sections = 0; in fvm_writer_export_list() local
1235 n_sections = 0; in fvm_writer_export_list()
1270 n_sections += 1; in fvm_writer_export_list()
1276 if (n_sections == 0) in fvm_writer_export_list()
1287 n_sections = 0; in fvm_writer_export_list()
[all …]
H A Dfvm_nodal.c1160 this_nodal->n_sections = 0; in fvm_nodal_create()
1226 for (i = 0; i < this_nodal->n_sections; i++) in fvm_nodal_destroy()
1276 new_nodal->n_sections = this_nodal->n_sections; in fvm_nodal_copy()
1308 new_nodal->n_sections, in fvm_nodal_copy()
1310 for (i = 0; i < new_nodal->n_sections; i++) in fvm_nodal_copy()
1342 for (i = 0; i < this_nodal->n_sections; i++) { in fvm_nodal_reduce()
1667 if (this_nodal->n_sections == 0) in fvm_nodal_set_shared_vertices()
2055 for (i = 0; i < this_nodal->n_sections; i++) { in fvm_nodal_get_n_g_elements()
2371 new_nodal->n_sections = 1; in fvm_nodal_copy_edges()
2662 this_nodal->n_sections); in fvm_nodal_dump()
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/
H A DCheckUnload.c122 int n_sections; member
175 s_indices->n_sections = 0; in createOCSectionIndices()
215 int current_len = s_indices->n_sections; in reserveOCSectionIndices()
244 int s_i = global_s_indices->n_sections; in insertOCSectionIndices()
245 for (int i = 0; i < oc->n_sections; i++) { in insertOCSectionIndices()
255 global_s_indices->n_sections = s_i; in insertOCSectionIndices()
275 for (int i = 0; i < oc->n_sections; i++) { in removeOCSectionIndices()
291 s_indices->n_sections, in sortOCSectionIndices()
315 s_indices->n_sections = next_free_idx; in removeRemovedOCSections()
324 if (s_indices->n_sections <= 0) { in findSectionIdx()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/libple/examples/
H A Dmy_ple_mesh.c498 mesh->n_sections = 0; in my_ple_mesh_create()
535 for (i = 0; i < m->n_sections; i++) in my_ple_mesh_destroy()
619 int n_sections = 0; in my_ple_mesh_append_by_transfer() local
623 n_sections = mesh->n_sections; in my_ple_mesh_append_by_transfer()
637 mesh->sections[n_sections] = new_section; in my_ple_mesh_append_by_transfer()
638 mesh->n_sections += 1; in my_ple_mesh_append_by_transfer()
692 int n_sections = 0; in my_ple_mesh_append_shared() local
696 n_sections = mesh->n_sections; in my_ple_mesh_append_shared()
711 mesh->n_sections += 1; in my_ple_mesh_append_shared()
778 mesh->dim, mesh->n_sections); in my_ple_mesh_dump()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A D_sosfilt.py318 n_sections = (max(len(p), len(z)) + 1) // 2
319 sos = np.zeros((n_sections, 6))
331 p_sos = np.zeros((n_sections, 2), np.complex128)
333 for si in range(n_sections):
395 p_sos = np.reshape(p_sos[::-1], (n_sections, 2))
396 z_sos = np.reshape(z_sos[::-1], (n_sections, 2))
397 gains = np.ones(n_sections)
399 for si in range(n_sections):
484 n_sections, m = sos.shape
493 x_zi_shape = tuple([n_sections] + x_zi_shape)
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_restart.c598 int n_sections = stride; in cs_lagr_restart_read_particle_data() local
602 n_sections = 1; in cs_lagr_restart_read_particle_data()
604 for (int s_id = 0; s_id < n_sections; s_id++) { in cs_lagr_restart_read_particle_data()
606 int comp_id = (n_sections == 1) ? -1 : s_id; in cs_lagr_restart_read_particle_data()
607 int c_stride = (n_sections == 1) ? stride : 1; in cs_lagr_restart_read_particle_data()
802 int n_sections = stride; in cs_lagr_restart_write_particle_data() local
806 n_sections = 1; in cs_lagr_restart_write_particle_data()
808 for (int s_id = 0; s_id < n_sections; s_id++) { in cs_lagr_restart_write_particle_data()
810 int comp_id = (n_sections == 1) ? -1 : s_id; in cs_lagr_restart_write_particle_data()
811 int c_stride = (n_sections == 1) ? stride : 1; in cs_lagr_restart_write_particle_data()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/core/
H A Derrorlog.c146 uint8_t n_sections; in log_append_data() local
161 n_sections = buf->user_section_count; in log_append_data()
162 if (!n_sections) { in log_append_data()
167 while (--n_sections) { in log_append_data()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/core/
H A Derrorlog.c134 uint8_t n_sections; in log_append_data() local
150 n_sections = buf->user_section_count; in log_append_data()
151 if (!n_sections) { in log_append_data()
156 while (--n_sections) { in log_append_data()
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A D_sosfilt.pyx33 cdef Py_ssize_t n_sections = sos.shape[0]
46 for s in xrange(n_sections):
65 cdef Py_ssize_t n_sections = sos.shape[0]
70 for s in xrange(n_sections):
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-mach-o-loader.c225 uint32_t n_sections; in update_section_index() local
232 n_sections = segment->nsects; in update_section_index()
236 n_sections = segment_64->nsects; in update_section_index()
240 *section_index += n_sections; in update_section_index()
251 for (j = 0; j < n_sections; j++) { in update_section_index()
/dports/security/dirmngr/dirmngr-1.1.0/doc/
H A Dyat2m.c157 size_t n_sections; member
318 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
324 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
327 if (i < thepage.n_sections) in get_section_buffer()
332 size_t old_n = thepage.n_sections; in get_section_buffer()
345 thepage.n_sections += new_n; in get_section_buffer()
348 for (i=old_n; i < thepage.n_sections; i++) in get_section_buffer()
406 thepage.n_sections = 0; in start_page()
796 for (i=0; i < thepage.n_sections; i++) in finish_page()
802 if (i == thepage.n_sections) in finish_page()
[all …]
/dports/devel/dbus/dbus-1.12.20/bus/
H A Ddesktop-file.c48 int n_sections; member
127 for (i = 0; i < desktop_file->n_sections; i++) in bus_desktop_file_free()
274 if (desktop_file->n_allocated_sections == desktop_file->n_sections) in new_section()
284 n = desktop_file->n_sections; in new_section()
298 desktop_file->n_sections += 1; in new_section()
313 parser->current_section = parser->desktop_file->n_sections - 1; in open_section()
611 for (i = 0; i < file->n_sections; i++)
725 for (i = 0; i < desktop_file->n_sections; i ++) in lookup_section()
/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/asymmetric_keys/
H A Dverify_pefile.c110 ctx->n_sections = pe->sections; in pefile_parse_binary()
111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()
266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
274 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
287 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/asymmetric_keys/
H A Dverify_pefile.c110 ctx->n_sections = pe->sections; in pefile_parse_binary()
111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()
266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
274 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
287 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/asymmetric_keys/
H A Dverify_pefile.c110 ctx->n_sections = pe->sections; in pefile_parse_binary()
111 if (ctx->n_sections > (ctx->header_size - cursor) / sizeof(*sec)) in pefile_parse_binary()
266 canon = kcalloc(ctx->n_sections, sizeof(unsigned), GFP_KERNEL); in pefile_digest_pe_contents()
274 for (loop = 1; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
287 for (loop = 0; loop < ctx->n_sections; loop++) { in pefile_digest_pe_contents()
/dports/security/libgcrypt/libgcrypt-1.9.4/doc/
H A Dyat2m.c223 size_t n_sections; member
590 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
596 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
599 if (thepage.n_sections && i < thepage.n_sections) in get_section_buffer()
604 size_t old_n = thepage.n_sections; in get_section_buffer()
617 thepage.n_sections += new_n; in get_section_buffer()
620 for (i=old_n; i < thepage.n_sections; i++) in get_section_buffer()
678 thepage.n_sections = 0; in start_page()
1118 for (i=0; i < thepage.n_sections; i++) in finish_page()
1124 if (i == thepage.n_sections) in finish_page()
[all …]
/dports/security/gnupg/gnupg-2.3.3/doc/
H A Dyat2m.c225 size_t n_sections; member
589 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
595 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
598 if (thepage.n_sections && i < thepage.n_sections) in get_section_buffer()
603 size_t old_n = thepage.n_sections; in get_section_buffer()
616 thepage.n_sections += new_n; in get_section_buffer()
619 for (i=old_n; i < thepage.n_sections; i++) in get_section_buffer()
677 thepage.n_sections = 0; in start_page()
1116 for (i=0; i < thepage.n_sections; i++) in finish_page()
1122 if (i == thepage.n_sections) in finish_page()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/doc/
H A Dyat2m.c223 size_t n_sections; member
590 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
596 for (i=0; i < thepage.n_sections; i++) in get_section_buffer()
599 if (thepage.n_sections && i < thepage.n_sections) in get_section_buffer()
604 size_t old_n = thepage.n_sections; in get_section_buffer()
617 thepage.n_sections += new_n; in get_section_buffer()
620 for (i=old_n; i < thepage.n_sections; i++) in get_section_buffer()
678 thepage.n_sections = 0; in start_page()
1118 for (i=0; i < thepage.n_sections; i++) in finish_page()
1124 if (i == thepage.n_sections) in finish_page()
[all …]

123456