Home
last modified time | relevance | path

Searched refs:no_alloc (Results 1 – 25 of 109) sorted by relevance

12345

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dsh6trmlist.c57 int *no_alloc) in sh6trimlist() argument
60 sh6trimlist (pt, ptlist, no_of_points, no_alloc) in sh6trimlist()
64 int *no_alloc;
118 if (*no_alloc <= *no_of_points)
120 if (*no_alloc == 0)
123 (*no_alloc) += incr;
124 *ptlist = newarray (*no_alloc, SISLIntpt *);
131 (*no_alloc) += incr;
132 *ptlist = increasearray (*ptlist, *no_alloc, SISLIntpt *);
144 sh6trimlist (pt->pnext[ki], ptlist, no_of_points, no_alloc);
H A Dsh6red.c185 int no_alloc = 0; local
186 sh6trimlist (pintdat->vpoint[i], &trim, &no_trim, &no_alloc);
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/core/
H A Dasync_base.cpp45 struct no_alloc struct
86 struct handler<no_ex, no_alloc>
102 struct handler<nested_ex, no_alloc>
108 struct handler<intrusive_ex, no_alloc>
144 boost::beast::no_alloc>,
153 boost::beast::no_alloc> const&, in get()
178 handler<no_ex, no_alloc>,
187 handler<no_ex, no_alloc>,
197 handler<no_ex, no_alloc>,
207 handler<no_ex, no_alloc>,
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dasync_base.cpp45 struct no_alloc struct
86 struct handler<no_ex, no_alloc>
102 struct handler<nested_ex, no_alloc>
108 struct handler<intrusive_ex, no_alloc>
144 boost::beast::no_alloc>,
153 boost::beast::no_alloc> const&, in get()
178 handler<no_ex, no_alloc>,
187 handler<no_ex, no_alloc>,
197 handler<no_ex, no_alloc>,
207 handler<no_ex, no_alloc>,
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/core/
H A Dasync_base.cpp45 struct no_alloc struct
86 struct handler<no_ex, no_alloc>
102 struct handler<nested_ex, no_alloc>
108 struct handler<intrusive_ex, no_alloc>
144 boost::beast::no_alloc>,
153 boost::beast::no_alloc> const&, in get()
178 handler<no_ex, no_alloc>,
187 handler<no_ex, no_alloc>,
197 handler<no_ex, no_alloc>,
207 handler<no_ex, no_alloc>,
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A Dasync_base.cpp95 struct no_alloc struct
136 struct handler<no_ex, no_alloc>
152 struct handler<nested_ex, no_alloc>
158 struct handler<intrusive_ex, no_alloc>
194 boost::beast::no_alloc>,
203 boost::beast::no_alloc> const&, in get()
228 handler<no_ex, no_alloc>,
237 handler<no_ex, no_alloc>,
247 handler<no_ex, no_alloc>,
257 handler<no_ex, no_alloc>,
[all …]
/dports/news/knews/knews-1.0b.1/src/
H A Dtag.c13 static long no_alloc = 0; variable
17 if (no_alloc < no_tagged + 3) { in add_tag()
18 long i = no_alloc; in add_tag()
20 no_alloc = 2 * (no_alloc + 1); in add_tag()
23 no_alloc * sizeof(ARTICLE*)); in add_tag()
24 while (i < no_alloc) in add_tag()
124 no_alloc = 0; in clear_tagged_articles()
H A Dread.c609 int no_alloc, n, i, ct_index, cd_index; in do_mime() local
612 no_alloc = 16; in do_mime()
613 headers = (char **)XtMalloc(no_alloc * sizeof(char *)); in do_mime()
614 for (i = 0 ; i < no_alloc ; i++) in do_mime()
618 if (n + 3 > no_alloc) { in do_mime()
619 i = no_alloc; in do_mime()
620 no_alloc *= 2; in do_mime()
622 no_alloc * sizeof(char *)); in do_mime()
623 while (i < no_alloc) in do_mime()
840 for (i = 0 ; i < no_alloc ; i++) in do_mime()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/share/
H A Dtxtfilt.c132 int i, no_alloc = 32; in match_load() local
139 match_p = malloc(no_alloc * sizeof (*match_p)); in match_load()
156 if (match_np >= no_alloc) in match_load()
158 no_alloc *= 2; in match_load()
159 match_p = realloc(match_p, no_alloc * sizeof (*match_p)); in match_load()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c19 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
23 if (!no_alloc) { in make_magnitude_modifier()
49 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
56 if (!no_alloc) { in make_period_modifier()
87 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
96 if (!no_alloc) { in make_envelope_modifier()
128 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
133 if (!no_alloc) { in make_condition_modifier()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c19 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
23 if (!no_alloc) { in make_magnitude_modifier()
49 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
56 if (!no_alloc) { in make_period_modifier()
87 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
96 if (!no_alloc) { in make_envelope_modifier()
128 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
133 if (!no_alloc) { in make_condition_modifier()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c19 struct resource* mod_chunk, int no_alloc, __s16 level) in make_magnitude_modifier() argument
23 if (!no_alloc) { in make_magnitude_modifier()
49 struct resource* mod_chunk, int no_alloc, in make_period_modifier() argument
56 if (!no_alloc) { in make_period_modifier()
87 struct resource* mod_chunk, int no_alloc, in make_envelope_modifier() argument
96 if (!no_alloc) { in make_envelope_modifier()
128 struct resource* mod_chunk, int no_alloc, in make_condition_modifier() argument
133 if (!no_alloc) { in make_condition_modifier()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/
H A DCHANGELOG14 - `no_alloc` feature flag was replaced with an `alloc` feature flag.
22 - Removed stackvec dependent, even on `no_alloc`.
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/
H A DCHANGELOG14 - `no_alloc` feature flag was replaced with an `alloc` feature flag.
22 - Removed stackvec dependent, even on `no_alloc`.
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/
H A DCargo.toml.orig-cargo31 no_alloc = []
H A DCHANGELOG19 - Removed stackvec dependent, even on `no_alloc`.
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/
H A DCargo.toml.orig-cargo31 no_alloc = []
H A DCHANGELOG19 - Removed stackvec dependent, even on `no_alloc`.
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/
H A DCargo.toml.orig-cargo31 no_alloc = []
H A DCHANGELOG14 - Removed stackvec dependent, even on `no_alloc`.
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dopt_range.h1057 bool no_alloc; variable
1095 QUICK_RANGE_SELECT(THD *thd, TABLE *table,uint index_arg,bool no_alloc,
1099 { return new QUICK_RANGE_SELECT(thd, head, index, no_alloc, parent_alloc, in clone()
1166 bool no_alloc, MEM_ROOT *parent_alloc, in QUICK_RANGE_SELECT_GEOM() argument
1168 :QUICK_RANGE_SELECT(thd, table, index_arg, no_alloc, parent_alloc, in QUICK_RANGE_SELECT_GEOM()
1174 return new QUICK_RANGE_SELECT_GEOM(thd, head, index, no_alloc, in clone()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dopt_range.h1057 bool no_alloc; variable
1095 QUICK_RANGE_SELECT(THD *thd, TABLE *table,uint index_arg,bool no_alloc,
1099 { return new QUICK_RANGE_SELECT(thd, head, index, no_alloc, parent_alloc, in clone()
1166 bool no_alloc, MEM_ROOT *parent_alloc, in QUICK_RANGE_SELECT_GEOM() argument
1168 :QUICK_RANGE_SELECT(thd, table, index_arg, no_alloc, parent_alloc, in QUICK_RANGE_SELECT_GEOM()
1174 return new QUICK_RANGE_SELECT_GEOM(thd, head, index, no_alloc, in clone()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dopt_range.h1052 bool no_alloc; variable
1090 QUICK_RANGE_SELECT(THD *thd, TABLE *table,uint index_arg,bool no_alloc,
1094 { return new QUICK_RANGE_SELECT(thd, head, index, no_alloc, parent_alloc, in clone()
1161 bool no_alloc, MEM_ROOT *parent_alloc, in QUICK_RANGE_SELECT_GEOM() argument
1163 :QUICK_RANGE_SELECT(thd, table, index_arg, no_alloc, parent_alloc, in QUICK_RANGE_SELECT_GEOM()
1169 return new QUICK_RANGE_SELECT_GEOM(thd, head, index, no_alloc, in clone()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dopt_range.h1052 bool no_alloc; variable
1090 QUICK_RANGE_SELECT(THD *thd, TABLE *table,uint index_arg,bool no_alloc,
1094 { return new QUICK_RANGE_SELECT(thd, head, index, no_alloc, parent_alloc, in clone()
1161 bool no_alloc, MEM_ROOT *parent_alloc, in QUICK_RANGE_SELECT_GEOM() argument
1163 :QUICK_RANGE_SELECT(thd, table, index_arg, no_alloc, parent_alloc, in QUICK_RANGE_SELECT_GEOM()
1169 return new QUICK_RANGE_SELECT_GEOM(thd, head, index, no_alloc, in clone()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dopt_range.h1121 bool no_alloc; variable
1159 QUICK_RANGE_SELECT(THD *thd, TABLE *table,uint index_arg,bool no_alloc,
1163 { return new QUICK_RANGE_SELECT(thd, head, index, no_alloc, parent_alloc, in clone()
1230 bool no_alloc, MEM_ROOT *parent_alloc, in QUICK_RANGE_SELECT_GEOM() argument
1232 :QUICK_RANGE_SELECT(thd, table, index_arg, no_alloc, parent_alloc, in QUICK_RANGE_SELECT_GEOM()
1238 return new QUICK_RANGE_SELECT_GEOM(thd, head, index, no_alloc, in clone()

12345