Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-typhoon.c78 struct typhoon *ty = kzalloc(sizeof(*ty), GFP_KERNEL); in typhoon_alloc() local
80 return ty ? &ty->isa : NULL; in typhoon_alloc()
113 struct typhoon *ty = container_of(isa, struct typhoon, isa); in typhoon_s_mute_volume() local
122 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume()
123 ty->muted = true; in typhoon_s_mute_volume()
126 if (vol && ty->muted) { in typhoon_s_mute_volume()
127 ty->muted = false; in typhoon_s_mute_volume()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_poly_crossings_multiply.hpp85 calculation_type const ty = get<1>(point); in apply() local
94 state.yflag0 = y0 >= ty; in apply()
98 bool yflag1 = y1 >= ty; in apply()
101 if ( ((y1-ty) * (x0-x1) >= (x1-tx) * (y0-y1)) == yflag1 ) in apply()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c118 int ty, src_y0, src_y1; in crop_and_interpolate() local
123 ty = out_start_row + i * out_cell_size; in crop_and_interpolate()
127 src_y0 = ty / (int)in_cell_size; in crop_and_interpolate()
129 src_y1 = (ty + out_cell_size) / in_cell_size; in crop_and_interpolate()
134 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate()
141 dy0 = ty - sy0; in crop_and_interpolate()
142 dy1 = sy1 - ty; in crop_and_interpolate()
/OK3568_Linux_fs/kernel/lib/crypto/
H A Darc4.c41 u32 ty, ta, tb; in arc4_crypt() local
59 ty = (y + ta) & 0xff; in arc4_crypt()
60 tb = S[ty]; in arc4_crypt()
64 y = ty; in arc4_crypt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h140 #define DRF_MR_X(er,ew,ty,p,o,dr,m,v) ({ \ argument
141 ty _t = DRF_RD_X(er, (p), (o), dr); \
145 #define DRF_MR_N(X,er,ew,ty,p,o,d,r ,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r , (m), (v)) argument
146 #define DRF_MR_I(X,er,ew,ty,p,o,d,r,i,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), (m), (v)) argument
174 #define DRF_MV_N(X,er,ew,ty,p,o,d,r, f,v) \ argument
175 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \
177 #define DRF_MV_I(X,er,ew,ty,p,o,d,r,i,f,v) \ argument
178 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), DRF_SMASK(d##_##r##_##f), \
184 #define DRF_MD_N(X,er,ew,ty,p,o,d,r, f,v) \ argument
185 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dhu_HU69 %% r s sz t ty u u: v w x y z zs
201 collating-symbol <ty>
274 <ty>
419 <T-Y> <ty>;<compound>;<CAP-CAP>;IGNORE
420 <T-y> <ty>;<compound>;<CAP-MIN>;IGNORE
421 <T-T-Y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><CAP-CAP>";IGNORE
422 <T-T-y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><CAP-MIN>";IGNORE
423 <T-t-Y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><MIN-CAP>";IGNORE
424 <T-t-y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><MIN-MIN>";IGNORE
426 <t-Y> <ty>;<compound>;<MIN-CAP>;IGNORE
[all …]
H A Dnn_NO87 "ty.";"on.";/
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dhu_HU69 %% r s sz t ty u u: v w x y z zs
201 collating-symbol <ty>
274 <ty>
419 <T-Y> <ty>;<compound>;<CAP-CAP>;IGNORE
420 <T-y> <ty>;<compound>;<CAP-MIN>;IGNORE
421 <T-T-Y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><CAP-CAP>";IGNORE
422 <T-T-y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><CAP-MIN>";IGNORE
423 <T-t-Y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><MIN-CAP>";IGNORE
424 <T-t-y> "<ty><ty>";"<single-or-compound><compound>";"<CAP><MIN-MIN>";IGNORE
426 <t-Y> <ty>;<compound>;<MIN-CAP>;IGNORE
[all …]
H A Dnn_NO87 "ty.";"on.";/
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c277 u32 tx, u32 ty, u32 *hratio) in gsc_check_src_scale_info() argument
303 gsc_cal_prescaler_ratio(var, s_frame->crop.height, ty, hratio); in gsc_check_src_scale_info()
641 int tx, ty; in gsc_set_scaler_info() local
654 ty = d_frame->crop.width; in gsc_set_scaler_info()
658 ty = d_frame->crop.height; in gsc_set_scaler_info()
661 if (tx <= 0 || ty <= 0) { in gsc_set_scaler_info()
662 dev_err(dev, "Invalid target size: %dx%d", tx, ty); in gsc_set_scaler_info()
674 ty, &sc->pre_vratio); in gsc_set_scaler_info()
681 tx, ty, &sc->pre_vratio); in gsc_set_scaler_info()
687 sc->main_vratio = (s_frame->crop.height << 16) / ty; in gsc_set_scaler_info()
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_compositerects.c53 int tx, int ty, BoxPtr extents) in _pixman_region_init_clipped_rectangles() argument
70 boxes[j].y1 = rects[i].y + ty; in _pixman_region_init_clipped_rectangles()
78 boxes[j].y2 = bound(rects[i].y + ty, rects[i].height); in _pixman_region_init_clipped_rectangles()
H A Dglamor_utils.h298 #define glamor_transform_point(matrix, tx, ty, x, y) \ argument
307 ty = _result_[1] / _result_[2]; \
323 float tx, ty; \
326 glamor_transform_point(matrix, tx, ty, x, y); \
328 tx, ty, fbo_x_off, fbo_y_off); \
331 ty += fbo_y_off; \
333 (texcoord)[1] = t_from_x_coord_y(yscale, ty); \
H A Dglamor_text.c143 int tx, ty = 0; in glamor_text() local
157 ty = ((row - firstRow) / 2) * glyph_spacing_y; in glamor_text()
178 v[ 5] = ty; in glamor_text()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-core.c232 int tx, ty, sx, sy; in fimc_set_scaler_info() local
236 ty = d_frame->width; in fimc_set_scaler_info()
240 ty = d_frame->height; in fimc_set_scaler_info()
242 if (tx <= 0 || ty <= 0) { in fimc_set_scaler_info()
243 dev_err(dev, "Invalid target size: %dx%d\n", tx, ty); in fimc_set_scaler_info()
260 ret = fimc_get_scaler_factor(sy, ty, &sc->pre_vratio, &sc->vfactor); in fimc_set_scaler_info()
269 sc->main_vratio = (sy << 14) / (ty << sc->vfactor); in fimc_set_scaler_info()
272 sc->main_vratio = (sy << 8) / (ty << sc->vfactor); in fimc_set_scaler_info()
277 sc->scaleup_v = (ty >= sy) ? 1 : 0; in fimc_set_scaler_info()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dxv.c386 double sx, sy, tx, ty; in ms_exa_xv_put_image() local
411 ty = drw_y - src_y; in ms_exa_xv_put_image()
416 ty -= dst_pixmap->screen_y; in ms_exa_xv_put_image()
420 pixman_f_transform_translate(NULL, &transform, tx, ty); in ms_exa_xv_put_image()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c195 const int ty = r->access[i].type; in report_matches() local
197 (ty & KCSAN_ACCESS_ASSERT) ? in report_matches()
198 ((ty & KCSAN_ACCESS_WRITE) ? in report_matches()
201 ((ty & KCSAN_ACCESS_WRITE) ? in report_matches()
202 ((ty & KCSAN_ACCESS_COMPOUND) ? in report_matches()
207 (ty & KCSAN_ACCESS_ATOMIC) ? in report_matches()
209 ((ty & KCSAN_ACCESS_SCOPED) ? " (scoped)" : ""); in report_matches()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dmeta_io.c438 int ty; in gfs2_journal_wipe() local
442 ty = REMOVE_META; in gfs2_journal_wipe()
446 ty = REMOVE_JDATA; in gfs2_journal_wipe()
452 gfs2_remove_from_journal(bh, ty); in gfs2_journal_wipe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp56 uint16_t ty, in vertex()
68 ty, in vertex()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Djr3_pci.h262 ty, enumerator
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c351 getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty) in getPolyYBounds() argument
372 *ty = ymax; in getPolyYBounds()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A DAdded-support-for-PPC-instructions-mfatbu-mfatbl.patch87 + mkWidenFrom32(ty, mkexpr(val), False/*unsigned*/) );
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/sk.lproj/
H A DLocalizable.strings38 …tujúci ~/.xinitrc súbor.\n\nOkná zobrazené aplikáciou X11 zrejme nemajú lišty s názvom, alebo môžu…
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dgconf.c892 gint ty = (gint) event->y; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1008 gint ty = (gint) event->y; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dgconf.c892 gint ty = (gint) event->y; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1008 gint ty = (gint) event->y; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dgconf.c892 gint ty = (gint) event->y; in on_treeview2_button_press_event() local
895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1008 gint ty = (gint) event->y; in on_treeview1_button_press_event() local
1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()

12