tag | line | file | source code |
y | 169 | arch/i386/boot/compressed/misc.c | int x,y,pos; |
y | 173 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
y | 178 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 180 | arch/i386/boot/compressed/misc.c | y--; |
y | 183 | arch/i386/boot/compressed/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
y | 186 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 188 | arch/i386/boot/compressed/misc.c | y--; |
y | 195 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
y | 197 | arch/i386/boot/compressed/misc.c | pos = (x + cols * y) * 2; /* Update cursor position */ |
y | 135 | arch/i386/math-emu/fpu_emu.h | #define reg_move(x, y) { \ |
y | 136 | arch/i386/math-emu/fpu_emu.h | *(short *)&((y)->sign) = *(const short *)&((x)->sign); \ |
y | 137 | arch/i386/math-emu/fpu_emu.h | *(long *)&((y)->exp) = *(const long *)&((x)->exp); \ |
y | 138 | arch/i386/math-emu/fpu_emu.h | *(long long *)&((y)->sigl) = *(const long long *)&((x)->sigl); } |
y | 161 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned long div_small(unsigned long long *x, unsigned long y); |
y | 84 | arch/i386/math-emu/fpu_proto.h | extern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
y | 85 | arch/i386/math-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result); |
y | 66 | arch/i386/math-emu/fpu_system.h | #define FPU_verify_area(x,y,z) if ( verify_area(x,y,z) ) \ |
y | 21 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
y | 739 | arch/i386/math-emu/fpu_trig.c | static void rem_kernel(unsigned long long st0, unsigned long long *y, |
y | 756 | arch/i386/math-emu/fpu_trig.c | *y = x; |
y | 29 | arch/i386/math-emu/poly_l2.c | void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
y | 89 | arch/i386/math-emu/poly_l2.c | yaccum.lsw = 0; XSIG_LL(yaccum) = significand(y); |
y | 96 | arch/i386/math-emu/poly_l2.c | reg_move(&CONST_Z, y); |
y | 100 | arch/i386/math-emu/poly_l2.c | result->exp = expon_expon + y->exp + 1; |
y | 103 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
y | 114 | arch/i386/math-emu/poly_l2.c | int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result) |
y | 128 | arch/i386/math-emu/poly_l2.c | XSIG_LL(yaccum) = significand(y); |
y | 133 | arch/i386/math-emu/poly_l2.c | result->exp = exponent + y->exp + 1; |
y | 136 | arch/i386/math-emu/poly_l2.c | result->sign = sign ^ y->sign; |
y | 143 | arch/i386/math-emu/poly_l2.c | reg_move(y, result); |
y | 67 | arch/sparc/kernel/process.c | regs->pc, regs->npc, regs->y); |
y | 1965 | drivers/block/floppy.c | #define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80) >>1)) |
y | 101 | drivers/block/triton.c | #define CONFIG_BLK_DEV_TRITON y |
y | 425 | drivers/char/console.c | gotoxy(currcons, x, y); |
y | 496 | drivers/char/console.c | y = 0; |
y | 499 | drivers/char/console.c | y = max_y - 1; |
y | 501 | drivers/char/console.c | y = new_y; |
y | 502 | drivers/char/console.c | pos = origin + y*video_size_row + (x<<1); |
y | 674 | drivers/char/console.c | if (y+1 == bottom) |
y | 676 | drivers/char/console.c | else if (y < video_num_lines-1) { |
y | 677 | drivers/char/console.c | y++; |
y | 688 | drivers/char/console.c | if (y == top) |
y | 690 | drivers/char/console.c | else if (y > 0) { |
y | 691 | drivers/char/console.c | y--; |
y | 935 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
y | 1036 | drivers/char/console.c | p[1] = y; |
y | 1181 | drivers/char/console.c | scrdown(currcons,y,bottom); |
y | 1200 | drivers/char/console.c | scrup(currcons,y,bottom); |
y | 1247 | drivers/char/console.c | saved_y = y; |
y | 1653 | drivers/char/console.c | gotoxy(currcons,par[0],y); |
y | 1657 | drivers/char/console.c | gotoxy(currcons,x,y-par[0]); |
y | 1661 | drivers/char/console.c | gotoxy(currcons,x,y+par[0]); |
y | 1665 | drivers/char/console.c | gotoxy(currcons,x+par[0],y); |
y | 1669 | drivers/char/console.c | gotoxy(currcons,x-par[0],y); |
y | 1673 | drivers/char/console.c | gotoxy(currcons,0,y+par[0]); |
y | 1677 | drivers/char/console.c | gotoxy(currcons,0,y-par[0]); |
y | 464 | drivers/char/random.c | #define F1(x, y, z) (z ^ (x & (y ^ z))) |
y | 465 | drivers/char/random.c | #define F2(x, y, z) F1(z, x, y) |
y | 466 | drivers/char/random.c | #define F3(x, y, z) (x ^ y ^ z) |
y | 467 | drivers/char/random.c | #define F4(x, y, z) (y ^ (x | ~z)) |
y | 470 | drivers/char/random.c | #define MD5STEP(f, w, x, y, z, data, s) \ |
y | 471 | drivers/char/random.c | ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x ) |
y | 334 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
y | 348 | drivers/char/tga.c | pos = origin + y*video_size_row + (x<<1); |
y | 80 | drivers/char/tty_ioctl.c | #define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z))) |
y | 233 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
y | 278 | drivers/char/vga.c | pos = origin + y*video_size_row + (x<<1); |
y | 348 | drivers/scsi/eata_dma.c | unsigned int i, x, y; |
y | 364 | drivers/scsi/eata_dma.c | for (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { |
y | 365 | drivers/scsi/eata_dma.c | if (y >= sh->can_queue) |
y | 366 | drivers/scsi/eata_dma.c | y = 0; |
y | 367 | drivers/scsi/eata_dma.c | if (hd->ccb[y].status == FREE) |
y | 371 | drivers/scsi/eata_dma.c | hd->last_ccb = y; |
y | 378 | drivers/scsi/eata_dma.c | queue_counter, int_counter, sh->can_queue, x, y); |
y | 397 | drivers/scsi/eata_dma.c | cp = &hd->ccb[y]; |
y | 404 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 508 | drivers/scsi/eata_dma.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 522 | drivers/scsi/eata_dma.c | cmd->target, cmd->lun, y, sh->irq)); |
y | 56 | drivers/scsi/eata_dma.h | #define DBG(x, y) if ((x)) {y;} |
y | 58 | drivers/scsi/eata_dma.h | #define DBG(x, y) |
y | 4 | drivers/scsi/eata_dma_proc.c | u32 y; |
y | 18 | drivers/scsi/eata_dma_proc.c | y = *(bp + 3); |
y | 281 | drivers/scsi/eata_pio.c | uint x, y; |
y | 300 | drivers/scsi/eata_pio.c | y = x = 0; |
y | 302 | drivers/scsi/eata_pio.c | if (hd->ccb[y].status!=FREE) { |
y | 304 | drivers/scsi/eata_pio.c | DBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y)); |
y | 313 | drivers/scsi/eata_pio.c | cp = &hd->ccb[y]; |
y | 321 | drivers/scsi/eata_pio.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 361 | drivers/scsi/eata_pio.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 395 | drivers/scsi/eata_pio.c | cmd->target, cmd->lun, y, sh->irq)); |
y | 56 | drivers/scsi/eata_pio.h | #define DBG(x, y) if ((x)) {y;} |
y | 58 | drivers/scsi/eata_pio.h | #define DBG(x, y) |
y | 259 | drivers/scsi/scsi_proc.c | int x, y = *size; |
y | 261 | drivers/scsi/scsi_proc.c | y = sprintf(buffer + len, |
y | 266 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->vendor[x]); |
y | 268 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y," "); |
y | 270 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Model: "); |
y | 273 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->model[x]); |
y | 275 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 277 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Rev: "); |
y | 280 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->rev[x]); |
y | 282 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 284 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 286 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Type: %s ", |
y | 289 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " ANSI" |
y | 292 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " CCS\n"); |
y | 294 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 296 | drivers/scsi/scsi_proc.c | *size = y; |
y | 862 | fs/binfmt_elf.c | #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) |
y | 28 | fs/select.c | #define ROUND_UP(x,y) (((x)+(y)-1)/(y)) |
y | 32 | include/asm-alpha/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 37 | include/asm-alpha/segment.h | *(char *) y = x; |
y | 40 | include/asm-alpha/segment.h | *(short *) y = x; |
y | 43 | include/asm-alpha/segment.h | *(int *) y = x; |
y | 46 | include/asm-alpha/segment.h | *(long *) y = x; |
y | 55 | include/asm-alpha/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 62 | include/asm-alpha/segment.h | result = *(unsigned char *) y; |
y | 65 | include/asm-alpha/segment.h | result = *(unsigned short *) y; |
y | 68 | include/asm-alpha/segment.h | result = *(unsigned int *) y; |
y | 71 | include/asm-alpha/segment.h | result = *(unsigned long *) y; |
y | 347 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 47 | include/asm-i386/bugs.h | static double y = 3145727.0; |
y | 93 | include/asm-i386/bugs.h | : "m" (*&x), "m" (*&y)); |
y | 70 | include/asm-i386/i82489.h | #define SET_APIC_DELIVERY_MODE(x,y) (((x)&~0x700)|((y)<<8)) |
y | 35 | include/asm-i386/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 40 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 41 | include/asm-i386/segment.h | :"iq" ((unsigned char) x), "m" (*__sd(y))); |
y | 45 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 46 | include/asm-i386/segment.h | :"ir" ((unsigned short) x), "m" (*__sd(y))); |
y | 50 | include/asm-i386/segment.h | :"=m" (*__sd(y)) |
y | 51 | include/asm-i386/segment.h | :"ir" (x), "m" (*__sd(y))); |
y | 58 | include/asm-i386/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 66 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 71 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 76 | include/asm-i386/segment.h | :"m" (*__const_sd(y))); |
y | 277 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 49 | include/asm-mips/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 54 | include/asm-mips/segment.h | *(char *) y = x; |
y | 57 | include/asm-mips/segment.h | *(short *) y = x; |
y | 60 | include/asm-mips/segment.h | *(int *) y = x; |
y | 63 | include/asm-mips/segment.h | *(long *) y = x; |
y | 72 | include/asm-mips/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 79 | include/asm-mips/segment.h | result = *(unsigned char *) y; |
y | 82 | include/asm-mips/segment.h | result = *(unsigned short *) y; |
y | 85 | include/asm-mips/segment.h | result = *(unsigned int *) y; |
y | 88 | include/asm-mips/segment.h | result = *(unsigned long *) y; |
y | 24 | include/asm-mips/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 11 | include/asm-ppc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 15 | include/asm-ppc/segment.h | *(char *) y = x; |
y | 18 | include/asm-ppc/segment.h | *(short *) y = x; |
y | 21 | include/asm-ppc/segment.h | *(int *) y = x; |
y | 24 | include/asm-ppc/segment.h | *(long *) y = x; |
y | 31 | include/asm-ppc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 35 | include/asm-ppc/segment.h | return *(unsigned char *) y; |
y | 37 | include/asm-ppc/segment.h | return *(unsigned short *) y; |
y | 39 | include/asm-ppc/segment.h | return *(unsigned int *) y; |
y | 41 | include/asm-ppc/segment.h | return *(unsigned long *) y; |
y | 351 | include/asm-ppc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 26 | include/asm-sparc/kgdb.h | unsigned long y; |
y | 17 | include/asm-sparc/ptrace.h | unsigned long y; |
y | 30 | include/asm-sparc/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 34 | include/asm-sparc/segment.h | *(char *) y = x; |
y | 37 | include/asm-sparc/segment.h | *(short *) y = x; |
y | 40 | include/asm-sparc/segment.h | *(int *) y = x; |
y | 48 | include/asm-sparc/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 52 | include/asm-sparc/segment.h | return *(unsigned char *) y; |
y | 54 | include/asm-sparc/segment.h | return *(unsigned short *) y; |
y | 56 | include/asm-sparc/segment.h | return *(unsigned int *) y; |
y | 359 | include/asm-sparc/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 60 | include/asm-sparc/winmacro.h | wr %scratch, 0x0, %y; |
y | 86 | include/asm-sparc/winmacro.h | rd %y, %scratch; \ |
y | 426 | include/linux/sbpcd.h | #define OUT(x,y) outb(y,x) |
y | 130 | include/linux/sjcd.h | unsigned char x, y, z; |
y | 103 | include/linux/soundcard.h | #define _IO(x,y) ((int)(IOC_VOID|(x<<8)|y)) |
y | 104 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 105 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 107 | include/linux/soundcard.h | #define _IOWR(x,y,t) ((int)(IOC_INOUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 19 | include/linux/stats206.h | y {x(interrupt), x(data_ready), x(fifo_overflow), x(data_error), |
y | 299 | lib/inflate.c | int y; /* number of dummy codes added */ |
y | 341 | lib/inflate.c | for (y = 1 << j; j < i; j++, y <<= 1) |
y | 342 | lib/inflate.c | if ((y -= c[j]) < 0) |
y | 344 | lib/inflate.c | if ((y -= c[i]) < 0) |
y | 346 | lib/inflate.c | c[i] += y; |
y | 481 | lib/inflate.c | return y != 0 && g != 1; |
y | 23 | net/core/iovec.c | extern inline int min(int x, int y) |
y | 25 | net/core/iovec.c | return x>y?y:x; |
y | 443 | net/ipv4/tcp.c | #define reset_msl_timer(x,y,z) reset_timer(x,y,z) |
y | 41 | scripts/ksymoops.cc | inline int strequ(char const* x, char const* y) { return (::strcmp(x, y) == 0); } |
y | 42 | scripts/ksymoops.cc | inline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); } |