/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 1261 const u8 left = condp->left; in tomoyo_print_condition() local 1265 switch (left) { in tomoyo_print_condition() 1287 const u8 left = condp->left; in tomoyo_print_condition() local 1295 switch (left) { in tomoyo_print_condition() 1327 tomoyo_condition_keyword[left]); in tomoyo_print_condition()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | fix_node.c | 15 * will shift to left/right neighbor, or to a new node, where new item 23 * have to have if we do not any shiftings, if we shift to left/right 192 * shifted to left neighbor 237 /* first item may be merge with last item in left neighbor */ in check_left() 367 * from - number of items, which are shifted to left neighbor entirely 370 * which are shifted to left neighbor 613 * lbytes number of bytes which flow to the left neighbor from the 649 * check if node disappears if we shift tb->lnum[0] items to left 660 * number of items that will be shifted to left (right) neighbor in is_leaf_removable() 727 * somewhere at the left sid in are_leaves_removable() 961 struct buffer_head *father, *left; is_left_neighbor_in_cache() local [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_output.c | 660 state->left = skb->len - hlen; /* Space per frame */ in ip_frag_init() 686 unsigned int len = state->left; in ip_frag_next() 690 len = state->left; in ip_frag_next() 691 /* IF: it doesn't fit, use 'mtu' - the data space left */ in ip_frag_next() 696 if (len < state->left) { in ip_frag_next() 734 state->left -= len; in ip_frag_next() 748 if (state->left > 0 || state->not_last_frag) in ip_frag_next() 907 while (state.left > 0) { in ip_do_fragment()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 1321 conn_state->tv.margins.left, in intel_tv_compute_config() 1542 xpos = conn_state->tv.margins.left; in intel_tv_pre_enable() 1544 xsize -= (conn_state->tv.margins.left + in intel_tv_pre_enable() 1849 old_state->tv.margins.left != new_state->tv.margins.left || in intel_tv_atomic_check() 1967 state->tv.margins.left = 54; in intel_tv_init() 1993 state->tv.margins.left); in intel_tv_init()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | fix_node.c | 15 * will shift to left/right neighbor, or to a new node, where new item 23 * have to have if we do not any shiftings, if we shift to left/right 192 * shifted to left neighbor 237 /* first item may be merge with last item in left neighbor */ in check_left() 367 * from - number of items, which are shifted to left neighbor entirely 370 * which are shifted to left neighbor 613 * lbytes number of bytes which flow to the left neighbor from the 649 * check if node disappears if we shift tb->lnum[0] items to left 660 * number of items that will be shifted to left (right) neighbor in is_leaf_removable() 727 * somewhere at the left sid in are_leaves_removable() 961 struct buffer_head *father, *left; is_left_neighbor_in_cache() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | vga16fb.c | 333 u32 xres, right, hslen, left, xtotal; in vga16fb_check_var() local 374 left = (var->left_margin + 7) & ~7; in vga16fb_check_var() 386 var->left_margin = left; in vga16fb_check_var() 393 left >>= shift; in vga16fb_check_var() 395 xtotal = xres + right + hslen + left; in vga16fb_check_var() 400 if (right + hslen + left > 64) in vga16fb_check_var() 409 pos += left - 2; /* blank_end + 2 <= total + 5 */ in vga16fb_check_var()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | s5k5baf.c | 845 r->left = v->left * n->width / d->width; in s5k5baf_rescale() 859 p->left, p->top); in s5k5baf_hw_set_crop_rects() 864 r.left, r.top); in s5k5baf_hw_set_crop_rects() 1405 sel->r.left = 0; in s5k5baf_get_selection() 1428 s5k5baf_bound_range(&r->left, &r->width, width); in s5k5baf_bound_rect() 1469 sel->r.left = 0; in s5k5baf_set_selection()
|
H A D | imx274.c | 1138 sel->r.left = 0; in imx274_get_selection() 1161 sel->r.left = 0; in imx274_get_selection() 1167 sel->r.left = 0; in imx274_get_selection() 1204 new_crop.left = min_t(u32, in imx274_set_selection_crop() 1205 IMX274_ROUND(sel->r.left, h_step, 0), in imx274_set_selection_crop() 1264 * height in set->r, we still need to set top-left in imx274_set_selection() 1268 sel->r.left = 0; in imx274_set_selection() 1288 h_start = imx274->crop.left + 12; in imx274_apply_trimming()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 67 size_t left, copysz; in set_eth_seg() local 71 left = ud_wr->hlen; in set_eth_seg() 73 eseg->inline_hdr.sz = cpu_to_be16(left); in set_eth_seg() 80 left); in set_eth_seg() 87 if (copysz < left) { in set_eth_seg() 89 left -= copysz; in set_eth_seg() 92 pdata, left); in set_eth_seg()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 1342 conn_state->tv.margins.left, in intel_tv_compute_config() 1563 xpos = conn_state->tv.margins.left; in intel_tv_pre_enable() 1565 xsize -= (conn_state->tv.margins.left + in intel_tv_pre_enable() 1869 old_state->tv.margins.left != new_state->tv.margins.left || in intel_tv_atomic_check() 1900 conn_state->tv.margins.left = 54; in intel_tv_add_properties() 1922 conn_state->tv.margins.left); in intel_tv_add_properties()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 1253 const u8 left = condp->left; in tomoyo_print_condition() local 1257 switch (left) { in tomoyo_print_condition() 1279 const u8 left = condp->left; in tomoyo_print_condition() local 1287 switch (left) { in tomoyo_print_condition() 1319 tomoyo_condition_keyword[left]); in tomoyo_print_condition()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | dsp_spos.c | 259 /* set left and right validity bits and in cs46xx_dsp_spos_create() 266 /* left and right validity bits */ (1 << 13) | (1 << 12); in cs46xx_dsp_spos_create() 1633 /* right and left validate bit */ in cs46xx_dsp_disable_spdif_hw() 1658 /* right and left validate bit */ in cs46xx_dsp_enable_spdif_hw() 1859 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_dac_volume() argument 1869 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1876 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1880 ins->dac_volume_left = left; in cs46xx_dsp_set_dac_volume() 1888 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_iec958_volume() argument 1896 left,righ in cs46xx_dsp_set_iec958_volume() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 1123 int32_t *left, *right; in channel_decorrelation() local 1128 left = frame->subframes[0].samples; in channel_decorrelation() 1138 frame->ch_mode = estimate_stereo_mode(left, right, n, max_rice_param); in channel_decorrelation() 1148 tmp = left[i]; in channel_decorrelation() 1149 left[i] = (tmp + right[i]) >> 1; in channel_decorrelation() 1155 right[i] = left[i] - right[i]; in channel_decorrelation() 1159 left[i] -= right[i]; in channel_decorrelation()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | civil_time_test.cc | 875 ss << std::left << std::setfill('.'); in TEST() 883 ss << std::left << std::setfill('.'); in TEST() 891 ss << std::left << std::setfill('.'); in TEST() 899 ss << std::left << std::setfill('.'); in TEST() 907 ss << std::left << std::setfill('.'); in TEST() 915 ss << std::left << std::setfill('.'); in TEST() 923 ss << std::left << std::setfill('.'); in TEST()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 52 return de::inBounds(point.x(), rect.left, rect.left + rect.width) && in isInsideRect() 67 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer() 68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer() 69 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v.cast<int>()); } in clearMultisampleColorBuffer() 70 void clearMultisampleDepthBuffer (const tcu::PixelBufferAccess& dst, float v, const WindowRectangle& r) { tcu::clearDepth(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleDepthBuffer() 71 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::clearStencil(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleStencilBuffer()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 1110 titleMargin.left = CalcLength(lineMarginLeft); in CreateSkeletonView() 1121 contentMargin.left = CalcLength(lineMarginLeft); in CreateSkeletonView() 1132 endingMargin.left = CalcLength(lineMarginLeft); in CreateSkeletonView() 1353 [weak = WeakClaim(this), instanceID](int32_t &top, int32_t &left) { in InitFormManagerDelegate() 1359 uiTaskExecutor.PostSyncTask([weak, instanceID, &top, &left] { in InitFormManagerDelegate() 1363 form->GetRectRelativeToWindow(top, left); in InitFormManagerDelegate() 1386 void FormPattern::GetRectRelativeToWindow(int32_t &top, int32_t &left) in GetRectRelativeToWindow() argument 1392 left = rect.Left(); in GetRectRelativeToWindow() 1393 TAG_LOGD(AceLogTag::ACE_ACCESSIBILITY, "elementId: %{public}" PRId64 ", top: %{public}d, left: %{public}d", in GetRectRelativeToWindow() 1394 host->GetAccessibilityId(), top, left); in GetRectRelativeToWindow() [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | eni.c | 870 printk(KERN_INFO "%d+%d RX left\n",eni_vcc->servicing, in close_rx() 1410 DPRINTK("%d TX left\n",eni_vcc->txing); in close_tx() 2089 int left,i; in eni_proc_read() local 2091 left = *pos; in eni_proc_read() 2092 if (!left) in eni_proc_read() 2096 if (!--left) in eni_proc_read() 2139 if (!--left) in eni_proc_read() 2146 if (!--left) { in eni_proc_read() 2154 if (--left) continue; in eni_proc_read() 2170 if (--left) continu in eni_proc_read() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 1074 hist_entry__fast__sym_diff(struct hist_entry *left, in hist_entry__fast__sym_diff() argument 1077 struct symbol *sym_l = left->ms.sym; in hist_entry__fast__sym_diff() 1081 return left->ip != right->ip; in hist_entry__fast__sym_diff() 1247 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() argument 1249 struct hists *hists = left->hists; in hist_entry__cmp() 1258 cmp = fmt->cmp(fmt, left, right); in hist_entry__cmp() 1267 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse() argument 1269 struct hists *hists = left->hists; in hist_entry__collapse() 1278 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 903 size_t left; in ceph_sync_read() local 955 left = ret > 0 ? ret : 0; in ceph_sync_read() 956 while (left > 0) { in ceph_sync_read() 959 len = min_t(size_t, left, PAGE_SIZE - page_off); in ceph_sync_read() 964 left -= copied; in ceph_sync_read() 1454 size_t left; in ceph_sync_write() local 1481 left = len; in ceph_sync_write() 1483 size_t plen = min_t(size_t, left, PAGE_SIZE); in ceph_sync_write() 1489 left -= ret; in ceph_sync_write() 2417 * 'src_objlen' contains the bytes left unti in __ceph_copy_file_range() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpe.c | 1757 q_data->c_rect.left = 0; in __vpe_s_fmt() 1856 if (s->r.top < 0 || s->r.left < 0) { in __vpe_try_selection() 1857 vpe_err(ctx->dev, "negative values for top and left\n"); in __vpe_try_selection() 1858 s->r.top = s->r.left = 0; in __vpe_try_selection() 1864 /* adjust left/top if cropping rectangle is out of bounds */ in __vpe_try_selection() 1865 if (s->r.left + s->r.width > pix->width) in __vpe_try_selection() 1866 s->r.left = pix->width - s->r.width; in __vpe_try_selection() 1927 s->r.left = 0; in vpe_g_selection() 1953 if ((q_data->c_rect.left == sel.r.left) in vpe_s_selection() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpe.c | 1755 q_data->c_rect.left = 0; in __vpe_s_fmt() 1854 if (s->r.top < 0 || s->r.left < 0) { in __vpe_try_selection() 1855 vpe_err(ctx->dev, "negative values for top and left\n"); in __vpe_try_selection() 1856 s->r.top = s->r.left = 0; in __vpe_try_selection() 1862 /* adjust left/top if cropping rectangle is out of bounds */ in __vpe_try_selection() 1863 if (s->r.left + s->r.width > pix->width) in __vpe_try_selection() 1864 s->r.left = pix->width - s->r.width; in __vpe_try_selection() 1925 s->r.left = 0; in vpe_g_selection() 1951 if ((q_data->c_rect.left == sel.r.left) in vpe_s_selection() [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | eni.c | 870 printk(KERN_INFO "%d+%d RX left\n",eni_vcc->servicing, in close_rx() 1410 DPRINTK("%d TX left\n",eni_vcc->txing); in close_tx() 2089 int left,i; in eni_proc_read() local 2091 left = *pos; in eni_proc_read() 2092 if (!left) in eni_proc_read() 2096 if (!--left) in eni_proc_read() 2139 if (!--left) in eni_proc_read() 2146 if (!--left) { in eni_proc_read() 2154 if (--left) continue; in eni_proc_read() 2170 if (--left) continu in eni_proc_read() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 1100 hist_entry__fast__sym_diff(struct hist_entry *left, in hist_entry__fast__sym_diff() argument 1103 struct symbol *sym_l = left->ms.sym; in hist_entry__fast__sym_diff() 1107 return left->ip != right->ip; in hist_entry__fast__sym_diff() 1276 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() argument 1278 struct hists *hists = left->hists; in hist_entry__cmp() 1287 cmp = fmt->cmp(fmt, left, right); in hist_entry__cmp() 1296 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse() argument 1298 struct hists *hists = left->hists; in hist_entry__collapse() 1307 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 56 // Shift matrix components to the left, as we advance pixels to the right. 292 int left = bounds.left(), right = bounds.right(); in lightBitmap() local 298 int x = left; in lightBitmap() 323 int x = left; in lightBitmap() 350 int x = left; in lightBitmap() 503 SkIRect left = SkIRect::MakeXYWH(0, 1, 1, dstRect.height() - 2); in filterImageGPU() local 517 this->drawRect(sfc.get(), inputView, matrix, left, in filterImageGPU() 1277 offset->fX = bounds.left(); in onFilterImage() 1418 offset->fX = bounds.left(); in onFilterImage() [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 1530 * @param left A map-like whose properties should be compared. 1533 function equalOwnProperties(left, right, equalityComparer) { 1535 if (left === right) 1537 if (!left || !right) 1539 for (var key in left) { 1540 if (hasOwnProperty.call(left, key)) { 1543 if (!equalityComparer(left[key], right[key])) 1549 if (!hasOwnProperty.call(left, key)) 2341 /** Remove an item from an array, moving everything to its right one space left. */ 2352 /** Remove an item by index from an array, moving everything to its right one space left [all...] |