Home
last modified time | relevance | path

Searched refs:old_max (Results 251 – 275 of 890) sorted by relevance

1...<<11121314151617181920>>...36

/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/pshinter/
H A Dpshrec.c65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
70 if ( new_max > old_max ) in ps_hint_table_ensure()
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
145 if ( new_max > old_max ) in ps_mask_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
234 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
239 if ( new_max > old_max ) in ps_mask_table_ensure()
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/src/pshinter/
H A Dpshrec.c65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
70 if ( new_max > old_max ) in ps_hint_table_ensure()
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
145 if ( new_max > old_max ) in ps_mask_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
237 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
242 if ( new_max > old_max ) in ps_mask_table_ensure()
245 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/pshinter/
H A Dpshrec.c65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
70 if ( new_max > old_max ) in ps_hint_table_ensure()
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
145 if ( new_max > old_max ) in ps_mask_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
234 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
239 if ( new_max > old_max ) in ps_mask_table_ensure()
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/pshinter/
H A Dpshrec.c65 FT_UInt old_max = table->max_hints; in ps_hint_table_ensure() local
70 if ( new_max > old_max ) in ps_hint_table_ensure()
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) ) in ps_hint_table_ensure()
140 FT_UInt old_max = ( mask->max_bits + 7 ) >> 3; in ps_mask_ensure() local
145 if ( new_max > old_max ) in ps_mask_ensure()
148 if ( !FT_RENEW_ARRAY( mask->bytes, old_max, new_max ) ) in ps_mask_ensure()
234 FT_UInt old_max = table->max_masks; in ps_mask_table_ensure() local
239 if ( new_max > old_max ) in ps_mask_table_ensure()
242 if ( !FT_RENEW_ARRAY( table->masks, old_max, new_max ) ) in ps_mask_table_ensure()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMatrix.h109 const float *old_min, const float *old_max,
112 const float *old_min, const float *old_max,
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dmaterial.cc43 float old_max = s.lcol.maximum(); in scatterPhoton() local
44 float prob = std::min(1.f, new_max/old_max); in scatterPhoton()
/dports/converters/p5-Storable-AMF/Storable-AMF-1.00/t/
H A DGrianUtils.pm239 my $old_max = 0;
244 if ( $old_max < $new_max ) {
245 $old_max = $new_max;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc168 uint64_t old_max; in set_max() local
170 old_max = status.max_in_use; in set_max()
171 } while (old_max < in_use && in set_max()
172 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc168 uint64_t old_max; in set_max() local
170 old_max = status.max_in_use; in set_max()
171 } while (old_max < in_use && in set_max()
172 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc168 uint64_t old_max; in set_max() local
170 old_max = status.max_in_use; in set_max()
171 } while (old_max < in_use && in set_max()
172 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/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/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/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !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/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/portability/
H A Dmemory.cc166 uint64_t old_max; in set_max() local
168 old_max = status.max_in_use; in set_max()
169 } while (old_max < in_use && in set_max()
170 !toku_sync_bool_compare_and_swap(&status.max_in_use, old_max, in_use)); in set_max()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_atom_texture.c106 const GLuint old_max = st->state.num_sampler_views[shader_stage]; in update_textures() local
113 if (samplers_used == 0x0 && old_max == 0) in update_textures()
122 for (unit = 0; samplers_used || unit < old_max; in update_textures()
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/src/
H A Dch4r_proc.c131 int old_max, new_max, i; in get_next_avtid() local
132 old_max = MPIDI_global.avt_mgr.max_n_avts; in get_next_avtid()
133 new_max = old_max + 1; in get_next_avtid()
137 for (i = old_max; i < new_max - 1; i++) { in get_next_avtid()
142 MPIDI_global.avt_mgr.next_avtid = old_max; in get_next_avtid()
/dports/math/eprover/eprover-E-2.0/BASICS/
H A Dclb_intmap.c57 static bool switch_to_array(long old_min, long old_max, long new_key, long entries) in switch_to_array() argument
59 long max_key = MAX(old_max, new_key); in switch_to_array()
83 static bool switch_to_tree(long old_min, long old_max, long new_key, long entries) in switch_to_tree() argument
85 long max_key = MAX(old_max, new_key); in switch_to_tree()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
203 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
203 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dobjectid.c184 int old_max = sb_oid_maxsize(disk_sb); in reiserfs_convert_objectid_map_v1() local
203 objectid_map[i + (old_max - new_size)] = objectid_map[i]; in reiserfs_convert_objectid_map_v1()

1...<<11121314151617181920>>...36