| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | line_atlas.cpp | 58 float stretch = image.size.width / length; in addDash() local 59 float halfWidth = stretch * 0.5; in addDash() 78 while (right < x / stretch) { in addDash() 92 float distLeft = fabs(x - left * stretch); in addDash() 93 float distRight = fabs(x - right * stretch); in addDash()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | ataflop.c | 173 unsigned stretch; /* track doubling ? */ member 841 else if (UD.track != ReqTrack << UDT->stretch) in do_fd_action() 898 if (SUD.track == ReqTrack << SUDT->stretch) { in fd_seek() 909 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch); in fd_seek() 937 SUD.track = ReqTrack << SUDT->stretch; in fd_seek_done() 987 if (SUDT->stretch) { in fd_rwsec() 990 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch); in fd_rwsec() 1128 if (SUDT->stretch) { in fd_rwsec_done1() 1131 FDC_WRITE( FDCREG_TRACK, track << SUDT->stretch); in fd_rwsec_done1() 1251 if (SUDT->stretch) { in fd_writetrack() [all …]
|
| H A D | floppy.c | 308 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2) 309 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH) 2203 if (_floppy->stretch & FD_SECTBASEMASK) { in setup_format_params() 2605 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) || in make_raw_rw_request() 3329 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0) in set_geometry() 3363 oldStretch = g->stretch; in set_geometry()
|
| /OK3568_Linux_fs/kernel/drivers/w1/slaves/ |
| H A D | w1_ds28e17.c | 39 module_param_named(stretch, i2c_stretch, byte, (S_IRUSR | S_IWUSR)); 40 MODULE_PARM_DESC(stretch, "Default I2C stretch value to be set when a DS28E17 is detected"); 79 u8 stretch; member 100 usleep_range(timebases[data->speed] * (data->stretch) * count, in w1_f19_i2c_busy_wait() 101 timebases[data->speed] * (data->stretch) * count in w1_f19_i2c_busy_wait() 636 return sprintf(buf, "%d\n", data->stretch); in stretch_show() 654 data->stretch = buf[0] & 0x0F; in stretch_store() 660 static DEVICE_ATTR_RW(stretch); 716 data->stretch = i2c_stretch; in w1_f19_add_slave()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gsl_point_id.c | 1538 STRETCH_TYPE_ALL *stretch; in PointEdge() local 1554 stretch = (STRETCH_TYPE_ALL *)sac; in PointEdge() 1557 if(stretch->right[i].range > screen_y_max * 64 / 128 in PointEdge() 1558 || stretch->down [i].range > screen_x_max * 64 / 128) in PointEdge() 1562 if(stretch->up[i].range) in PointEdge() 1563 stretch->up[i].range = in PointEdge() 1564 stretch->up[i].range * in PointEdge() 1566 if(stretch->down[i].range) in PointEdge() 1567 stretch->down[i].range = in PointEdge() 1569 stretch->down[i].range) * in PointEdge() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_ds28e17 | 14 What: /sys/bus/w1/devices/19-<id>/stretch 23 Default 1, can be set by w1_ds28e17.stretch= module parameter.
|
| /OK3568_Linux_fs/kernel/Documentation/w1/slaves/ |
| H A D | w1_ds28e17.rst | 50 stretch: 51 This sets up the default stretch value used for freshly connected 66 /sys/bus/w1/devices/19-<id>/stretch for each device, preloaded with the default
|
| /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/include/linux/ |
| H A D | fd.h | 19 stretch; /* bit 0 !=0 means double track steps */ member 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
|
| /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/include/linux/ |
| H A D | fd.h | 19 stretch; /* bit 0 !=0 means double track steps */ member 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fd.h | 19 stretch; /* bit 0 !=0 means double track steps */ member 28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fd.h | 15 compat_uint_t stretch; member
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects.h | 81 EFFECT(stretch)
|
| H A D | Makefile.am | 68 speed.c splice.c stat.c stats.c stretch.c swap.c \
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | tridentfb.rst | 52 stretch
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0020-waylandsink-Support-window-fill-mode-property.patch | 46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | tridentfb.c | 69 static int stretch; variable 84 module_param(stretch, int, 0); 1189 else if (stretch) in tridentfb_set_par() 1797 stretch = 1; in tridentfb_setup()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0021-waylandsink-Support-window-fill-mode-property.patch | 46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0021-waylandsink-Support-window-fill-mode-property.patch | 46 + {GST_WL_WINDOW_STRETCH, "Ignore aspect ratio", "stretch"},
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 105 ** stretch: Adjust tempo without changing pitch (simple alg.)
|
| H A D | ChangeLog | 1492 duration and stretch which stretch time without effecting pitch.
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRga.cpp | 382 int stretch = 0; in RgaBlit() local 844 stretch = (hScale != 1.0f) || (vScale != 1.0f); in RgaBlit() 856 ALOGD("scaleMode = %d , stretch = %d;",scaleMode,stretch); in RgaBlit() 1009 rotateMode = stretch; in RgaBlit()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fdc.c | 129 unsigned int stretch; /* !=0 means double track steps */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
| H A D | mpd.conf.in | 93 # argument is recommended for troubleshooting, though can quickly stretch
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | recipes.txt | 568 However, if you find yourself having to stretch these rules of thumb
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 256 D librga : scaleMode = 0 , stretch = 0; //缩放模式(RGA1)。
|