Home
last modified time | relevance | path

Searched refs:left (Results 2376 - 2400 of 3472) sorted by relevance

1...<<919293949596979899100>>...139

/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dcfg.c622 int left; in lbs_ret_scan() local
654 ielen = left = len - (6 + 1 + 8 + 2 + 2); in lbs_ret_scan()
655 while (left >= 2) { in lbs_ret_scan()
659 left -= 2; in lbs_ret_scan()
660 if (elen > left) { in lbs_ret_scan()
671 left -= elen; in lbs_ret_scan()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c519 struct fixed31_32 left, right; in find_software_points() local
525 left = axis_x[i].r; in find_software_points()
532 left = axis_x[i].g; in find_software_points()
539 left = axis_x[i].b; in find_software_points()
547 if (dc_fixpt_le(left, hw_point) && in find_software_points()
561 dc_fixpt_le(hw_point, left)) { in find_software_points()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c160 struct drm_property *left; member
1655 if (psb_intel_sdvo_connector->left == property) { in psb_intel_sdvo_set_property()
1669 psb_intel_sdvo_connector->left, val); in psb_intel_sdvo_set_property()
2253 /* when horizontal overscan is supported, Add the left/right property */ in psb_intel_sdvo_create_enhance_property_tv()
2268 psb_intel_sdvo_connector->left = in psb_intel_sdvo_create_enhance_property_tv()
2270 if (!psb_intel_sdvo_connector->left) in psb_intel_sdvo_create_enhance_property_tv()
2274 psb_intel_sdvo_connector->left, in psb_intel_sdvo_create_enhance_property_tv()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_plane.c394 unsigned int left, right, top, bottom, adjhdisplay, adjvdisplay; in vc4_plane_margins_adj() local
400 vc4_crtc_get_margins(crtc_state, &left, &right, &top, &bottom); in vc4_plane_margins_adj()
401 if (!left && !right && !top && !bottom) in vc4_plane_margins_adj()
404 if (left + right >= crtc_state->mode.hdisplay || in vc4_plane_margins_adj()
408 adjhdisplay = crtc_state->mode.hdisplay - (left + right); in vc4_plane_margins_adj()
412 vc4_pstate->crtc_x += left; in vc4_plane_margins_adj()
939 /* Rows of tiles alternate left-to-right and right-to-left. */ in vc4_plane_mode_set()
/kernel/linux/linux-6.6/net/netfilter/
H A Dx_tables.c702 int mid, left = 0, right = xt[af].cur - 1; in xt_compat_calc_jump() local
704 while (left <= right) { in xt_compat_calc_jump()
705 mid = (left + right) >> 1; in xt_compat_calc_jump()
707 left = mid + 1; in xt_compat_calc_jump()
713 return left ? tmp[left - 1].delta : 0; in xt_compat_calc_jump()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmetricgroup.c1144 const struct metric *left = container_of(l, struct metric, nd); in metric_list_cmp() local
1149 left_count = hashmap__size(left->pctx->ids); in metric_list_cmp()
1151 if (!expr__get_id(left->pctx, perf_tool_event__to_str(i), &data)) in metric_list_cmp()
1173 const struct metric *left = container_of(l, struct metric, nd); in default_metricgroup_cmp() local
1175 int diff = strcmp(right->default_metricgroup_name, left->default_metricgroup_name); in default_metricgroup_cmp()
1180 return strcmp(right->metric_name, left->metric_name); in default_metricgroup_cmp()
/kernel/linux/linux-6.6/sound/pci/
H A Dsonicvibes.c348 " 0x00: left input = 0x%02x 0x20: synth rate low = 0x%02x\n",
354 " 0x02: left AUX1 = 0x%02x 0x22: ADC clock = 0x%02x\n",
360 " 0x04: left CD = 0x%02x 0x24: ADC pll M = 0x%02x\n",
366 " 0x06: left line = 0x%02x 0x26: Synth pll M = 0x%02x\n",
378 " 0x0a: left synth = 0x%02x 0x2a: MPU401 = 0x%02x\n",
384 " 0x0c: left AUX2 = 0x%02x 0x2c: SRS space = 0x%02x\n",
390 " 0x0e: left analog = 0x%02x 0x2e: wave source = 0x%02x\n",
396 " 0x10: left PCM = 0x%02x 0x30: analog power = 0x%02x\n",
907 unsigned short left, right, oval1, oval2; in snd_sonicvibes_put_mux() local
913 left in snd_sonicvibes_put_mux()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py263 left=None,
271 if left is not None:
272 self.left_state = left
999 r = uhdev.event(left=True)
1005 r = uhdev.event(left=False)
1086 left=btn_state,
/kernel/linux/linux-6.6/sound/isa/wss/
H A Dwss_lib.c259 " 0x00: left input = 0x%02x "
269 " 0x02: GF1 left input = 0x%02x "
270 " 0x12: left line in = 0x%02x\n",
279 " 0x04: CD left input = 0x%02x "
289 " 0x06: left output = 0x%02x "
290 " 0x16: left MIC (PnP) = 0x%02x\n",
305 " 0x19: left line out = 0x%02x\n",
1959 unsigned short left, right; in snd_wss_put_mux() local
1965 left = ucontrol->value.enumerated.item[0] << 6; in snd_wss_put_mux()
1968 left in snd_wss_put_mux()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Ddeadline.c905 u64 left, right; in dl_entity_overflow() local
908 * left and right are the two sides of the equation above, in dl_entity_overflow()
915 * instance, runtime is the runtime left for the last instance in dl_entity_overflow()
916 * and (deadline - t), since t is rq->clock, is the time left in dl_entity_overflow()
925 left = (pi_of(dl_se)->dl_deadline >> DL_SCALE) * (dl_se->runtime >> DL_SCALE); in dl_entity_overflow()
929 return dl_time_before(right, left); in dl_entity_overflow()
2001 struct rb_node *left = rb_first_cached(&dl_rq->root); in pick_next_dl_entity() local
2003 if (!left) in pick_next_dl_entity()
2006 return __node_2_dle(left); in pick_next_dl_entity()
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v1.c425 dout("write_partial_kvec %p %d left\n", con, con->v1.out_kvec_bytes); in write_partial_kvec()
453 dout("write_partial_kvec %p %d left in %d kvecs ret = %d\n", con, in write_partial_kvec()
531 dout("%s %p %d left\n", __func__, con, con->v1.out_skip); in write_partial_skip()
603 int left = end - con->v1.in_base_pos; in read_partial() local
604 int have = size - left; in read_partial()
605 int ret = ceph_tcp_recvmsg(con->sock, object + have, left); in read_partial()
968 int ret, left; in read_partial_message_chunk() local
974 left = sec_len - section->iov_len; in read_partial_message_chunk()
976 section->iov_len, left); in read_partial_message_chunk()
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_output.c653 state->left = skb->len - hlen; /* Space per frame */ in ip_frag_init()
679 unsigned int len = state->left; in ip_frag_next()
683 /* IF: it doesn't fit, use 'mtu' - the data space left */ in ip_frag_next()
688 if (len < state->left) { in ip_frag_next()
726 state->left -= len; in ip_frag_next()
740 if (state->left > 0 || state->not_last_frag) in ip_frag_next()
900 while (state.left > 0) { in ip_do_fragment()
/kernel/linux/linux-6.6/sound/sparc/
H A Dcs4231.c1297 unsigned short left, right; in snd_cs4231_put_mux() local
1303 left = ucontrol->value.enumerated.item[0] << 6; in snd_cs4231_put_mux()
1308 left = (chip->image[CS4231_LEFT_INPUT] & ~CS4231_MIXS_ALL) | left; in snd_cs4231_put_mux()
1310 change = left != chip->image[CS4231_LEFT_INPUT] || in snd_cs4231_put_mux()
1312 snd_cs4231_out(chip, CS4231_LEFT_INPUT, left); in snd_cs4231_put_mux()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_output.c764 state->left = skb->len - hlen; /* Space per frame */ in ip6_frag_init()
781 len = state->left; in ip6_frag_next()
782 /* IF: it doesn't fit, use 'mtu' - the data space left */ in ip6_frag_next()
787 if (len < state->left) in ip6_frag_next()
836 state->left -= len; in ip6_frag_next()
839 if (state->left > 0) in ip6_frag_next()
1002 while (state.left > 0) { in ip6_fragment()
/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_mmi.c1401 void ff_vc1_h_s_overlap_mmi(int16_t *left, int16_t *right, ptrdiff_t left_stride, ptrdiff_t right_stride, int flags) in ff_vc1_h_s_overlap_mmi() argument
1409 a = left[6]; in ff_vc1_h_s_overlap_mmi()
1410 b = left[7]; in ff_vc1_h_s_overlap_mmi()
1416 left[6] = ((a << 3) - d1 + rnd1) >> 3; in ff_vc1_h_s_overlap_mmi()
1417 left[7] = ((b << 3) - d2 + rnd2) >> 3; in ff_vc1_h_s_overlap_mmi()
1422 left += left_stride; in ff_vc1_h_s_overlap_mmi()
/third_party/ffmpeg/libavcodec/
H A Dmobiclip.c849 uint8_t *left = frame->data[plane] + ay * frame->linesize[plane] + FFMAX(ax - 1, 0); in predict_intra() local
864 int val = left[y * frame->linesize[plane]]; in predict_intra()
871 block[x] = (((top[x] + left[0] + ((arr1[x] * (y + 1) + in predict_intra()
875 left += frame->linesize[plane]; in predict_intra()
886 int left = block_sum(frame->data[plane] + ay * frame->linesize[plane] + ax - 1, in predict_intra() local
891 fill = ((left + top) * 2 / (2 * size) + 1) / 2; in predict_intra()
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c446 const int right = x < w - 1, down = y < h - 1, left = x > x_start; in set_frame() local
454 if (left && down) src[src_linesize + x - 1] = dither_color(src[src_linesize + x - 1], er, eg, eb, 3, 4); in set_frame()
459 const int right = x < w - 1, down = y < h - 1, left = x > x_start; in set_frame() local
472 if (left) src[ src_linesize + x - 1] = dither_color(src[ src_linesize + x - 1], er, eg, eb, 2, 4); in set_frame()
479 const int right = x < w - 1, down = y < h - 1, left = x > x_start; in set_frame() local
487 if (left && down) src[src_linesize + x - 1] = dither_color(src[src_linesize + x - 1], er, eg, eb, 1, 2); in set_frame()
/third_party/backends/backend/
H A Dagfafocus.c343 /* left is the amount of seconds left till the scanner is in wait_ready()
345 int left = get_size (result.scan, 2); in wait_ready() local
347 DBG (1, "wait_ready() : %d left...\n", left); in wait_ready()
349 if (!left) in wait_ready()
352 else if (left < 200) in wait_ready()
353 usleep (left * 5000); in wait_ready()
355 sleep (left / 200); in wait_ready()
377 0x81, /* data type 81 == read time left */ in get_read_sizes()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c973 left[]={ in TestConcatenate() local
987 /* left with length, right NUL-terminated */ in TestConcatenate()
989 length=unorm_concatenate(left, 2, right, -1, buffer, 100, UNORM_NFC, 0, &errorCode); in TestConcatenate()
996 length=unorm_concatenate(left, 2, right, -1, NULL, 0, UNORM_NFC, 0, &errorCode); in TestConcatenate()
1003 length=unorm_concatenate(left, 2, right, -1, buffer, 1, UNORM_NFC, 0, &errorCode); in TestConcatenate()
1011 length=unorm_concatenate(left, 2, right, -1, buffer, 100, UNORM_NFC, 0, &errorCode); in TestConcatenate()
1021 log_data_err("error: unorm_concatenate(left=NULL)=%ld failed with %s - (Are you missing data?)\n", length, u_errorName(errorCode)); in TestConcatenate()
1025 length=unorm_concatenate(left, 2, right, -1, NULL, 100, UNORM_NFC, 0, &errorCode); in TestConcatenate()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c747 pSourceRect->left, pSourceRect->right, in present()
751 source_rect.left == 0 && in present()
763 pDestRect->left, pDestRect->right, in present()
789 dest_rect.left = MAX2(0, dest_rect.left); in present()
793 target_width = dest_rect.right - dest_rect.left; in present()
/third_party/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp809 /* mode, left, right, result */ in TestConcatenate()
831 UnicodeString left, right, expect, result, r; in TestConcatenate() local
846 left=UnicodeString(cases[i][1], "").unescape(); in TestConcatenate()
853 r=Normalizer::concatenate(left, right, result, mode, 0, errorCode); in TestConcatenate()
863 /* left.getBuffer()==result.getBuffer() */ in TestConcatenate()
866 r=Normalizer::concatenate(left, right, result, mode, 0, errorCode); in TestConcatenate()
871 left.setToBogus(); in TestConcatenate()
873 r=Normalizer::concatenate(left, right, result, mode, 0, errorCode); in TestConcatenate()
875 errln("error in Normalizer::concatenate(), does not detect left.isBogus()"); in TestConcatenate()
/third_party/node/deps/v8/src/objects/
H A Dstring.cc433 // the left-over space to avoid races with the sweeper thread. in MakeExternal()
517 // the left-over space to avoid races with the sweeper thread. in MakeExternal()
889 // Right hand side is longer. Recurse over left. in WriteToFlat()
909 // is unbalanced to the left, a list, essentially. We inline the in WriteToFlat()
1748 // for the left-over space to avoid races with the sweeper thread. in Truncate()
1773 String left = first(cage_base); in Get() local
1774 return left.Get(index); in Get()
1782 String left = cons_string.first(); in Get() local
1783 if (left.length() > index) { in Get()
1784 string = left; in Get()
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h116 static PreParserExpression BinaryOperation(const PreParserExpression& left, in BinaryOperation() argument
605 const PreParserExpression& left, in NewBinaryOperation()
608 return PreParserExpression::BinaryOperation(left, op, right, zone_); in NewBinaryOperation()
611 const PreParserExpression& left, in NewCompareOperation()
617 const PreParserExpression& left, in NewAssignment()
1368 const PreParserExpression& left, const PreParserExpression& right) {} in CheckAssigningFunctionLiteralToProperty()
604 NewBinaryOperation(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewBinaryOperation() argument
610 NewCompareOperation(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewCompareOperation() argument
616 NewAssignment(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewAssignment() argument
1367 CheckAssigningFunctionLiteralToProperty( const PreParserExpression& left, const PreParserExpression& right) CheckAssigningFunctionLiteralToProperty() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp699 // Adjust destination to match portion clipped off left and/or top. in readPixels()
922 GLint left = bounds.destRegion.x0(); in adjustSrcDstRegion() local
928 if (left >= 0 && left < bounds.destBounds.width) in adjustSrcDstRegion()
963 // Offsets from the bottom left corner of the original region to in adjustSrcDstRegion()
964 // the bottom left corner of the clipped region. in adjustSrcDstRegion()
972 // the origin offset instead of the left/bottom out-of-bounds region in adjustSrcDstRegion()
1046 GLint left = bounds.sourceRegion.x0(); in adjustSrcDstRegion() local
1052 if (left >= 0 && left < bound in adjustSrcDstRegion()
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c1085 int left = 0; in DC16_SSE2() local
1088 left += dst[-1 + j * BPS]; in DC16_SSE2()
1091 const int DC = _mm_cvtsi128_si32(sum) + left + 16; in DC16_SSE2()
1105 static void DC16NoLeft_SSE2(uint8_t* dst) { // DC with left samples unavailable in DC16NoLeft_SSE2()
1115 static void DC16NoTopLeft_SSE2(uint8_t* dst) { // DC with no top & left samples in DC16NoTopLeft_SSE2()
1143 int left = 0; in DC8uv_SSE2() local
1146 left += dst[-1 + j * BPS]; in DC8uv_SSE2()
1149 const int DC = _mm_cvtsi128_si32(sum) + left + 8; in DC8uv_SSE2()
1154 static void DC8uvNoLeft_SSE2(uint8_t* dst) { // DC with no left samples in DC8uvNoLeft_SSE2()

Completed in 107 milliseconds

1...<<919293949596979899100>>...139