Home
last modified time | relevance | path

Searched refs:tmp_size (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_brkiter.cpp175 R_len_t tmp_size = 0; in setSkipRuleStatus() local
194 tmp_rules[tmp_size++] = UBRK_WORD_NONE; in setSkipRuleStatus()
200 tmp_rules[tmp_size++] = UBRK_WORD_NUMBER; in setSkipRuleStatus()
206 tmp_rules[tmp_size++] = UBRK_WORD_LETTER; in setSkipRuleStatus()
212 tmp_rules[tmp_size++] = UBRK_WORD_KANA; in setSkipRuleStatus()
218 tmp_rules[tmp_size++] = UBRK_WORD_IDEO; in setSkipRuleStatus()
224 tmp_rules[tmp_size++] = UBRK_LINE_SOFT; in setSkipRuleStatus()
230 tmp_rules[tmp_size++] = UBRK_LINE_HARD; in setSkipRuleStatus()
250 if (tmp_size <= 0) in setSkipRuleStatus()
253 skip_size = tmp_size; in setSkipRuleStatus()
[all …]
/dports/x11-wm/i3/i3-4.20.1/libi3/
H A Dget_exe_path.c24 size_t tmp_size = 1024; in get_exe_path() local
26 char *tmp = smalloc(tmp_size); in get_exe_path()
60 while ((retgcwd = getcwd(tmp, tmp_size)) == NULL && errno == ERANGE) { in get_exe_path()
61 tmp_size = tmp_size * 2; in get_exe_path()
62 tmp = srealloc(tmp, tmp_size); in get_exe_path()
76 while (confstr(_CS_PATH, tmp, tmp_size) > tmp_size) { in get_exe_path()
77 tmp_size = tmp_size * 2; in get_exe_path()
78 tmp = srealloc(tmp, tmp_size); in get_exe_path()
/dports/x11-wm/i3-gaps/i3-4.20.1/libi3/
H A Dget_exe_path.c24 size_t tmp_size = 1024; in get_exe_path() local
26 char *tmp = smalloc(tmp_size); in get_exe_path()
60 while ((retgcwd = getcwd(tmp, tmp_size)) == NULL && errno == ERANGE) { in get_exe_path()
61 tmp_size = tmp_size * 2; in get_exe_path()
62 tmp = srealloc(tmp, tmp_size); in get_exe_path()
76 while (confstr(_CS_PATH, tmp, tmp_size) > tmp_size) { in get_exe_path()
77 tmp_size = tmp_size * 2; in get_exe_path()
78 tmp = srealloc(tmp, tmp_size); in get_exe_path()
/dports/games/xonotic/Xonotic/source/qcsrc/client/hud/panel/
H A Dphysics.qc140 tmp_size.x = panel_size.x * 0.75;
141 tmp_size.y = panel_size.y * text_scale;
143 tmp_offset.x = panel_size.x - tmp_size.x;
153 tmp_offset.x = tmp_size.x;
157 tmp_size.x = panel_size.x * (1 - 0.75);
158 tmp_size.y = panel_size.y * 0.4 * text_scale;
216 tmp_size.x = panel_size.x * (1 - 0.75);
244 tmp_offset.x = panel_size.x - tmp_size.x;
253 tmp_size = panel_size;
262 tmp_size.x = panel_size.x;
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/include/appleseed/maya/
H A Das_maya_recurrence_helpers.h57 float tmp_size = size; in recurrence() local
58 float delta = tmp_size; in recurrence()
75 tmp_size *= 2.0; in recurrence()
139 float tmp_size = size; in recurrenceN() local
141 if (tmp_size < melt * 2) in recurrenceN()
143 tmp_size = melt * 2; in recurrenceN()
145 if (tmp_size < EPS) in recurrenceN()
147 tmp_size = 1.0; in recurrenceN()
170 float tmp_size = size; in recurrence3() local
177 float delta = tmp_size; in recurrence3()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dcompat.c209 size_t tmp_size; in i_my_vsnprintf() local
219 tmp_size = t_get_bytes_available(); in i_my_vsnprintf()
220 if (tmp_size > size) { in i_my_vsnprintf()
221 tmp = t_buffer_get(tmp_size); in i_my_vsnprintf()
222 ret = vsnprintf(tmp, tmp_size, format, ap); in i_my_vsnprintf()
223 if (ret >= 0 && (size_t)ret+1 != tmp_size) { in i_my_vsnprintf()
231 tmp_size = size; in i_my_vsnprintf()
236 tmp_size = nearest_power(tmp_size+1); in i_my_vsnprintf()
237 tmp = i_malloc(tmp_size); in i_my_vsnprintf()
238 ret = vsnprintf(tmp, tmp_size, format, ap); in i_my_vsnprintf()
[all …]
/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dsls_pvalues.cpp1078 s_>>tmp_size; in operator >>()
1079 if(tmp_size<=0) in operator >>()
1093 s_>>tmp_size; in operator >>()
1094 if(tmp_size<=0) in operator >>()
1109 s_>>tmp_size; in operator >>()
1110 if(tmp_size<=0) in operator >>()
1126 s_>>tmp_size; in operator >>()
1141 s_>>tmp_size; in operator >>()
1158 s_>>tmp_size; in operator >>()
1174 s_>>tmp_size; in operator >>()
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dsls_pvalues.cpp1078 s_>>tmp_size; in operator >>()
1079 if(tmp_size<=0) in operator >>()
1093 s_>>tmp_size; in operator >>()
1094 if(tmp_size<=0) in operator >>()
1109 s_>>tmp_size; in operator >>()
1110 if(tmp_size<=0) in operator >>()
1126 s_>>tmp_size; in operator >>()
1141 s_>>tmp_size; in operator >>()
1158 s_>>tmp_size; in operator >>()
1174 s_>>tmp_size; in operator >>()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Ddbmmodule.c100 int tmp_size; in dbm_subscript() local
105 krec.dsize = tmp_size; in dbm_subscript()
125 int tmp_size; in dbm_ass_sub() local
132 krec.dsize = tmp_size; in dbm_ass_sub()
151 drec.dsize = tmp_size; in dbm_ass_sub()
250 int tmp_size; in dbm_has_key() local
255 key.dsize = tmp_size; in dbm_has_key()
267 int tmp_size; in dbm_get() local
273 key.dsize = tmp_size; in dbm_get()
290 int tmp_size; in dbm_setdefault() local
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Ddbmmodule.c100 int tmp_size; in dbm_subscript() local
105 krec.dsize = tmp_size; in dbm_subscript()
125 int tmp_size; in dbm_ass_sub() local
132 krec.dsize = tmp_size; in dbm_ass_sub()
151 drec.dsize = tmp_size; in dbm_ass_sub()
250 int tmp_size; in dbm_has_key() local
255 key.dsize = tmp_size; in dbm_has_key()
267 int tmp_size; in dbm_get() local
273 key.dsize = tmp_size; in dbm_get()
290 int tmp_size; in dbm_setdefault() local
[all …]
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myhtml/
H A Dtokenizer_script.c113 size_t tmp_size = token_node->str.length; in myhtml_tokenizer_state_script_data_end_tag_name() local
124 token_node->raw_begin = tmp_size; in myhtml_tokenizer_state_script_data_end_tag_name()
146 size_t tmp_size = token_node->str.length; in myhtml_tokenizer_state_script_data_end_tag_name() local
157 token_node->raw_begin = tmp_size; in myhtml_tokenizer_state_script_data_end_tag_name()
179 size_t tmp_size = token_node->str.length; in myhtml_tokenizer_state_script_data_end_tag_name() local
190 token_node->raw_begin = tmp_size; in myhtml_tokenizer_state_script_data_end_tag_name()
289 size_t tmp_size = token_node->str.length; in myhtml_tokenizer_state_script_data_escaped_end_tag_name() local
300 token_node->raw_begin = tmp_size; in myhtml_tokenizer_state_script_data_escaped_end_tag_name()
322 size_t tmp_size = token_node->str.length; in myhtml_tokenizer_state_script_data_escaped_end_tag_name() local
333 token_node->raw_begin = tmp_size; in myhtml_tokenizer_state_script_data_escaped_end_tag_name()
[all …]
/dports/net/liboping/liboping-1.8.0/bindings/perl/
H A DOping.xs142 size_t tmp_size;
147 tmp_size = sizeof (tmp);
149 (void *) &tmp, &tmp_size);
198 size_t tmp_size;
203 tmp_size = sizeof (tmp);
205 (void *) &tmp, &tmp_size);
220 size_t tmp_size;
225 tmp_size = sizeof (tmp);
227 (void *) &tmp, &tmp_size);
/dports/net/fort/FORT-validator-1.5.3/src/
H A Ddelete_dir_daemon.c127 size_t tmp_size; in get_local_path() local
154 tmp_size = strlen(local_path); in get_local_path()
156 tmp_size--; in get_local_path()
158 tmp = malloc(tmp_size + 1); in get_local_path()
163 strncpy(tmp, local_path, tmp_size); in get_local_path()
164 tmp[tmp_size] = '\0'; in get_local_path()
186 size_t rcvd_size, tmp_size; in rename_local_path() local
191 tmp_size = rcvd_size + 1 + (sizeof(RAND_MAX) * 2); in rename_local_path()
192 tmp = malloc(tmp_size + 1); in rename_local_path()
200 snprintf(tmp, tmp_size + 1, "%s_%08lX", rcvd, random_sfx); in rename_local_path()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dexrenc.c67 unsigned int tmp_size; member
221 int64_t max_compressed_size = tmp_size * 3 / 2; in encode_scanline_rle()
227 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_rle()
257 predictor(scanline->tmp, tmp_size); in encode_scanline_rle()
265 scanline->actual_size = tmp_size; in encode_scanline_rle()
280 int64_t max_compressed_size = tmp_size * 3 / 2; in encode_scanline_zip()
287 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_zip()
326 predictor(scanline->tmp, tmp_size); in encode_scanline_zip()
327 source_size = tmp_size; in encode_scanline_zip()
333 if (scanline->actual_size >= tmp_size) { in encode_scanline_zip()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dexrenc.c67 unsigned int tmp_size; member
221 int64_t max_compressed_size = tmp_size * 3 / 2; in encode_scanline_rle()
227 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_rle()
257 predictor(scanline->tmp, tmp_size); in encode_scanline_rle()
265 scanline->actual_size = tmp_size; in encode_scanline_rle()
280 int64_t max_compressed_size = tmp_size * 3 / 2; in encode_scanline_zip()
287 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_zip()
326 predictor(scanline->tmp, tmp_size); in encode_scanline_zip()
327 source_size = tmp_size; in encode_scanline_zip()
333 if (scanline->actual_size >= tmp_size) { in encode_scanline_zip()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dtlsf.cc476 size_t tmp_size; in _malloc() local
495 if (tmp_size >= sizeof(bhdr_t)) { in _malloc()
496 tmp_size -= BHDR_OVERHEAD; in _malloc()
560 size_t tmp_size; in _realloc() local
575 tmp_size = (b->size & BLOCK_SIZE); in _realloc()
576 if (new_size <= tmp_size) { in _realloc()
586 tmp_size -= new_size; in _realloc()
587 if (tmp_size >= sizeof(bhdr_t)) { in _realloc()
588 tmp_size -= BHDR_OVERHEAD; in _realloc()
610 if (tmp_size >= sizeof(bhdr_t)) { in _realloc()
[all …]
/dports/databases/galera/galera-release_25.3.35/gcache/src/
H A Dgcache_params.cpp95 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
101 config.set<size_t>(key, tmp_size); in param_set()
102 params.mem_size(tmp_size); in param_set()
111 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
117 config.set<size_t>(key, tmp_size); in param_set()
118 params.page_size(tmp_size); in param_set()
123 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
129 config.set<size_t>(key, tmp_size); in param_set()
130 params.keep_pages_size(tmp_size); in param_set()
/dports/databases/galera26/galera-release_26.4.10/gcache/src/
H A Dgcache_params.cpp97 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
103 config.set<size_t>(key, tmp_size); in param_set()
104 params.mem_size(tmp_size); in param_set()
113 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
119 config.set<size_t>(key, tmp_size); in param_set()
120 params.page_size(tmp_size); in param_set()
125 size_t tmp_size = gu::Config::from_config<size_t>(val); in param_set() local
131 config.set<size_t>(key, tmp_size); in param_set()
132 params.keep_pages_size(tmp_size); in param_set()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxdhtserial.c168 uint tmp_size = 0; in gx_ht_write_component() local
221 req_size += tmp_size; in gx_ht_write_component()
244 tmp_size = *psize - (data - data0); in gx_ht_write_component()
246 *psize = tmp_size + (data - data0); in gx_ht_write_component()
481 uint tmp_size = 0; in gx_ht_write() local
489 &tmp_size ); in gx_ht_write()
490 req_size += tmp_size; in gx_ht_write()
507 uint tmp_size = req_size - used_size; in gx_ht_write() local
511 &tmp_size ); in gx_ht_write()
512 used_size += tmp_size; in gx_ht_write()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxdhtserial.c168 uint tmp_size = 0; in gx_ht_write_component() local
221 req_size += tmp_size; in gx_ht_write_component()
244 tmp_size = *psize - (data - data0); in gx_ht_write_component()
246 *psize = tmp_size + (data - data0); in gx_ht_write_component()
481 uint tmp_size = 0; in gx_ht_write() local
489 &tmp_size ); in gx_ht_write()
490 req_size += tmp_size; in gx_ht_write()
507 uint tmp_size = req_size - used_size; in gx_ht_write() local
511 &tmp_size ); in gx_ht_write()
512 used_size += tmp_size; in gx_ht_write()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxdhtserial.c168 uint tmp_size = 0; in gx_ht_write_component() local
221 req_size += tmp_size; in gx_ht_write_component()
244 tmp_size = *psize - (data - data0); in gx_ht_write_component()
246 *psize = tmp_size + (data - data0); in gx_ht_write_component()
480 uint tmp_size = 0; in gx_ht_write() local
488 &tmp_size ); in gx_ht_write()
489 req_size += tmp_size; in gx_ht_write()
506 uint tmp_size = req_size - used_size; in gx_ht_write() local
510 &tmp_size ); in gx_ht_write()
511 used_size += tmp_size; in gx_ht_write()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxdhtserial.c168 uint tmp_size = 0; in gx_ht_write_component() local
221 req_size += tmp_size; in gx_ht_write_component()
244 tmp_size = *psize - (data - data0); in gx_ht_write_component()
246 *psize = tmp_size + (data - data0); in gx_ht_write_component()
480 uint tmp_size = 0; in gx_ht_write() local
488 &tmp_size ); in gx_ht_write()
489 req_size += tmp_size; in gx_ht_write()
506 uint tmp_size = req_size - used_size; in gx_ht_write() local
510 &tmp_size ); in gx_ht_write()
511 used_size += tmp_size; in gx_ht_write()
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/utils/etterlog/
H A Del_stream.c102 size_t tmp_size = 0; in stream_read() local
131 tmp_size = (so_curr->po.DATA.len - po_off < size) ? so_curr->po.DATA.len - po_off : size; in stream_read()
134 memcpy(buf + buf_off, so_curr->po.DATA.data + po_off, tmp_size); in stream_read()
137 po_off += tmp_size; in stream_read()
140 buf_off += tmp_size; in stream_read()
143 size -= tmp_size; in stream_read()
184 size_t tmp_size = 0; in stream_move() local
227 tmp_size = (so_curr->po.DATA.len - po_off < offset) ? so_curr->po.DATA.len - po_off : offset; in stream_move()
230 po_off += tmp_size; in stream_move()
233 offset -= tmp_size; in stream_move()
[all …]
/dports/biology/kallisto/kallisto-0.46.1/src/
H A DKmerIndex.cpp668 out.write((char *)&tmp_size, sizeof(tmp_size)); in write()
677 out.write((char *)&tmp_size, sizeof(tmp_size)); in write()
694 out.write((char *)&tmp_size, sizeof(tmp_size)); in write()
704 out.write((char*)&tmp_size, sizeof(tmp_size)); in write()
709 out.write((char*)&tmp_size, sizeof(tmp_size)); in write()
714 out.write((char*)&tmp_size, sizeof(tmp_size)); in write()
730 tmp_size = 0; in write()
731 out.write((char*)&tmp_size, sizeof(tmp_size)); in write()
901 in.read((char *)&tmp_size, sizeof(tmp_size)); in load()
928 in.read((char *)&tmp_size, sizeof(tmp_size)); in load()
[all …]
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/simple_pose/
H A Dpose_target.py58 tmp_size = self._sigma * 3
64 ul = [int(mu_x - tmp_size), int(mu_y - tmp_size)]
65 br = [int(mu_x + tmp_size + 1), int(mu_y + tmp_size + 1)]
73 size = 2 * tmp_size + 1

12345678910>>...40