Home
last modified time | relevance | path

Searched refs:xend (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c413 void __iomem *xend; in mid_copy_mix() local
420 xend = min(send, dend); in mid_copy_mix()
424 xend += SOP_DISTANCE; in mid_copy_mix()
427 while (dest < xend) { in mid_copy_mix()
539 void __iomem *xend; in mid_copy_straight() local
546 xend = min(send, dend); in mid_copy_straight()
550 xend += SOP_DISTANCE; in mid_copy_straight()
553 while (dest < xend) { in mid_copy_straight()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dconsole_truetype.c318 int xend, int yend, int clr) in console_truetype_erase() argument
322 int pixels = xend - xstart; in console_truetype_erase()
381 int xend; in console_truetype_backspace() local
399 xend = VID_TO_PIXEL(vc_priv->xcur_frac); in console_truetype_backspace()
401 xend = vid_priv->xsize; in console_truetype_backspace()
404 xend, pos->ypos + vc_priv->y_charsize, in console_truetype_backspace()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dnewport_con.c69 int xend, int yend, int ci) in newport_render_background() argument
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff); in newport_render_background()
133 static inline void newport_clear_screen(int xstart, int ystart, int xend, in newport_clear_screen() argument
146 npregs->go.xyendi = (xend << 16) | yend; in newport_clear_screen()
352 int xend = ((sx + width) << 3) - 1; in newport_clear() local
360 newport_clear_screen(sx << 3, ystart, xend, yend, in newport_clear()
363 newport_clear_screen(sx << 3, ystart, xend, 1023, in newport_clear()
365 newport_clear_screen(sx << 3, 0, xend, yend, in newport_clear()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/
H A Diep2_roi.c34 ctx->params.xend[idx] = r->x + r->w - 1; in iep2_set_roi()
H A Diep2.h118 uint32_t xend[8]; member
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dov519.c3906 int qvga, xstart, xend, ystart, yend; in mode_init_ov_sensor_regs() local
3951 xend = xstart + gspca_dev->pixfmt.width; in mode_init_ov_sensor_regs()
3957 (((xend >> 1) & 7) << 3) | ((xstart >> 1) & 7), in mode_init_ov_sensor_regs()
3963 i2c_w(sd, 0x18, xend >> 4); in mode_init_ov_sensor_regs()
4022 xend = 28; in mode_init_ov_sensor_regs()
4027 xend = 14; in mode_init_ov_sensor_regs()
4034 i2c_w(sd, OV7670_R18_HSTOP, xend >> 3); in mode_init_ov_sensor_regs()
4036 v = (v & 0xc0) | ((xend & 0x7) << 3) | (xstart & 0x07); in mode_init_ov_sensor_regs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dstreambuf98 * end of the array (called @e xend here).
103 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall
105 * described above; otherwise, @e xbeg and @e xend shall also be null.
106 * - If @e xnext is not a null pointer and @e xnext < @e xend for an
115 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dstreambuf98 * end of the array (called @e xend here).
103 * - If @e xnext is not a null pointer, then @e xbeg and @e xend shall
105 * described above; otherwise, @e xbeg and @e xend shall also be null.
106 * - If @e xnext is not a null pointer and @e xnext < @e xend for an
115 * - If @e xnext is not a null pointer and @e xnext< @e xend for an
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_xtree.c144 s64 next, size, xoff, xend; in xtLookup() local
193 xend = xoff + xlen; in xtLookup()
200 *plen = min(xend - lstart, llen); in xtLookup()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_iep2.c168 u32 xend[8]; member
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...