/third_party/skia/gm/ |
H A D | sharedcorners.cpp | 144 canvas->translate((kBoxSize - bounds.width()) / 2 - bounds.left(), in drawRow()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | ambassador.c | 1411 int left = *pos; in amb_proc_read() local 1418 if (!left--) { in amb_proc_read() 1428 if (!left--) { in amb_proc_read() 1434 if (!left--) { in amb_proc_read() 1440 if (!left--) { in amb_proc_read() 1451 if (!left--) { in amb_proc_read() 1462 if (!left--) { in amb_proc_read()
|
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/drivers/media/i2c/ |
H A D | s5k5baf.c | 851 r->left = v->left * n->width / d->width; in s5k5baf_rescale() 865 p->left, p->top); in s5k5baf_hw_set_crop_rects() 870 r.left, r.top); in s5k5baf_hw_set_crop_rects() 1411 sel->r.left = 0; in s5k5baf_get_selection() 1434 s5k5baf_bound_range(&r->left, &r->width, width); in s5k5baf_bound_rect() 1475 sel->r.left = 0; in s5k5baf_set_selection()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 117 size_t left, copysz; in set_eth_seg() local 121 left = ud_wr->hlen; in set_eth_seg() 123 eseg->inline_hdr.sz = cpu_to_be16(left); in set_eth_seg() 130 left); in set_eth_seg() 137 if (copysz < left) { in set_eth_seg() 139 left -= copysz; in set_eth_seg() 142 left); in set_eth_seg()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 1637 if (rect->width + rect->left > compose->width) in vfe_try_crop() 1638 rect->left = compose->width - rect->width; in vfe_try_crop() 1647 rect->left += (rect->width & 0xf) >> 1; in vfe_try_crop() 1651 rect->left = 0; in vfe_try_crop() 1841 sel->r.left = 0; in vfe_get_selection() 1863 sel->r.left = rect->left; in vfe_get_selection()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | vga16fb.c | 335 u32 xres, right, hslen, left, xtotal; in vga16fb_check_var() local 376 left = (var->left_margin + 7) & ~7; in vga16fb_check_var() 388 var->left_margin = left; in vga16fb_check_var() 395 left >>= shift; in vga16fb_check_var() 397 xtotal = xres + right + hslen + left; in vga16fb_check_var() 402 if (right + hslen + left > 64) in vga16fb_check_var() 411 pos += left - 2; /* blank_end + 2 <= total + 5 */ in vga16fb_check_var()
|
/kernel/linux/linux-5.10/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() 1632 /* right and left validate bit */ in cs46xx_dsp_disable_spdif_hw() 1657 /* right and left validate bit */ in cs46xx_dsp_enable_spdif_hw() 1858 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_dac_volume() argument 1868 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1875 cs46xx_dsp_scb_set_volume (chip,scb,left,right); in cs46xx_dsp_set_dac_volume() 1879 ins->dac_volume_left = left; in cs46xx_dsp_set_dac_volume() 1887 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) in cs46xx_dsp_set_iec958_volume() argument 1895 left,righ in cs46xx_dsp_set_iec958_volume() [all...] |
/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()
|
/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...] |