Home
last modified time | relevance | path

Searched refs:old_max (Results 1 – 25 of 890) sorted by last modified time

12345678910>>...36

/dports/graphics/panomatic/panomatic-0.9.4/libpng/src/
H A Dpngset.c747 int old_max; in png_set_text_2() local
749 old_max = info_ptr->max_text; in png_set_text_2()
759 png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max * in png_set_text_2()
H A Dpngwutil.c232 int old_max; in png_text_compress() local
234 old_max = comp->max_output_ptr; in png_text_compress()
244 png_memcpy(comp->output_ptr, old_ptr, old_max in png_text_compress()
282 int old_max; in png_text_compress() local
284 old_max = comp->max_output_ptr; in png_text_compress()
296 old_max * png_sizeof (png_charp)); in png_text_compress()
/dports/games/qstat/qstat-2.17/
H A Dqstat.c4390 int old_max = max_connmap; in bind_qserver_post() local
4393 memset(&connmap[old_max], 0, (max_connmap - old_max) * sizeof(struct qserver *)); in bind_qserver_post()
/dports/emulators/jzintv/jzintv-20200712-src/src/ay8910/
H A Day8910.c177 int old_max, new_max, max_chg; in ay8910_write() local
227 old_max = ay8910->max[chan]; in ay8910_write()
230 max_chg = new_max - old_max; in ay8910_write()
238 old_max = ay8910->max[3]; in ay8910_write()
241 max_chg = new_max - old_max; in ay8910_write()
250 old_max = ay8910->max[chan]; in ay8910_write()
253 max_chg = new_max - old_max; in ay8910_write()
267 old_max = ay8910->max[3]; in ay8910_write()
270 max_chg = new_max - old_max; in ay8910_write()
283 old_max = ay8910->max[4]; in ay8910_write()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc161 uint64_t old_max; in set_max() local
163 old_max = status.max_in_use; in set_max()
164 } while (old_max < in_use && in set_max()
165 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc161 uint64_t old_max; in set_max() local
163 old_max = status.max_in_use; in set_max()
164 } while (old_max < in_use && in set_max()
165 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc161 uint64_t old_max; in set_max() local
163 old_max = status.max_in_use; in set_max()
164 } while (old_max < in_use && in set_max()
165 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/comms/yagiuda/yagiuda-1.19/src/
H A Dauto.c18 double pin,E_fwd=0,H_fwd,max_gain=0.0,old_max=0.0; in automatic_enhancement() local
30 old_max=0.0; in automatic_enhancement()
37 old_max=max_gain; in automatic_enhancement()
40 } while(E_fwd>old_max); in automatic_enhancement()
46 old_max=0.0; in automatic_enhancement()
53 old_max=max_gain; in automatic_enhancement()
56 } while(E_fwd>old_max); in automatic_enhancement()
62 old_max=0.0; in automatic_enhancement()
69 old_max=max_gain; in automatic_enhancement()
72 } while(E_fwd>old_max); in automatic_enhancement()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/base/
H A Dftstroke.c330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() local
335 if ( new_max > old_max ) in ft_stroke_border_grow()
337 FT_UInt cur_max = old_max; in ft_stroke_border_grow()
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
H A Dftgloadr.c215 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
225 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
227 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
241 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
245 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
246 old_max ); in FT_GlyphLoader_CheckPoints()
260 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
263 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
298 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckSubGlyphs() local
305 old_max = loader->max_subglyphs; in FT_GlyphLoader_CheckSubGlyphs()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/sfnt/
H A Dttcmap.c2978 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() local
2986 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/autofit/
H A Dafhints.c56 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local
57 FT_Int new_max = old_max; in af_axis_hints_new_segment()
61 if ( old_max >= big_max ) in af_axis_hints_new_segment()
121 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local
122 FT_Int new_max = old_max; in af_axis_hints_new_edge()
126 if ( old_max >= big_max ) in af_axis_hints_new_edge()
767 FT_UInt old_max, new_max; in af_glyph_hints_reload() local
785 old_max = (FT_UInt)hints->max_contours; in af_glyph_hints_reload()
795 else if ( new_max > old_max ) in af_glyph_hints_reload()
814 old_max = (FT_UInt)hints->max_points; in af_glyph_hints_reload()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/src/pshinter/
H A Dpshrec.c64 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
69 if ( new_max > old_max ) in ps_hint_table_ensure()
73 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
139 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
144 if ( new_max > old_max ) in ps_mask_ensure()
147 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
233 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
238 if ( new_max > old_max ) in ps_mask_table_ensure()
241 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp375 SkScalar old_min, SkScalar old_max, in map_range() argument
378 SkASSERT(old_min < old_max); in map_range()
380 return new_min + ((value - old_min) * (new_max - new_min) / (old_max - old_min)); in map_range()
H A DSkFontMgr_fontconfig.cpp293 SkScalar old_min, SkScalar old_max, in map_range() argument
296 SkASSERT(old_min < old_max); in map_range()
298 return new_min + ((value - old_min) * (new_max - new_min) / (old_max - old_min)); in map_range()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_atom_texture.c96 const GLuint old_max = st->state.num_sampler_views[shader_stage]; in st_get_sampler_views() local
103 if (samplers_used == 0x0 && old_max == 0) in st_get_sampler_views()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/lib/
H A Dpan_indirect_draw.c1073 nir_ssa_def *old_max = nir_load_var(b, max_var); in get_index_min_max() local
1082 new_max = nir_umax(b, old_max, data); in get_index_min_max()
1085 … new_max = nir_bcsel(b, nir_ine(b, restart_index, data), new_max, old_max); in get_index_min_max()
1088 old_max = new_max; in get_index_min_max()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c1449 unsigned old_max = cs->max_global_buffers; in llvmpipe_set_global_binding() local
1457 …memset(&cs->global_buffers[old_max], 0, (cs->max_global_buffers - old_max) * sizeof(cs->global_buf… in llvmpipe_set_global_binding()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_compute.c336 unsigned old_max = program->max_global_buffers; in si_set_global_binding() local
345 memset(&program->global_buffers[old_max], 0, in si_set_global_binding()
346 (program->max_global_buffers - old_max) * sizeof(program->global_buffers[0])); in si_set_global_binding()
/dports/www/firefox/firefox-99.0/modules/freetype2/src/autofit/
H A Dafhints.c154 FT_Int old_max = axis->max_segments; in af_axis_hints_new_segment() local
155 FT_Int new_max = old_max; in af_axis_hints_new_segment()
159 if ( old_max >= big_max ) in af_axis_hints_new_segment()
219 FT_Int old_max = axis->max_edges; in af_axis_hints_new_edge() local
220 FT_Int new_max = old_max; in af_axis_hints_new_edge()
224 if ( old_max >= big_max ) in af_axis_hints_new_edge()
865 FT_Int old_max, new_max; in af_glyph_hints_reload() local
883 old_max = hints->max_contours; in af_glyph_hints_reload()
893 else if ( new_max > old_max ) in af_glyph_hints_reload()
912 old_max = hints->max_points; in af_glyph_hints_reload()
[all …]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/base/
H A Dftstroke.c330 FT_UInt old_max = border->max_points; in ft_stroke_border_grow() local
335 if ( new_max > old_max ) in ft_stroke_border_grow()
337 FT_UInt cur_max = old_max; in ft_stroke_border_grow()
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
H A Dftgloadr.c215 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckPoints() local
225 old_max = loader->max_points; in FT_GlyphLoader_CheckPoints()
227 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
241 old_max * 2, new_max * 2 ) ) in FT_GlyphLoader_CheckPoints()
245 loader->base.extra_points + old_max, in FT_GlyphLoader_CheckPoints()
246 old_max ); in FT_GlyphLoader_CheckPoints()
260 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
263 if ( new_max > old_max ) in FT_GlyphLoader_CheckPoints()
298 FT_UInt new_max, old_max; in FT_GlyphLoader_CheckSubGlyphs() local
305 old_max = loader->max_subglyphs; in FT_GlyphLoader_CheckSubGlyphs()
[all …]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/sfnt/
H A Dttcmap.c2988 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure() local
2996 if ( FT_QRENEW_ARRAY( cmap->results, old_max, num_results ) ) in tt_cmap14_ensure()
/dports/www/firefox/firefox-99.0/modules/freetype2/src/pshinter/
H A Dpshrec.c64 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
69 if ( new_max > old_max ) in ps_hint_table_ensure()
73 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
139 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
144 if ( new_max > old_max ) in ps_mask_ensure()
147 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
233 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
238 if ( new_max > old_max ) in ps_mask_table_ensure()
241 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp293 SkScalar old_min, SkScalar old_max, in map_range() argument
296 SkASSERT(old_min < old_max); in map_range()
298 return new_min + ((value - old_min) * (new_max - new_min) / (old_max - old_min)); in map_range()

12345678910>>...36