Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 25 of 208) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Ddetail_str.hpp30 struct pts struct
41 struct pts struct
51 struct pts struct
61 struct pts struct
71 struct pts struct
86 struct pts struct
97 struct pts struct
107 struct pts struct
117 struct pts struct
127 struct pts struct
[all …]
H A Dvalue_type.hpp33 struct pts struct
43 struct pts struct
53 struct pts struct
66 …DEDUCED_TYPENAME range_detail::range_value_type_<c_type>::BOOST_NESTED_TEMPLATE pts<C>::type type;
H A Dsize_type.hpp28 struct pts struct
38 struct pts struct
50 … typedef typename range_detail::range_size_type_<c_type>::BOOST_NESTED_TEMPLATE pts<C>::type type;
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dcpustat_kern.c106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local
126 pts = bpf_map_lookup_elem(&my_map, &key); in bpf_prog1()
127 if (!pts) in bpf_prog1()
166 if (!*pts) in bpf_prog1()
169 delta = cur_ts - *pts; in bpf_prog1()
205 if (*pts) in bpf_prog1()
206 *pts = cur_ts; in bpf_prog1()
214 u64 *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog2() local
221 pts = bpf_map_lookup_elem(&my_map, &key); in bpf_prog2()
222 if (!pts) in bpf_prog2()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dqcom-vadc-common.c323 static int qcom_vadc_map_voltage_temp(const struct vadc_map_pt *pts, in qcom_vadc_map_voltage_temp() argument
329 if (!pts) in qcom_vadc_map_voltage_temp()
334 if (pts[0].x < pts[1].x) in qcom_vadc_map_voltage_temp()
339 if ((descending) && (pts[i].x < input)) { in qcom_vadc_map_voltage_temp()
344 (pts[i].x > input)) { in qcom_vadc_map_voltage_temp()
353 *output = pts[0].y; in qcom_vadc_map_voltage_temp()
355 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
359 *output = (((s32)((pts[i].y - pts[i - 1].y) * in qcom_vadc_map_voltage_temp()
360 (input - pts[i - 1].x)) / in qcom_vadc_map_voltage_temp()
361 (pts[i].x - pts[i - 1].x)) + in qcom_vadc_map_voltage_temp()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmifillarc.c465 pts->x = xorg - x; \
466 pts->y = yorg - y; \
468 pts++; \
472 pts->x = xorg - x; \
473 pts->y = yorg + y + dy; \
474 pts++; \
485 DDXPointPtr pts; in miFillEllipseI() local
494 pts = points; in miFillEllipseI()
500 return pts - points; in miFillEllipseI()
510 DDXPointPtr pts; in miFillEllipseD() local
[all …]
H A Dmizerarc.c360 pts->x = xval; \
361 pts->y = yval; \
362 pts++; \
368 miZeroArcPts(xArc * arc, DDXPointPtr pts) in miZeroArcPts() argument
405 if (x > 1 && pts[-1].x == pts[-5].x && pts[-1].y == pts[-5].y) in miZeroArcPts()
406 pts -= 4; in miZeroArcPts()
452 return pts; in miZeroArcPts()
478 DDXPointPtr startPt, pt, lastPt, pts; in miZeroArcDashPts() local
616 pts = *oddPts; in miZeroArcDashPts()
620 pts = *evenPts; in miZeroArcDashPts()
[all …]
H A Dmipoly.c161 miCreateETandAET(int count, DDXPointPtr pts, EdgeTable * ET, in miCreateETandAET() argument
190 PrevPt = &pts[count - 1]; in miCreateETandAET()
198 CurrPt = pts++; in miCreateETandAET()
351 getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty) in getPolyYBounds() argument
355 DDXPointPtr ptsStart = pts; in getPolyYBounds()
357 ptMin = pts; in getPolyYBounds()
358 ymin = ymax = (pts++)->y; in getPolyYBounds()
361 if (pts->y < ymin) { in getPolyYBounds()
362 ptMin = pts; in getPolyYBounds()
363 ymin = pts->y; in getPolyYBounds()
[all …]
H A Dmiarc.c774 DDXPointPtr pts; in miFillWideEllipse() local
793 pts = points; in miFillWideEllipse()
807 pts->x = xorg; in miFillWideEllipse()
808 pts->y = yorgu - 1; in miFillWideEllipse()
809 pts++; in miFillWideEllipse()
814 pts[0].x = xorg + span->lx; in miFillWideEllipse()
815 pts[0].y = yorgu; in miFillWideEllipse()
817 pts[1].x = pts[0].x; in miFillWideEllipse()
818 pts[1].y = yorgl; in miFillWideEllipse()
822 pts += 2; in miFillWideEllipse()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.c84 struct vidtv_pes_optional_pts pts = {}; in vidtv_pes_write_pts_dts() local
101 pts_dts.pts1 = (0x3 << 4) | ((args->pts & mask1) >> 29) | 0x1; in vidtv_pes_write_pts_dts()
102 pts_dts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts()
103 pts_dts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts()
113 pts.pts1 = (0x1 << 5) | ((args->pts & mask1) >> 29) | 0x1; in vidtv_pes_write_pts_dts()
114 pts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts()
115 pts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts()
117 op = &pts; in vidtv_pes_write_pts_dts()
118 op_sz = sizeof(pts); in vidtv_pes_write_pts_dts()
318 .pts = args->pts, in vidtv_pes_write_into()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c44 #define MPP_TO_GST_PTS(pts) ((pts) * GST_MSECOND) argument
556 gst_mpp_dec_get_frame (GstVideoDecoder * decoder, GstClockTime pts) in gst_mpp_dec_get_frame() argument
577 if (!GST_CLOCK_TIME_IS_VALID (pts)) { in gst_mpp_dec_get_frame()
581 if (GST_CLOCK_TIME_IS_VALID (frame->pts)) in gst_mpp_dec_get_frame()
582 self->mpp_delta_pts = frame->pts - MPP_TO_GST_PTS (pts); in gst_mpp_dec_get_frame()
584 pts = GST_CLOCK_TIME_NONE; in gst_mpp_dec_get_frame()
601 if (!pts) in gst_mpp_dec_get_frame()
602 pts = GST_CLOCK_TIME_NONE; in gst_mpp_dec_get_frame()
605 if (self->use_mpp_pts && GST_CLOCK_TIME_IS_VALID (pts)) { in gst_mpp_dec_get_frame()
606 pts = MPP_TO_GST_PTS (pts); in gst_mpp_dec_get_frame()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/
H A DCVE-2022-40704.patch17 pts-core/phoromatic/phoromatic_functions.php | 15 +++++++++++++--
20 diff --git a/pts-core/phoromatic/phoromatic_functions.php b/pts-core/phoromatic/phoromatic_function…
22 --- a/pts-core/phoromatic/phoromatic_functions.php
23 +++ b/pts-core/phoromatic/phoromatic_functions.php
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools-conf/
H A Dandroid-gadget-setup3 [ ! -e /dev/pts ] && mkdir -p /dev/pts
4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/
H A Dandroid-gadget-setup3 [ ! -e /dev/pts ] && mkdir -p /dev/pts
4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpoint.c33 xPoint * pts,
43 xPoint * pts, in fbDots() argument
60 x = pts->x + xorg; in fbDots()
61 y = pts->y + yorg; in fbDots()
62 pts++; in fbDots()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dcm4000_cs.c139 unsigned char pts[4]; member
468 dev->pts[0] = 0xff; in set_protocol()
469 dev->pts[1] = 0x00; in set_protocol()
472 dev->pts[1]++; in set_protocol()
473 dev->proto = dev->pts[1]; /* Set new protocol */ in set_protocol()
474 dev->pts[1] = (0x01 << 4) | (dev->pts[1]); in set_protocol()
479 dev->pts[2] = fi_di_table[dev->ta1 & 0x0F][(dev->ta1 >> 4) & 0x0F]; in set_protocol()
482 dev->pts[3] = dev->pts[0] ^ dev->pts[1] ^ dev->pts[2]; in set_protocol()
485 dev->pts[0], dev->pts[1], dev->pts[2], dev->pts[3]); in set_protocol()
489 str_invert_revert(dev->pts, 4); in set_protocol()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_api.c137 RK_S64 pts = -1; in vp9d_prepare() local
147 pts = mpp_packet_get_pts(pkt); in vp9d_prepare()
157 vp9d_dbg(VP9D_DBG_STRMIN, "pkt_len=%d, pts=%lld\n", length, pts); in vp9d_prepare()
162 mpp_packet_set_pts(vp9_ctx->pkt, pts); in vp9d_prepare()
170 (void)pts; in vp9d_prepare()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_api.c146 RK_S64 pts = -1; in av1d_prepare() local
160 pts = mpp_packet_get_pts(pkt); in av1d_prepare()
202 length, pts, out_size, consumed, av1_ctx->new_frame, av1_ctx->eos); in av1d_prepare()
206 mpp_packet_set_pts(av1_ctx->pkt, pts); in av1d_prepare()
213 mpp_packet_set_pts(av1_ctx->pkt, pts); in av1d_prepare()
225 (void)pts; in av1d_prepare()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Ddevpts.rst11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node
16 of devpts under the name ``pts`` in the same directory as the ptmx device
20 it is possible to place a symlink to ``/dev/pts/ptmx`` at ``/dev/ptmx`` or
23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0001-disable-debug-printfs.patch104 point = svgtiny_list_push(pts);
106 svgtiny_list_free(pts);
108 min_pt = svgtiny_list_size(pts) - 1;
120 fprintf(stderr, "pts size %i, min_pt %i, min_r %.3f\n",
121 svgtiny_list_size(pts), min_pt, min_r);
/OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/
H A Divtv-controls.c94 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame) in ivtv_g_pts_frame() argument
99 *pts = (s64)((u64)itv->last_dec_timing[2] << 32) | in ivtv_g_pts_frame()
104 *pts = 0; in ivtv_g_pts_frame()
113 *pts = (s64)((u64) data[2] << 32) | (u64) data[1]; in ivtv_g_pts_frame()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-vbi.c184 __be32 pts; in _cx18_process_vbi_data() member
189 u32 pts; in _cx18_process_vbi_data() local
217 pts = (be32_to_cpu(hdr->magic) == 0x3fffffff) ? be32_to_cpu(hdr->pts) in _cx18_process_vbi_data()
233 copy_vbi_data(cx, lines, pts); in _cx18_process_vbi_data()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dsecuretty150 pts/0
151 pts/1
152 pts/2
153 pts/3
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dtegra-smmu.c57 struct page **pts; member
312 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL); in tegra_smmu_domain_alloc()
313 if (!as->pts) { in tegra_smmu_domain_alloc()
338 kfree(as->pts); in tegra_smmu_domain_free()
572 pt_page = as->pts[pd_index]; in tegra_smmu_pte_lookup()
588 if (!as->pts[pde]) { in as_get_pte()
605 as->pts[pde] = page; in as_get_pte()
617 return tegra_smmu_pte_offset(as->pts[pde], iova); in as_get_pte()
630 struct page *page = as->pts[pde]; in tegra_smmu_pte_put_use()
645 as->pts[pde] = NULL; in tegra_smmu_pte_put_use()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Ddevpts.sh29 mkdir -p /dev/pts
30 mount -t devpts devpts /dev/pts -ogid=${TTYGRP},mode=${TTYMODE}

123456789