Home
last modified time | relevance | path

Searched refs:min_width (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/utils/
Dostreams.h127 explicit AsHex(uint64_t v, uint8_t min_width = 1, bool with_prefix = false)
128 : value(v), min_width(min_width), with_prefix(with_prefix) {} in value()
130 uint8_t min_width; member
Dostreams.cc178 DCHECK_GE(sizeof(hex.value) * 2, hex.min_width); in operator <<()
182 hex.min_width, hex.value); in operator <<()
/third_party/node/deps/v8/tools/
Davg.py64 def __init__(self, points=0, key=0, average=0, stddev=0, min_width=0, max_width=0): argument
66 min=min_width, max=max_width)
165 min_width=len(fmt(self.min)),
184 min_width=len("min"),
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c92 CU_ASSERT(0 < framesize.stepwise.min_width); in do_test_VIDIOC_ENUM_FRAMESIZES()
97 CU_ASSERT(framesize.stepwise.min_width < in do_test_VIDIOC_ENUM_FRAMESIZES()
110 CU_ASSERT(0 < framesize.stepwise.min_width); in do_test_VIDIOC_ENUM_FRAMESIZES()
114 CU_ASSERT(framesize.stepwise.min_width < in do_test_VIDIOC_ENUM_FRAMESIZES()
122 min_width) % in do_test_VIDIOC_ENUM_FRAMESIZES()
Dv4l2_show.c150 framesize->stepwise.min_width, in show_v4l2_frmsizeenum()
/third_party/python/Modules/_decimal/libmpdec/
Dio.c795 spec->min_width = 0; in mpd_parse_fmt_str()
851 spec->min_width = mpd_strtossize(cp, &cp, 10); in mpd_parse_fmt_str()
1031 dest->nchars + n_sign < spec->min_width) { in _mpd_add_sep_dot()
1034 n_src = spec->min_width - (dest->nchars + n_sign); in _mpd_add_sep_dot()
1153 if (result->nchars < spec->min_width) { in _mpd_add_pad()
1162 add_chars = (spec->min_width - result->nchars); in _mpd_add_pad()
1260 if (spec->min_width > MPD_MAX_PREC) { in mpd_qformat_spec()
1386 if (spec->min_width) { in mpd_qformat_spec()
/third_party/cups-filters/cupsfilters/
Dppdgenerator.h81 int* min_width,
Dppdgenerator.c1169 int* min_width, in generate_sizes() argument
1363 if (lower < *min_width) in generate_sizes()
1364 *min_width = lower; in generate_sizes()
1421 if (lower < *min_width) in generate_sizes()
1422 *min_width = lower; in generate_sizes()
1452 if (pwg->width < *min_width) in generate_sizes()
1453 *min_width = pwg->width; in generate_sizes()
1609 min_width = INT_MAX, in ppdCreateFromIPP2() local
2218 printer_sizes = generate_sizes(response, &defattr, &min_length, &min_width, in ppdCreateFromIPP2()
2384 if (max_width > 0 && min_width < INT_MAX && max_length > 0 && in ppdCreateFromIPP2()
[all …]
/third_party/ffmpeg/libavutil/
Dhwcontext.h471 int min_width; member
Dhwcontext.c591 constraints->min_width = constraints->min_height = 0; in av_hwdevice_get_hwframe_constraints()
/third_party/ffmpeg/libavcodec/
Dhuffyuvenc.c58 int min_width = FFMIN(w, 32); in sub_left_prediction() local
61 for (i = 0; i < min_width; i++) { /* scalar loop before dsp call */ in sub_left_prediction()
73 for (i = 0; i < min_width; i++) { /* scalar loop before dsp call */ in sub_left_prediction()
92 int min_width = FFMIN(w, 8); in sub_left_prediction_bgr32() local
98 for (i = 0; i < min_width; i++) { in sub_left_prediction_bgr32()
Dmagicyuv.c253 int i, k, x, min_width; in magy_decode_slice() local
322 min_width = FFMIN(width, 32); in magy_decode_slice()
327 for (x = 1; x < min_width; x++) { /* dsp need aligned 32 */ in magy_decode_slice()
Dutvideodec.c472 int min_width = FFMIN(width, 32); in restore_gradient_planar() local
492 for (i = 1; i < min_width; i++) { /* dsp need align 32 */ in restore_gradient_planar()
514 int min_width = FFMIN(width, 32); in restore_gradient_planar_il() local
536 for (i = 1; i < min_width; i++) { /* dsp need align 32 */ in restore_gradient_planar_il()
Dvaapi_decode.c545 if (avctx->coded_width < constraints->min_width || in vaapi_decode_make_config()
552 constraints->min_width, constraints->max_width, in vaapi_decode_make_config()
/third_party/libdrm/man/
DdrmModeGetResources.3.rst44 uint32_t min_width, max_width;
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp622 int16_t min_width = SHRT_MAX; in onGetAdvancedMetrics() local
633 if (width > 0 && width < min_width) { in onGetAdvancedMetrics()
634 min_width = width; in onGetAdvancedMetrics()
635 info->fStemV = min_width; in onGetAdvancedMetrics()
DSkFontHost_win.cpp1636 int16_t min_width; in onGetAdvancedMetrics() local
1709 min_width = SHRT_MAX; in onGetAdvancedMetrics()
1715 if (width > 0 && width < min_width) { in onGetAdvancedMetrics()
1716 min_width = width; in onGetAdvancedMetrics()
1717 info->fStemV = min_width; in onGetAdvancedMetrics()
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.c162 if (ctx->output_width < constraints->min_width || in ff_vaapi_vpp_config_output()
169 constraints->min_width, constraints->max_width, in ff_vaapi_vpp_config_output()
/third_party/python/Lib/
D_pydecimal.py6303 def _insert_thousands_sep(digits, spec, min_width=1): argument
6328 l = min(max(len(digits), min_width, 1), l)
6331 min_width -= l
6332 if not digits and min_width <= 0:
6334 min_width -= len(sep)
6336 l = max(len(digits), min_width, 1)
6380 min_width = spec['minimumwidth'] - len(fracpart) - len(sign)
6382 min_width = 0
6383 intpart = _insert_thousands_sep(intpart, spec, min_width)
/third_party/libdrm/
Dxf86drmMode.h87 uint32_t min_width, max_width; member
Dxf86drmMode.c223 r->min_width = res.min_width; in drmModeGetResources()
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h271 __u32 min_width; member
/third_party/libdrm/include/drm/
Ddrm_mode.h271 __u32 min_width; member
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-x.c580 size_hints->min_width = size_hints->max_width = (int)image_width; in rpng_x_create_window()
/third_party/python/Include/cpython/
Dunicodeobject.h1039 Py_ssize_t min_width,

12