Home
last modified time | relevance | path

Searched refs:osize (Results 1 – 25 of 2068) sorted by relevance

12345678910>>...83

/dports/mail/mailutils/mailutils-3.13/libmailutils/filter/
H A Dbinflt.c30 size_t osize; in _copy_codec() local
41 osize = iobuf->osize; in _copy_codec()
43 osize = iobuf->isize; in _copy_codec()
45 iobuf->isize = osize; in _copy_codec()
46 iobuf->osize = osize; in _copy_codec()
59 size_t osize; in _bit7_coder() local
73 osize = iobuf->osize; in _bit7_coder()
75 if (osize > isize) in _bit7_coder()
76 osize = isize; in _bit7_coder()
79 iobuf->isize = osize; in _bit7_coder()
[all …]
H A Dfromflt.c49 size_t osize; in _from_decoder() local
70 osize = iobuf->osize; in _from_decoder()
108 iobuf->osize = j; in _from_decoder()
159 size_t osize; in _from_encoder() local
183 if (iobuf->osize < osize) in _from_encoder()
185 iobuf->osize = osize; in _from_encoder()
189 osize); in _from_encoder()
190 iobuf->osize = osize; in _from_encoder()
191 iobuf->isize = osize; in _from_encoder()
201 osize = iobuf->osize; in _from_encoder()
[all …]
H A Ddq.c45 size_t osize; in _dq_encoder() local
59 osize = iobuf->osize; in _dq_encoder()
61 for (i = j = 0; i < isize && j < osize; i++) in _dq_encoder()
67 if (j + 1 == osize) in _dq_encoder()
71 iobuf->osize = 2; in _dq_encoder()
86 iobuf->osize = j; in _dq_encoder()
101 size_t osize; in _dq_decoder() local
115 osize = iobuf->osize; in _dq_decoder()
117 for (i = j = 0; i < isize && j < osize; i++) in _dq_decoder()
131 iobuf->osize = j; in _dq_decoder()
H A Dc-escape.c50 size_t osize; in _c_escape_encoder() local
64 osize = iobuf->osize; in _c_escape_encoder()
66 for (i = j = 0; i < isize && j < osize; i++) in _c_escape_encoder()
77 else if (j + 1 == osize) in _c_escape_encoder()
81 iobuf->osize = 2; in _c_escape_encoder()
96 iobuf->osize = j; in _c_escape_encoder()
111 size_t osize; in _c_escape_decoder() local
125 osize = iobuf->osize; in _c_escape_decoder()
127 for (i = j = 0; i < isize && j < osize; i++) in _c_escape_decoder()
145 iobuf->osize = j; in _c_escape_decoder()
H A Dhtmlent.c80 size_t osize; in _htmlent_encoder() local
98 osize = iobuf->osize; in _htmlent_encoder()
105 --osize; in _htmlent_encoder()
124 --osize; in _htmlent_encoder()
129 iobuf->osize -= osize; in _htmlent_encoder()
206 size_t osize; in _htmlent_decoder() local
224 osize = iobuf->osize; in _htmlent_decoder()
235 --osize; in _htmlent_decoder()
258 --osize; in _htmlent_decoder()
264 --osize; in _htmlent_decoder()
[all …]
H A Ddot.c98 size_t osize; in _dot_decoder() local
116 osize = iobuf->osize; in _dot_decoder()
118 for (i = j = 0; i < isize && j < osize; i++) in _dot_decoder()
135 iobuf->osize = j; in _dot_decoder()
169 size_t osize; in _dot_encoder() local
188 osize = iobuf->osize; in _dot_encoder()
198 if (j + 2 > osize) in _dot_encoder()
202 iobuf->osize = 2; in _dot_encoder()
223 if (j + 2 > osize) in _dot_encoder()
228 if (j + 3 > osize) in _dot_encoder()
[all …]
H A Dcrlfdot.c130 size_t osize; in _crlfdot_decoder() local
148 osize = iobuf->osize; in _crlfdot_decoder()
184 iobuf->osize = j; in _crlfdot_decoder()
236 size_t osize; in _crlfdot_encoder() local
255 osize = iobuf->osize; in _crlfdot_encoder()
269 iobuf->osize = 2; in _crlfdot_encoder()
284 if (j + 2 > osize) in _crlfdot_encoder()
288 iobuf->osize = 2; in _crlfdot_encoder()
309 if (j + 3 > osize) in _crlfdot_encoder()
314 if (j + 5 > osize) in _crlfdot_encoder()
[all …]
H A Dqpflt.c39 size_t osize; in _qp_decoder() local
54 osize = iobuf->osize; in _qp_decoder()
83 if (nbytes + wscount > osize) in _qp_decoder()
84 sz = osize - nbytes; in _qp_decoder()
97 if (nbytes == osize) in _qp_decoder()
174 iobuf->osize = nbytes; in _qp_decoder()
190 size_t osize; in _qp_encoder() local
205 osize = iobuf->osize; in _qp_encoder()
230 if (nbytes + 1 > osize) in _qp_encoder()
245 if (nbytes + 3 > osize) in _qp_encoder()
[all …]
H A Dcrlfflt.c58 size_t osize; in _crlf_encoder() local
74 osize = iobuf->osize; in _crlf_encoder()
76 for (i = j = 0; i < isize && j < osize; i++) in _crlf_encoder()
86 else if (j + 1 == osize) in _crlf_encoder()
90 iobuf->osize = 2; in _crlf_encoder()
113 iobuf->osize = j; in _crlf_encoder()
128 size_t osize; in _crlf_decoder() local
142 osize = iobuf->osize; in _crlf_decoder()
144 for (i = j = 0; i < isize && j < osize; i++) in _crlf_decoder()
157 iobuf->osize = j; in _crlf_decoder()
H A Dpercent.c39 size_t osize; in percent_encoder() local
54 osize = iobuf->osize; in percent_encoder()
56 for (i = j = 0; i < isize && j < osize; i++) in percent_encoder()
62 if (j + 3 >= osize) in percent_encoder()
66 iobuf->osize = 3; in percent_encoder()
79 iobuf->osize = j; in percent_encoder()
92 size_t osize; in percent_decoder() local
106 osize = iobuf->osize; in percent_decoder()
108 for (i = j = 0; i < isize && j < osize; j++) in percent_decoder()
131 iobuf->osize = j; in percent_decoder()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/sraxf/
H A Dv0-decompress.c230 ssize = osize; in sra_decompress_pos()
328 ssize = osize; in sra_decompress_prb_454()
449 ssize = osize; in sra_decompress_sig_454()
543 ssize = osize; in sra_decompress_prb_slx()
733 ssize = osize; in sra_decompress_sig_slx()
803 ssize = osize; in sra_decompress_sig_slx()
804 osize = osize << 1; in sra_decompress_sig_slx()
936 ssize = osize; in sra_decompress_int()
937 osize = osize << 1; in sra_decompress_int()
1071 ssize = osize; in sra_decompress_nse()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/sraxf/
H A Dv0-decompress.c230 ssize = osize; in sra_decompress_pos()
328 ssize = osize; in sra_decompress_prb_454()
449 ssize = osize; in sra_decompress_sig_454()
543 ssize = osize; in sra_decompress_prb_slx()
733 ssize = osize; in sra_decompress_sig_slx()
803 ssize = osize; in sra_decompress_sig_slx()
804 osize = osize << 1; in sra_decompress_sig_slx()
936 ssize = osize; in sra_decompress_int()
937 osize = osize << 1; in sra_decompress_int()
1071 ssize = osize; in sra_decompress_nse()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/include/
H A Dreallocators.hpp62 if(res && nsize > osize) in realloc()
63 std::fill(res + osize, res + nsize, v); in realloc()
79 if(ptr != 0 && osize != 0) { in realloc()
80 size_t bytes = osize * sizeof(T); in realloc()
88 osize = 0; in realloc()
99 size_t obytes = osize * sizeof(T); in realloc()
129 T *res = remaper<T>::realloc(ptr, osize, nsize); in realloc()
130 if(res && nsize > osize) in realloc()
131 std::fill((T*)res + osize, (T*)res + nsize, v); in realloc()
142 if(res && nsize > osize) in realloc()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dbasex.h289 int osize; in base16_enc() local
292 osize=2*slen; in base16_enc()
445 return osize; in base16_enc()
463 int osize; in base16_enc() local
465 osize=2*slen; in base16_enc()
482 int osize; in base16_dec() local
566 int osize; in base64_enc() local
623 int osize; in base64_enc() local
665 int osize; in base64_dec() local
736 int osize; in q_base64_enc() local
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dasprintf.c106 size_t osize = *size; in G_rasprintf() local
108 if (osize < strlen(fmt) + 50) { in G_rasprintf()
109 osize = strlen(fmt) + 50; in G_rasprintf()
110 buf = G_realloc(buf, osize); in G_rasprintf()
115 count = vsnprintf(buf, osize, fmt, ap); in G_rasprintf()
117 if (count >= 0 && count < osize) in G_rasprintf()
120 osize = count + 1; in G_rasprintf()
122 osize *= 2; in G_rasprintf()
124 buf = G_realloc(buf, osize); in G_rasprintf()
128 *size = osize; in G_rasprintf()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 if (nsize > osize) /* not shrinking a block? */ in luaM_realloc_()
169 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
174 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 if (nsize > osize) /* not shrinking a block? */ in luaM_realloc_()
169 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
174 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
[all …]
/dports/lang/lua54/lua-5.4.2/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
147 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 if (nsize > osize) /* not shrinking a block? */ in luaM_realloc_()
169 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
174 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
[all …]
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_array.c73 int osize; in ccp4array_append_() local
75 osize = v->size; in ccp4array_append_()
76 ccp4array_resize_(p, osize+1, reclen); in ccp4array_append_()
84 int osize, i; in ccp4array_append_n_() local
86 osize = v->size; in ccp4array_append_n_()
87 ccp4array_resize_(p, osize+n, reclen); in ccp4array_append_n_()
98 int osize; in ccp4array_append_list_() local
100 osize = v->size; in ccp4array_append_list_()
101 ccp4array_resize_(p, osize+n, reclen); in ccp4array_append_list_()
108 int osize; in ccp4array_insert_() local
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/deps/
H A Dwide-string.cpp30 size_t osize = os_utf8_to_wcs(utf8, isize, nullptr, 0); in to_wide() local
32 if (!osize) in to_wide()
36 wide.resize(osize); in to_wide()
37 os_utf8_to_wcs(utf8, isize, &wide[0], osize + 1); in to_wide()
46 size_t osize = os_utf8_to_wcs(utf8.c_str(), utf8.size(), nullptr, 0); in to_wide() local
48 if (!osize) in to_wide()
52 wide.resize(osize); in to_wide()
53 os_utf8_to_wcs(utf8.c_str(), utf8.size(), &wide[0], osize + 1); in to_wide()
/dports/security/libxcrypt/libxcrypt-4.4.27/test/
H A Dbadsetting.c26 int osize; /* 0 = use CRYPT_GENSALT_OUTPUT_SIZE */ member
222 tc->osize > 0 ? tc->osize : CRYPT_GENSALT_OUTPUT_SIZE); in report_error()
232 else if (err != (tc->osize > 0 ? ERANGE : EINVAL)) in report_error()
247 int osize = tc->osize > 0 ? tc->osize : CRYPT_GENSALT_OUTPUT_SIZE; in test_one() local
250 if (tc->osize == 0) in test_one()
265 s = crypt_gensalt_rn (tc->prefix, tc->count, rbytes, nrbytes, obuf, osize); in test_one()
266 if (s || errno != (tc->osize > 0 ? ERANGE : EINVAL)) in test_one()
283 tc.osize = 0; in test_single_characters()
307 tc.osize = 0; in test_dollar_nonalphanum()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_joystick_events.c69 const int osize = size + csize; in draw_joystick_axes() local
70 int zx = cx + osize + csize * 2; in draw_joystick_axes()
76 al_draw_filled_rectangle(cx-osize, cy-osize, cx+osize, cy+osize, grey); in draw_joystick_axes()
77 al_draw_rectangle(cx-osize+0.5, cy-osize+0.5, cx+osize-0.5, cy+osize-0.5, black, 0); in draw_joystick_axes()
81 al_draw_filled_rectangle(zx-csize, cy-osize, zx+csize, cy+osize, grey); in draw_joystick_axes()
82 al_draw_rectangle(zx-csize+0.5f, cy-osize+0.5f, zx+csize-0.5f, cy+osize-0.5f, black, 0); in draw_joystick_axes()
87 al_draw_text(font, black, cx, cy + osize + 1, ALLEGRO_ALIGN_CENTRE, in draw_joystick_axes()
90 al_draw_text(font, black, cx, cy + osize + (1 + i) * 10, in draw_joystick_axes()
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
173 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_() argument
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
173 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_() argument
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlmem.c132 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_() argument
134 lua_assert((osize == 0) == (block == NULL)); in luaM_free_()
135 (*g->frealloc)(g->ud, block, osize, 0); in luaM_free_()
136 g->GCdebt -= osize; in luaM_free_()
149 size_t osize, size_t nsize) { in tryagain() argument
165 lua_assert((osize == 0) == (block == NULL)); in luaM_realloc_()
166 newblock = firsttry(g, block, osize, nsize); in luaM_realloc_()
168 newblock = tryagain(L, block, osize, nsize); in luaM_realloc_()
173 g->GCdebt = (g->GCdebt + nsize) - osize; in luaM_realloc_()
178 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_() argument
[all …]

12345678910>>...83