Home
last modified time | relevance | path

Searched refs:left (Results 1501 - 1525 of 3217) sorted by relevance

1...<<61626364656667686970>>...129

/third_party/backends/backend/
H A Dsm3840_lib.c134 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 Dares_sysconfig.c177 /* 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 Dconnection.py335 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 Djdhuff_opt.c53 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 Dpredictor_enc.c104 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 Dmodule-waveout.c415 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 Dcordz_info_statistics_test.cc79 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 Dgas_query.c527 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 Dgas_query.c518 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/arch/mips/kernel/
H A Dpm-cps.c35 * VPE left it. Returns garbage if coupled_coherence is zero or this is not
114 unsigned online, left; in cps_pm_enter_state() local
170 left = entry(online, nc_core_ready_count); in cps_pm_enter_state()
186 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dlib1funcs.S54 @ Initially shift the divisor left 3 bits if possible,
56 @ at the left end of each 4 bit nibbles in the division loop
192 @ Either 1, 2 or 3 comparison/subtractions are left.
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S98 bics r13, r13, r11 @ clear masked - any left?
124 bics r13, r13, r11 @ clear masked - any left?
174 mov r10, r10, lsl #1 @ shift mask left
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dpm-cps.c35 * VPE left it. Returns garbage if coupled_coherence is zero or this is not
114 unsigned online, left; in cps_pm_enter_state() local
170 left = entry(online, nc_core_ready_count); in cps_pm_enter_state()
186 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dlib1funcs.S54 @ Initially shift the divisor left 3 bits if possible,
56 @ at the left end of each 4 bit nibbles in the division loop
192 @ Either 1, 2 or 3 comparison/subtractions are left.
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S99 bics r13, r13, r11 @ clear masked - any left?
125 bics r13, r13, r11 @ clear masked - any left?
175 mov r10, r10, lsl #1 @ shift mask left
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Dexecveat.c119 static char *concat(const char *left, const char *right) in concat() argument
121 char *result = malloc(strlen(left) + strlen(right) + 1); in concat()
123 strcpy(result, left); in concat()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dqcom_rpm.c453 int left; in qcom_rpm_write() local
480 left = wait_for_completion_timeout(&rpm->ack, RPM_REQUEST_TIMEOUT); in qcom_rpm_write()
481 if (!left) in qcom_rpm_write()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c305 struct qxl_rect area = {.left = update_area->left, in qxl_update_area_ioctl()
314 if (update_area->left >= update_area->right || in qxl_update_area_ioctl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c257 cr->left = inst->vsi->crop.left; in get_crop_info()
263 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
/kernel/linux/linux-5.10/net/atm/
H A Dproc.c8 * Evaluating the efficiency of the whole thing if left as an exercise to
121 loff_t left = *pos; in __acquires() local
125 return left ? vcc_walk(seq, left) : SEQ_START_TOKEN; in __acquires()
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir-mce_kbd-decoder.c187 bool left = scancode & 0x20; in ir_mce_kbd_process_mouse_data() local
200 x, y, left ? "L" : "", right ? "R" : ""); in ir_mce_kbd_process_mouse_data()
205 input_report_key(dev->input_dev, BTN_LEFT, left); in ir_mce_kbd_process_mouse_data()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir-mce_kbd-decoder.c187 bool left = scancode & 0x20; in ir_mce_kbd_process_mouse_data() local
200 x, y, left ? "L" : "", right ? "R" : ""); in ir_mce_kbd_process_mouse_data()
205 input_report_key(dev->input_dev, BTN_LEFT, left); in ir_mce_kbd_process_mouse_data()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dqcom_rpm.c453 int left; in qcom_rpm_write() local
480 left = wait_for_completion_timeout(&rpm->ack, RPM_REQUEST_TIMEOUT); in qcom_rpm_write()
481 if (!left) in qcom_rpm_write()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_buffer.c266 size_t left = (b->flags ? 1 : 2) * b->size - b->used; in __tty_buffer_request_room() local
269 if (!change && left >= size) in __tty_buffer_request_room()
275 return change ? 0 : left; in __tty_buffer_request_room()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpmic_glink_altmode.c110 unsigned long left; in pmic_glink_altmode_request() local
131 left = wait_for_completion_timeout(&altmode->pan_ack, 5 * HZ); in pmic_glink_altmode_request()
132 if (!left) { in pmic_glink_altmode_request()

Completed in 26 milliseconds

1...<<61626364656667686970>>...129