taglinefilesource code
y21fs/select.c#define ROUND_UP(x,y) (((x)+(y)-1)/(y))
y55include/linux/math_emu.h#define math_abort(x,y) \
y56include/linux/math_emu.h(((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y)))
y79kernel/FPU-emu/fpu_emu.h#define reg_move(x, y) { \
y80kernel/FPU-emu/fpu_emu.h*(short *)&((y)->sign) = *(short *)&((x)->sign); \
y81kernel/FPU-emu/fpu_emu.h*(long *)&((y)->exp) = *(long *)&((x)->exp); \
y82kernel/FPU-emu/fpu_emu.h*(long long *)&((y)->sigl) = *(long long *)&((x)->sigl); }
y108kernel/FPU-emu/fpu_emu.hextern unsigned long div_small(unsigned long long *x, unsigned long y);
y278kernel/chr_drv/console.cy = 0;
y281kernel/chr_drv/console.cy = max_y - 1;
y283kernel/chr_drv/console.cy = new_y;
y284kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
y377kernel/chr_drv/console.cif (y+1<bottom) {
y378kernel/chr_drv/console.cy++;
y388kernel/chr_drv/console.cif (y>top) {
y389kernel/chr_drv/console.cy--;
y627kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
y753kernel/chr_drv/console.cscrdown(currcons,y,bottom);
y772kernel/chr_drv/console.cscrup(currcons,y,bottom);
y819kernel/chr_drv/console.csaved_y    = y;
y1066kernel/chr_drv/console.cgotoxy(currcons,par[0],y);
y1070kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
y1074kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
y1078kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
y1082kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
y1086kernel/chr_drv/console.cgotoxy(currcons,0,y+par[0]);
y1090kernel/chr_drv/console.cgotoxy(currcons,0,y-par[0]);
y1357kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
y1366kernel/chr_drv/console.cpos = origin + y*video_size_row + (x<<1);
y130zBoot/inflate.cint y;                        /* number of dummy codes added */
y169zBoot/inflate.cfor (y = 1 << j; j < i; j++, y <<= 1)
y170zBoot/inflate.cif ((y -= c[j]) < 0)
y172zBoot/inflate.cif ((y -= c[i]) < 0)
y174zBoot/inflate.cc[i] += y;
y310zBoot/inflate.creturn y != 0 && g != 1;