Home
last modified time | relevance | path

Searched refs:best_type (Results 1 – 25 of 85) sorted by relevance

1234

/dports/audio/nas/nas-1.9.4/lib/audio/
H A DAuGetBest.c51 int best_type; in XauGetBestAuthByAddr() local
63 best_type = types_length; in XauGetBestAuthByAddr()
91 if (best_type == 0) in XauGetBestAuthByAddr()
96 for (type = 0; type < best_type; type++) in XauGetBestAuthByAddr()
102 if (type < best_type) in XauGetBestAuthByAddr()
107 best_type = type; in XauGetBestAuthByAddr()
/dports/x11/libXau/libXau-1.0.9/
H A DAuGetBest.c67 int best_type; in XauGetBestAuthByAddr() local
104 best_type = types_length; in XauGetBestAuthByAddr()
137 if (best_type == 0) in XauGetBestAuthByAddr()
142 for (type = 0; type < best_type; type++) in XauGetBestAuthByAddr()
148 if (type < best_type) in XauGetBestAuthByAddr()
153 best_type = type; in XauGetBestAuthByAddr()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/Xau/
H A DAuGetBest.c91 int best_type; local
126 best_type = types_length;
161 if (best_type == 0)
166 for (type = 0; type < best_type; type++)
172 if (type < best_type)
177 best_type = type;
/dports/multimedia/libkate/libkate-0.4.1/src/
H A Dkate_rle.c323 int best_type=-1; in kate_rle_encode_best() local
327best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_empty,width,values,bits,zero,pr… in kate_rle_encode_best()
328best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_delta,width,values,bits,zero,pr… in kate_rle_encode_best()
329best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_basic,width,values,bits,zero,pr… in kate_rle_encode_best()
330best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_basic_startend,width,values,bit… in kate_rle_encode_best()
331best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_basic_stop,width,values,bits,ze… in kate_rle_encode_best()
332best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_delta_stop,width,values,bits,ze… in kate_rle_encode_best()
333best_type=kate_rle_try_encoding(&best_buffer,&kate_rle_encode_line_basic_zero,width,values,bits,ze… in kate_rle_encode_best()
336 ++kate_rle_stats[best_type]; in kate_rle_encode_best()
337 ++kate_rle_stats_overall[best_type]; in kate_rle_encode_best()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_idet.c83 Type type, best_type; in filter() local
118 best_type = UNDETERMINED; in filter()
121 if(best_type == UNDETERMINED) in filter()
122 best_type = idet->history[i]; in filter()
124 if(idet->history[i] == best_type) { in filter()
133 if(match ) idet->last_type = best_type; in filter()
135 if(match>2) idet->last_type = best_type; in filter()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_idet.c83 Type type, best_type; in filter() local
118 best_type = UNDETERMINED; in filter()
121 if(best_type == UNDETERMINED) in filter()
122 best_type = idet->history[i]; in filter()
124 if(idet->history[i] == best_type) { in filter()
133 if(match ) idet->last_type = best_type; in filter()
135 if(match>2) idet->last_type = best_type; in filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/util/
H A Dmimeparse.py136 best_type = max([
139 return best_type[0][1] and supported[-best_type[1]] or ''
/dports/www/py-paste/Paste-3.4.6/paste/util/
H A Dmimeparse.py136 best_type = max([
139 return best_type[0][1] and supported[-best_type[1]] or ''
/dports/textproc/p5-XML-Validate/XML-Validate-1.025/t/
H A DValidate.t117 my $best_type = $best_available->type();
118 …ASSERT($best_available && ($best_type =~ /^Xerces|LibXML|MSXML$/), "Default best available: $best_…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/tools/
H A Dcontext_util.py269 best_type = None
278 if best_type and context_type < best_type:
281 if context_type == best_type and not _IsRemoteBetter(remote_name,
286 best_type = context_type
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/
H A Dbacklight.c417 unsigned best_type = INT_MAX; in __backlight_find() local
436 if (v < best_type) { in __backlight_find()
441 best_type = v; in __backlight_find()
453 unsigned best_type = INT_MAX; in backlight_find_for_device() local
476 if (v < best_type) { in backlight_find_for_device()
481 best_type = v; in backlight_find_for_device()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_idet.c120 Type type, best_type; in filter() local
166 best_type = UNDETERMINED; in filter()
169 if(best_type == UNDETERMINED) in filter()
170 best_type = idet->history[i]; in filter()
172 if(idet->history[i] == best_type) { in filter()
181 if(match ) idet->last_type = best_type; in filter()
183 if(match>2) idet->last_type = best_type; in filter()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_idet.c120 Type type, best_type; in filter() local
166 best_type = UNDETERMINED; in filter()
169 if(best_type == UNDETERMINED) in filter()
170 best_type = idet->history[i]; in filter()
172 if(idet->history[i] == best_type) { in filter()
181 if(match ) idet->last_type = best_type; in filter()
183 if(match>2) idet->last_type = best_type; in filter()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_idet.c120 Type type, best_type; in filter() local
166 best_type = UNDETERMINED; in filter()
169 if(best_type == UNDETERMINED) in filter()
170 best_type = idet->history[i]; in filter()
172 if(idet->history[i] == best_type) { in filter()
181 if(match ) idet->last_type = best_type; in filter()
183 if(match>2) idet->last_type = best_type; in filter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_idet.c120 Type type, best_type; in filter() local
166 best_type = UNDETERMINED; in filter()
169 if(best_type == UNDETERMINED) in filter()
170 best_type = idet->history[i]; in filter()
172 if(idet->history[i] == best_type) { in filter()
181 if(match ) idet->last_type = best_type; in filter()
183 if(match>2) idet->last_type = best_type; in filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_idet.c120 Type type, best_type; in filter() local
166 best_type = UNDETERMINED; in filter()
169 if(best_type == UNDETERMINED) in filter()
170 best_type = idet->history[i]; in filter()
172 if(idet->history[i] == best_type) { in filter()
181 if(match ) idet->last_type = best_type; in filter()
183 if(match>2) idet->last_type = best_type; in filter()
/dports/math/spot/spot-2.10.2/bin/
H A Dltldo.cc133 static int best_type = 0; // -1 smallest, 1 greatest, 0 no selection variable
179 best_type = 1; in parse_opt()
187 best_type = -1; in parse_opt()
425 if (best_type) in process_formula()
432 * best_type) < 0) in process_formula()
/dports/math/py-spot/spot-2.10.2/bin/
H A Dltldo.cc133 static int best_type = 0; // -1 smallest, 1 greatest, 0 no selection variable
179 best_type = 1; in parse_opt()
187 best_type = -1; in parse_opt()
425 if (best_type) in process_formula()
432 * best_type) < 0) in process_formula()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dcompound_type.c927 *best_rd = est_rd[best_type]; in find_best_avg_distwtd_comp_type()
928 return best_type; in find_best_avg_distwtd_comp_type()
1275 COMPOUND_TYPE best_type; in av1_compound_type_rd() local
1283 best_type = find_best_avg_distwtd_comp_type( in av1_compound_type_rd()
1285 update_mbmi_for_compound_type(mbmi, best_type); in av1_compound_type_rd()
1286 if (comp_rate[best_type] != INT_MAX) in av1_compound_type_rd()
1289 masked_type_cost[best_type] + *rate_mv + comp_rate[best_type], in av1_compound_type_rd()
1290 comp_dist[best_type]); in av1_compound_type_rd()
1320 best_type = find_best_avg_distwtd_comp_type( in av1_compound_type_rd()
1324 rs2 = masked_type_cost[best_type]; in av1_compound_type_rd()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/time/
H A Dutils.py193 best_type = np.result_type(val1.dtype, val2.dtype)
194 val1 = val1.astype(best_type, copy=False)
195 val2 = val2.astype(best_type, copy=False)
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ai/
H A Dai_resource.cpp540 CUnitType *best_type = nullptr; in AiNewDepotRequest() local
569 if (best_type == nullptr || (cost < best_cost)) { in AiNewDepotRequest()
570 best_type = &type; in AiNewDepotRequest()
576 if (best_type) { in AiNewDepotRequest()
580 queue.Type = best_type; in AiNewDepotRequest()
686 CUnitType *best_type = nullptr; in AiTransportCapacityRequest() local
706 if (best_type == nullptr || (cost < best_cost)) { in AiTransportCapacityRequest()
707 best_type = &type; in AiTransportCapacityRequest()
713 if (best_type) { in AiTransportCapacityRequest()
715 if (capacity_needed % best_type->MaxOnBoard) { in AiTransportCapacityRequest()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dutils2.c604 tree best_type = 0; in build_binary_op() local
718 && (0 == (best_type in build_binary_op()
722 || right_type != best_type)) in build_binary_op()
735 operation_type = best_type; in build_binary_op()
916 best_type = 0; in build_binary_op()
923 best_type = left_base_type; in build_binary_op()
925 best_type = right_base_type; in build_binary_op()
927 best_type = left_base_type; in build_binary_op()
929 best_type = right_base_type; in build_binary_op()
933 left_operand = convert (best_type, left_operand); in build_binary_op()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dutils2.c604 tree best_type = 0;
718 && (0 == (best_type
722 || right_type != best_type))
735 operation_type = best_type;
916 best_type = 0;
923 best_type = left_base_type;
925 best_type = right_base_type;
927 best_type = left_base_type;
929 best_type = right_base_type;
933 left_operand = convert (best_type, left_operand);
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Drest-api.php1600 $best_type = rest_get_best_type_for_value( $value, $args['type'] );
1602 if ( ! $best_type ) {
1608 $best_type = reset( $invalid_types );
1611 return $best_type;
2080 $best_type = rest_handle_multi_type_schema( $value, $args, $param );
2082 if ( ! $best_type ) {
2091 $args['type'] = $best_type;
2679 $best_type = rest_handle_multi_type_schema( $value, $args, $param );
2681 if ( ! $best_type ) {
2685 $args['type'] = $best_type;
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Drest-api.php1600 $best_type = rest_get_best_type_for_value( $value, $args['type'] );
1602 if ( ! $best_type ) {
1608 $best_type = reset( $invalid_types );
1611 return $best_type;
2080 $best_type = rest_handle_multi_type_schema( $value, $args, $param );
2082 if ( ! $best_type ) {
2091 $args['type'] = $best_type;
2679 $best_type = rest_handle_multi_type_schema( $value, $args, $param );
2681 if ( ! $best_type ) {
2685 $args['type'] = $best_type;

1234