Home
last modified time | relevance | path

Searched refs:n_dest (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/httping/httping-2.5/
H A Dcookies.c50 void combine_cookie_lists(char ***destc, int *n_dest, char **src, int n_src) in combine_cookie_lists() argument
54 *destc = (char **)realloc(*destc, (*n_dest + n_src) * sizeof(char *)); in combine_cookie_lists()
57 (*destc)[*n_dest + loop] = strdup(src[loop]); in combine_cookie_lists()
59 (*n_dest) += n_src; in combine_cookie_lists()
H A Dcookies.h2 void combine_cookie_lists(char ***destc, int *n_dest, char **src, int n_src);
/dports/mail/dovecot/dovecot-2.3.17/src/lib-old-stats/
H A Dstats-parser.c121 uint32_t *n_dest = f_dest; in stats_parser_add() local
124 *n_dest += *n_src; in stats_parser_add()
128 uint64_t *n_dest = f_dest; in stats_parser_add() local
131 *n_dest += *n_src; in stats_parser_add()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmtsimplify.c165 uint64_t n_stack, n_dest, start, end, i, sig; in gmtsimplify_douglas_peucker_geog() local
188 n_dest = sig_start[0] = 0; in gmtsimplify_douglas_peucker_geog()
245 index[n_dest] = start; in gmtsimplify_douglas_peucker_geog()
246 n_dest++; in gmtsimplify_douglas_peucker_geog()
260 index[n_dest] = start; in gmtsimplify_douglas_peucker_geog()
261 n_dest++; in gmtsimplify_douglas_peucker_geog()
267 index[n_dest] = n_source-1; in gmtsimplify_douglas_peucker_geog()
268 n_dest++; in gmtsimplify_douglas_peucker_geog()
273 return (n_dest); in gmtsimplify_douglas_peucker_geog()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c393 size_t n_dest; in parse_aggregate_functions() local
409 n_dest = 0; in parse_aggregate_functions()
420 size_t n_dest_prev = n_dest; in parse_aggregate_functions()
422 if (!parse_DATA_LIST_vars (lexer, dict, &dest, &n_dest, in parse_aggregate_functions()
431 dest_label = xnrealloc (dest_label, n_dest, sizeof *dest_label); in parse_aggregate_functions()
432 for (j = n_dest_prev; j < n_dest; j++) in parse_aggregate_functions()
440 dest_label[n_dest - 1] = xstrdup (lex_tokcstr (lexer)); in parse_aggregate_functions()
539 if (n_src != n_dest) in parse_aggregate_functions()
543 n_src, n_dest); in parse_aggregate_functions()
566 for (i = 0; i < n_dest; i++) in parse_aggregate_functions()
[all …]
/dports/science/conduit/conduit-0.8.0/src/tests/conduit/
H A Dt_conduit_node_save_load.cpp213 Node n_dest; in TEST() local
222 n_dest["v"].set_external(v_dest); in TEST()
239 n_dest.update(n_load); in TEST()
241 EXPECT_EQ(n_dest["v"].as_float64_array()[0],v_src[0]); in TEST()
244 n_dest.info().print(); in TEST()
/dports/net/openntpd/openntpd-6.8p1/src/
H A Dlog.c33 log_init(int n_dest, int n_verbose, int facility) in log_init() argument
37 dest = n_dest; in log_init()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Darchive.py519 n_dest = to_native(b_dest, errors='surrogate_or_strict', encoding='ascii')
521 f_out = gzip.open(n_dest, 'wb')
523 f_out = bz2.BZ2File(n_dest, 'wb')
525 f_out = lzma.LZMAFile(n_dest, 'wb')
/dports/devel/orc/orc-0.4.31/orc/
H A Dorcopcodes.c133 orc_opcode_register (const char *name, int n_dest, int n_src,
147 opcode->n_dest = n_dest;
H A Dorcprogram-arm.c381 for(k=0;k<opcode->n_src + opcode->n_dest;k++){ in orc_arm_emit_loop()
H A Dorcprogram-neon.c755 for(k=0;k<opcode->n_src + opcode->n_dest;k++){ in orc_neon_emit_loop()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Ddo_balan.c1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument
1562 RFALSE(n_dest < 0 || n_src < 0, in replace_key()
1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key()
1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key()
1566 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key()
1570 memcpy(internal_key(dest, n_dest), item_head(src, n_src), in replace_key()
1573 memcpy(internal_key(dest, n_dest), internal_key(src, n_src), in replace_key()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Ddo_balan.c1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument
1562 RFALSE(n_dest < 0 || n_src < 0, in replace_key()
1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key()
1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key()
1566 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key()
1570 memcpy(internal_key(dest, n_dest), item_head(src, n_src), in replace_key()
1573 memcpy(internal_key(dest, n_dest), internal_key(src, n_src), in replace_key()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Ddo_balan.c1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument
1562 RFALSE(n_dest < 0 || n_src < 0, in replace_key()
1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key()
1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_src >= B_NR_ITEMS(src), in replace_key()
1566 n_src, B_NR_ITEMS(src), n_dest, B_NR_ITEMS(dest)); in replace_key()
1570 memcpy(internal_key(dest, n_dest), item_head(src, n_src), in replace_key()
1573 memcpy(internal_key(dest, n_dest), internal_key(src, n_src), in replace_key()
/dports/graphics/processing/processing-1.5.1/modes/android/examples/OpenGL/Ribbons/
H A DBSpline.pde139 void copyCPoints(int n_source, int n_dest) {
141 bsplineCPoints[n_dest][i] = bsplineCPoints[n_source][i];
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh7565 const dimension_type n_dest = 2*dest.id(); in fold_space_dimensions() local
7566 row_iterator v_iter = m_begin + n_dest; in fold_space_dimensions()
7576 max_assign(m_v[n_dest + 1], m_tbf[tbf_var + 1]); in fold_space_dimensions()
7577 max_assign(m_cv[n_dest], m_ctbf[tbf_var]); in fold_space_dimensions()
7595 if (n_dest == min_id) { in fold_space_dimensions()
7596 max_assign(m_cj[n_dest + 1], m_tbf[j]); in fold_space_dimensions()
7597 max_assign(m_cj[n_dest], m_ctbf[j]); in fold_space_dimensions()
7598 max_assign(m_j[n_dest], m_ctbf[cj]); in fold_space_dimensions()
7599 max_assign(m_j[n_dest + 1], m_tbf[cj]); in fold_space_dimensions()
7613 max_assign(m_cj[n_dest], m_cj[tbf_var]); in fold_space_dimensions()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/pulldown-cmark-0.0.3/src/
H A Dparse.rs735 let (n_dest, raw_dest) = linkdest.unwrap(); in try_link_reference_definition()
736 if n_dest == 0 { return false; } in try_link_reference_definition()
737 i += n_dest; in try_link_reference_definition()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_all_to_all.c3087 cs_lnum_t n_dest = -1; in cs_all_to_all_copy_index() local
3090 n_dest = (reverse) ? d->n_elts_src : d->n_elts_dest; in cs_all_to_all_copy_index()
3096 BFT_MALLOC(_dest_index, n_dest + 1, cs_lnum_t); in cs_all_to_all_copy_index()
3122 if (n_dest < 1) in cs_all_to_all_copy_index()
3123 n_dest = (reverse) ? d->n_elts_src : d->n_elts_dest; in cs_all_to_all_copy_index()
3125 for (cs_lnum_t i = 0; i < n_dest; i++) in cs_all_to_all_copy_index()
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dparse.rs850 let (n_dest, raw_dest) = linkdest.unwrap(); in try_link_reference_definition()
851 if n_dest == 0 { return false; } in try_link_reference_definition()
852 i += n_dest; in try_link_reference_definition()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dparse.rs850 let (n_dest, raw_dest) = linkdest.unwrap(); in try_link_reference_definition()
851 if n_dest == 0 { return false; } in try_link_reference_definition()
852 i += n_dest; in try_link_reference_definition()
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroframe.c1410 downsample_horiz_u8 (uint8_t * dest, int n_dest, uint8_t * src, int n_src) in downsample_horiz_u8() argument
1414 if (n_dest < 4) { in downsample_horiz_u8()
1415 for (i = 0; i < n_dest; i++) { in downsample_horiz_u8()
1433 for (i = n_src / 2 - 2; i < n_dest; i++) { in downsample_horiz_u8()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/sh/
H A Dsh.c10193 int n_dest; in sh_adjust_unroll_max() local
10399 n_dest = n_labels + n_calls + n_exit_dest; in sh_adjust_unroll_max()
10400 base_cost = n_dest <= 8 ? 0 : n_dest - 7; in sh_adjust_unroll_max()
10413 n_dest = ((unroll_type != LPT_PEEL_COMPLETELY) in sh_adjust_unroll_max()
10418 = ((n_dest <= 8 ? 0 : n_dest - 7) in sh_adjust_unroll_max()
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/
H A Dconduit_node.cpp8487 Node::compact_to(Node &n_dest) const
8489 n_dest.reset();
8495 n_dest.allocate(c_size);
8498 m_schema->compact_to(*n_dest.schema_ptr());
8499 uint8 *n_dest_data = (uint8*)n_dest.m_data;
8502 walk_schema(&n_dest,n_dest.m_schema,n_dest_data,m_allocator_id);
/dports/science/conduit/conduit-0.8.0/src/libs/conduit/python/
H A Dconduit_python.cpp6277 Node &n_dest = *PyConduit_Node_Get_Node_Ptr(py_node); in PyConduit_Node_compact_to() local
6279 self->node->compact_to(n_dest); in PyConduit_Node_compact_to()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxml/src/
H A Dtestapi.c12006 int n_dest; in test_xmlNanoFTPRead() local
12011 for (n_dest = 0;n_dest < gen_nb_void_ptr;n_dest++) { in test_xmlNanoFTPRead()
12015 dest = gen_void_ptr(n_dest, 1); in test_xmlNanoFTPRead()
12022 des_void_ptr(n_dest, dest, 1); in test_xmlNanoFTPRead()
12030 printf(" %d", n_dest); in test_xmlNanoFTPRead()
12476 int n_dest; in test_xmlNanoHTTPRead() local
12481 for (n_dest = 0;n_dest < gen_nb_void_ptr;n_dest++) { in test_xmlNanoHTTPRead()
12485 dest = gen_void_ptr(n_dest, 1); in test_xmlNanoHTTPRead()
12492 des_void_ptr(n_dest, dest, 1); in test_xmlNanoHTTPRead()
12500 printf(" %d", n_dest); in test_xmlNanoHTTPRead()

12