tag | line | file | source code |
y | 130 | arch/i386/boot/compressed/inflate.c | int y; /* number of dummy codes added */ |
y | 169 | arch/i386/boot/compressed/inflate.c | for (y = 1 << j; j < i; j++, y <<= 1) |
y | 170 | arch/i386/boot/compressed/inflate.c | if ((y -= c[j]) < 0) |
y | 172 | arch/i386/boot/compressed/inflate.c | if ((y -= c[i]) < 0) |
y | 174 | arch/i386/boot/compressed/inflate.c | c[i] += y; |
y | 302 | arch/i386/boot/compressed/inflate.c | return y != 0 && g != 1; |
y | 131 | arch/i386/boot/compressed/misc.c | int x,y; |
y | 135 | arch/i386/boot/compressed/misc.c | y = SCREEN_INFO.orig_y; |
y | 140 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 142 | arch/i386/boot/compressed/misc.c | y--; |
y | 145 | arch/i386/boot/compressed/misc.c | vidmem [ ( x + cols * y ) * 2 ] = c; |
y | 148 | arch/i386/boot/compressed/misc.c | if ( ++y >= lines ) { |
y | 150 | arch/i386/boot/compressed/misc.c | y--; |
y | 157 | arch/i386/boot/compressed/misc.c | SCREEN_INFO.orig_y = y; |
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 | 223 | arch/sparc/kernel/probe.c | unsigned int x,y; |
y | 234 | arch/sparc/kernel/probe.c | for(x=0,y=vac_linesize; ((1<<x)<y); x++); |
y | 1998 | drivers/block/floppy.c | #define FM_MODE(x,y) ((y) & ~(((x)->rate & 0x80 ) >>1)) |
y | 279 | drivers/block/mcdx.c | #define free(x, y) kfree((x)) |
y | 281 | drivers/block/mcdx.c | #define free(x, y) (mem_start -= y) |
y | 70 | drivers/block/triton.c | #define CONFIG_BLK_DEV_TRITON y |
y | 465 | drivers/char/console.c | gotoxy(currcons, x, y); |
y | 536 | drivers/char/console.c | y = 0; |
y | 539 | drivers/char/console.c | y = max_y - 1; |
y | 541 | drivers/char/console.c | y = new_y; |
y | 542 | drivers/char/console.c | pos = origin + y*video_size_row + (x<<1); |
y | 760 | drivers/char/console.c | if (y+1 == bottom) |
y | 762 | drivers/char/console.c | else if (y < video_num_lines-1) { |
y | 763 | drivers/char/console.c | y++; |
y | 774 | drivers/char/console.c | if (y == top) |
y | 776 | drivers/char/console.c | else if (y > 0) { |
y | 777 | drivers/char/console.c | y--; |
y | 1021 | drivers/char/console.c | sprintf(buf, "\033[%ld;%ldR", y + (decom ? top+1 : 1), x+1); |
y | 1114 | drivers/char/console.c | p[1] = y; |
y | 1235 | drivers/char/console.c | scrdown(currcons,y,bottom); |
y | 1254 | drivers/char/console.c | scrup(currcons,y,bottom); |
y | 1301 | drivers/char/console.c | saved_y = y; |
y | 1702 | drivers/char/console.c | gotoxy(currcons,par[0],y); |
y | 1706 | drivers/char/console.c | gotoxy(currcons,x,y-par[0]); |
y | 1710 | drivers/char/console.c | gotoxy(currcons,x,y+par[0]); |
y | 1714 | drivers/char/console.c | gotoxy(currcons,x+par[0],y); |
y | 1718 | drivers/char/console.c | gotoxy(currcons,x-par[0],y); |
y | 1722 | drivers/char/console.c | gotoxy(currcons,0,y+par[0]); |
y | 1726 | drivers/char/console.c | gotoxy(currcons,0,y-par[0]); |
y | 2187 | drivers/char/console.c | pos = origin + y*video_size_row + (x<<1); |
y | 2231 | drivers/char/console.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 | 339 | drivers/scsi/eata_dma.c | unsigned int i, x, y; |
y | 355 | drivers/scsi/eata_dma.c | for (y = hd->last_ccb + 1, x = 0; x < sh->can_queue; x++, y++) { |
y | 356 | drivers/scsi/eata_dma.c | if (y >= sh->can_queue) |
y | 357 | drivers/scsi/eata_dma.c | y = 0; |
y | 358 | drivers/scsi/eata_dma.c | if (hd->ccb[y].status == FREE) |
y | 362 | drivers/scsi/eata_dma.c | hd->last_ccb = y; |
y | 366 | drivers/scsi/eata_dma.c | sh->can_queue, x, y)); |
y | 372 | drivers/scsi/eata_dma.c | cp = &hd->ccb[y]; |
y | 379 | drivers/scsi/eata_dma.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 481 | drivers/scsi/eata_dma.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 494 | 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 | 276 | drivers/scsi/eata_pio.c | uint x, y; |
y | 295 | drivers/scsi/eata_pio.c | y = x = 0; |
y | 297 | drivers/scsi/eata_pio.c | if (hd->ccb[y].status!=FREE) { |
y | 299 | drivers/scsi/eata_pio.c | DBG(DBG_QUEUE, printk("can_queue %d, x %d, y %d\n",sh->can_queue,x,y)); |
y | 308 | drivers/scsi/eata_pio.c | cp = &hd->ccb[y]; |
y | 316 | drivers/scsi/eata_pio.c | cmd->pid, cmd->target, cmd->lun, y)); |
y | 356 | drivers/scsi/eata_pio.c | cmd->host_scribble = (char *)&hd->ccb[y]; |
y | 389 | 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 | 151 | drivers/scsi/scsi_proc.c | uint x, y; |
y | 159 | drivers/scsi/scsi_proc.c | x = y = 0; |
y | 173 | drivers/scsi/scsi_proc.c | scsi_hba_dir[x].namelen = sprintf(names[y],"%d",hpnt->host_no); |
y | 174 | drivers/scsi/scsi_proc.c | scsi_hba_dir[x].name = names[y]; |
y | 175 | drivers/scsi/scsi_proc.c | y++; |
y | 350 | drivers/scsi/scsi_proc.c | int x, y = *size; |
y | 352 | drivers/scsi/scsi_proc.c | y = sprintf(buffer + len, |
y | 357 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->vendor[x]); |
y | 359 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y," "); |
y | 361 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Model: "); |
y | 364 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->model[x]); |
y | 366 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 368 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Rev: "); |
y | 371 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "%c", scd->rev[x]); |
y | 373 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " "); |
y | 375 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 377 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " Type: %s ", |
y | 380 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " ANSI" |
y | 383 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, " CCS\n"); |
y | 385 | drivers/scsi/scsi_proc.c | y += sprintf(buffer + len + y, "\n"); |
y | 387 | drivers/scsi/scsi_proc.c | *size = y; |
y | 831 | 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 | 22 | include/asm-alpha/segment.h | static inline void __put_user(unsigned long x, void * y, int size) |
y | 26 | include/asm-alpha/segment.h | *(char *) y = x; |
y | 29 | include/asm-alpha/segment.h | *(short *) y = x; |
y | 32 | include/asm-alpha/segment.h | *(int *) y = x; |
y | 35 | include/asm-alpha/segment.h | *(long *) y = x; |
y | 43 | include/asm-alpha/segment.h | static inline unsigned long __get_user(const void * y, int size) |
y | 47 | include/asm-alpha/segment.h | return *(unsigned char *) y; |
y | 49 | include/asm-alpha/segment.h | return *(unsigned short *) y; |
y | 51 | include/asm-alpha/segment.h | return *(unsigned int *) y; |
y | 53 | include/asm-alpha/segment.h | return *(unsigned long *) y; |
y | 344 | include/asm-alpha/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 45 | include/asm-i386/bugs.h | static double y = 3145727.0; |
y | 91 | include/asm-i386/bugs.h | : "m" (*&x), "m" (*&y)); |
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 | 274 | include/asm-i386/termios.h | #define SET_LOW_BITS(x,y) ((x) = (0xffff0000 & (x)) | (y)) |
y | 16 | include/asm-sparc/ptrace.h | unsigned long y; |
y | 401 | include/linux/sbpcd.h | #define OUT(x,y) outb(y,x) |
y | 92 | include/linux/sjcd.h | unsigned char x, y, z; |
y | 99 | include/linux/soundcard.h | #define _IO(x,y) ((int)(IOC_VOID|(x<<8)|y)) |
y | 100 | include/linux/soundcard.h | #define _IOR(x,y,t) ((int)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 101 | include/linux/soundcard.h | #define _IOW(x,y,t) ((int)(IOC_IN|((sizeof(t)&IOCPARM_MASK)<<16)|(x<<8)|y)) |
y | 103 | 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 | 21 | net/core/iovec.c | extern inline int min(int x, int y) |
y | 23 | net/core/iovec.c | return x>y?y:x; |
y | 254 | net/ipv4/tcp.c | #define reset_msl_timer(x,y,z) reset_timer(x,y,z) |