/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_drm.c | 135 format.format.width = crop->width + crop->left; in vsp1_du_pipeline_setup_rpf() 163 __func__, sel.r.left, sel.r.top, sel.r.width, sel.r.height, in vsp1_du_pipeline_setup_rpf() 217 __func__, sel.r.left, sel.r.top, sel.r.width, sel.r.height, in vsp1_du_pipeline_setup_rpf() 835 cfg->src.left, cfg->src.top, cfg->src.width, cfg->src.height, in vsp1_du_atomic_update() 836 cfg->dst.left, cfg->dst.top, cfg->dst.width, cfg->dst.height, in vsp1_du_atomic_update()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | sdio.c | 363 size_t left, len; in gb_sdio_transfer() local 373 left = data->blksz * data->blocks; in gb_sdio_transfer() 375 while (left) { in gb_sdio_transfer() 385 len = min(left, host->data_max); in gb_sdio_transfer() 399 left -= len; in gb_sdio_transfer()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-common.c | 907 if (r->left < 0) in vivid_vid_adjust_sel() 908 r->left = 0; in vivid_vid_adjust_sel() 909 /* sanitize left and top in case someone passes ~0 as the value */ in vivid_vid_adjust_sel() 910 r->left &= 0xfffe; in vivid_vid_adjust_sel() 912 if (r->left + w > MAX_WIDTH) in vivid_vid_adjust_sel() 913 r->left = MAX_WIDTH - w; in vivid_vid_adjust_sel()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 694 static inline bool efx_link_state_equal(const struct efx_link_state *left, in efx_link_state_equal() argument 697 return left->up == right->up && left->fd == right->fd && in efx_link_state_equal() 698 left->fc == right->fc && left->speed == right->speed; in efx_link_state_equal()
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | sdio.c | 362 size_t left, len; in gb_sdio_transfer() local 372 left = data->blksz * data->blocks; in gb_sdio_transfer() 374 while (left) { in gb_sdio_transfer() 384 len = min(left, host->data_max); in gb_sdio_transfer() 398 left -= len; in gb_sdio_transfer()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 909 int frag, left; in write_msg() local 930 for (left = len; left;) { in write_msg() 931 frag = min(left, MAX_PRINT_CHUNK); in write_msg() 934 left -= frag; in write_msg() 1031 * created from the boot/module option are left, so remove and in cleanup_netconsole()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | net_driver.h | 137 * @index and @entries are left as 0. 652 static inline bool efx_link_state_equal(const struct efx_link_state *left, in efx_link_state_equal() argument 655 return left->up == right->up && left->fd == right->fd && in efx_link_state_equal() 656 left->fc == right->fc && left->speed == right->speed; in efx_link_state_equal()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_drm.c | 137 format.format.width = crop->width + crop->left; in vsp1_du_pipeline_setup_rpf() 163 __func__, sel.r.left, sel.r.top, sel.r.width, sel.r.height, in vsp1_du_pipeline_setup_rpf() 217 __func__, sel.r.left, sel.r.top, sel.r.width, sel.r.height, in vsp1_du_pipeline_setup_rpf() 843 cfg->src.left, cfg->src.top, cfg->src.width, cfg->src.height, in vsp1_du_atomic_update() 844 cfg->dst.left, cfg->dst.top, cfg->dst.width, cfg->dst.height, in vsp1_du_atomic_update()
|
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/ |
H A D | rga.c | 339 .crop.left = 0, 541 frm->crop.left = 0; in vidioc_s_fmt() 588 s->r.left = 0; in vidioc_g_selection() 634 if (s->r.top < 0 || s->r.left < 0) { in vidioc_s_selection() 636 "doesn't support negative values for top & left.\n"); in vidioc_s_selection() 640 if (s->r.left + s->r.width > f->width || in vidioc_s_selection()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h263dec.c | 390 int left = get_bits_left(&s->gb); in decode_slice() local 405 if (left > max_extra) in decode_slice() 408 left, show_bits(&s->gb, 24)); in decode_slice() 409 else if (left < 0) in decode_slice() 410 av_log(s->avctx, AV_LOG_ERROR, "overreading %d bits\n", -left); in decode_slice() 419 "slice end not reached but screenspace end (%d left %06X, score= %d)\n", in decode_slice()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afir.c | 252 int left, offset = 0; in convert_coeffs() local 262 left = s->nb_taps; in convert_coeffs() 268 for (i = 0; left > 0; i++) { in convert_coeffs() 270 int nb_partitions = FFMIN(step, (left + part_size - 1) / part_size); in convert_coeffs() 277 left -= nb_partitions * part_size; in convert_coeffs()
|
/third_party/curl/lib/vssh/ |
H A D | wolfssh.c | 994 timediff_t left = 1000; in wssh_block_statemach() local 1009 left = Curl_timeleft(data, NULL, FALSE); in wssh_block_statemach() 1010 if(left < 0) { in wssh_block_statemach() 1028 left>1000?1000:left); /* ignore result */ in wssh_block_statemach()
|
/third_party/backends/backend/ |
H A D | sm3840_lib.c | 134 if (params->left < 0) in prepare_params() 135 params->left = 0; in prepare_params() 142 if ((params->left + params->width) > 8.5) in prepare_params() 143 params->width = 8.5 - params->left; in prepare_params() 147 params->leftpix = params->left * params->dpi; in prepare_params()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig.c | 177 /* Sort Address values \a left and \a right by metric, returning the usual 182 const Address * const left = arg1; in compareAddresses() local 185 if (left->metric < right->metric) { in compareAddresses() 188 if (left->metric > right->metric) { in compareAddresses() 192 if (left->orig_idx < right->orig_idx) { in compareAddresses() 195 if (left->orig_idx > right->orig_idx) { in compareAddresses()
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 335 left = _winapi.PeekNamedPipe(self._handle)[1] 336 assert left > 0 337 if maxsize is not None and len(buf) + left > maxsize: 339 ov, err = _winapi.ReadFile(self._handle, left, overlapped=True) 342 assert rbytes == left
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdhuff_opt.c | 53 unsigned int restarts_to_go; /* MCUs left in this restart interval */ 175 /* Generate left-justified code followed by all possible bit sequences */ in jpeg_make_d_ac_derived_tbl() 209 int left; in jpeg_make_d_ac_derived_tbl() local 230 left = (1 << offset_bit) - (htbl->bits[l] - (p - first)); in jpeg_make_d_ac_derived_tbl() 231 while (offset_bit + HUFF_LOOKAHEAD < max_code_len && left > 0) { in jpeg_make_d_ac_derived_tbl() 233 left = (left << 1) - htbl->bits[offset_bit + HUFF_LOOKAHEAD]; in jpeg_make_d_ac_derived_tbl() 363 /* Generate left-justified code followed by all possible bit sequences */ in jpeg_make_d_derived_tbl() 625 /* Reset out-of-data flag, unless read_restart_marker left us smack up in LOCAL()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | predictor_enc.c | 104 uint32_t left, uint32_t right) { in MaxDiffAroundPixel() 107 const int diff_left = MaxDiffBetweenPixels(current, left); in MaxDiffAroundPixel() 122 uint32_t current, up, down, left, right; in MaxDiffsForRow() local 135 left = current; in MaxDiffsForRow() 143 max_diffs[x] = MaxDiffAroundPixel(current, up, down, left, right); in MaxDiffsForRow() 321 // Prediction modes of the left and above neighbor tiles. in GetBestPredictorForTile() 351 // Include a pixel to the left if it exists; include a pixel to the right in GetBestPredictorForTile() 364 // Read current_row. Include a pixel to the left if it exists; include a in GetBestPredictorForTile() 103 MaxDiffAroundPixel(uint32_t current, uint32_t up, uint32_t down, uint32_t left, uint32_t right) MaxDiffAroundPixel() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-waveout.c | 415 pa_volume_t left, right; in sink_get_volume_cb() local 425 left = PA_CLAMP_VOLUME((vol & 0xFFFF) * PA_VOLUME_NORM / WAVEOUT_MAX_VOLUME); in sink_get_volume_cb() 429 right = left; in sink_get_volume_cb() 433 pa_cvolume_set(&s->real_volume, s->real_volume.channels, (left + right)/2); in sink_get_volume_cb() 435 s->real_volume.values[0] = left; in sink_get_volume_cb()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_info_statistics_test.cc | 79 CordRepConcat* Concat(CordRep* left, CordRep* right) { in Concat() argument 81 concat->length = left->length + right->length; in Concat() 83 concat->left = left; in Concat() 162 children = FairShareImpl(rep->concat()->left, ref) + in FairShareImpl()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.c | 527 unsigned int left; in gas_query_rx() local 629 left = data + len - pos; in gas_query_rx() 630 if (resp_len > left) { in gas_query_rx() 636 if (resp_len < left) { in gas_query_rx() 639 left - resp_len, MAC2STR(sa)); in gas_query_rx()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.c | 518 unsigned int left; in gas_query_rx() local 620 left = data + len - pos; in gas_query_rx() 621 if (resp_len > left) { in gas_query_rx() 627 if (resp_len < left) { in gas_query_rx() 630 left - resp_len, MAC2STR_SEC(sa)); in gas_query_rx()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | idt77252.c | 2634 int i, left; in idt77252_proc_read() local 2636 left = (int) *pos; in idt77252_proc_read() 2637 if (!left--) in idt77252_proc_read() 2639 if (!left--) in idt77252_proc_read() 2641 if (!left--) in idt77252_proc_read() 2643 if (!left--) in idt77252_proc_read() 2645 if (!left--) in idt77252_proc_read() 2647 if (!left--) in idt77252_proc_read() 2649 if (!left--) in idt77252_proc_read() 2651 if (!left in idt77252_proc_read() [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | idt77252.c | 2627 int i, left; in idt77252_proc_read() local 2629 left = (int) *pos; in idt77252_proc_read() 2630 if (!left--) in idt77252_proc_read() 2632 if (!left--) in idt77252_proc_read() 2634 if (!left--) in idt77252_proc_read() 2636 if (!left--) in idt77252_proc_read() 2638 if (!left--) in idt77252_proc_read() 2640 if (!left--) in idt77252_proc_read() 2642 if (!left--) in idt77252_proc_read() 2644 if (!left in idt77252_proc_read() [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/ |
H A D | dialog_ui_extension_callback_test.cpp | 46 virtual void GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_paint_method.cpp | 59 RectF contentRect = { padding.left.value_or(0), padding.top.value_or(0),
in GetForegroundDrawFunction()
|