tag | line | file | source code |
x | 25 | fs/namei.c | #define ACC_MODE(x) ("\004\002\006\377"[(x)&O_ACCMODE]) |
x | 78 | include/linux/a.out.h | #define N_BADMAG(x) \ |
x | 79 | include/linux/a.out.h | (N_MAGIC(x) != OMAGIC && N_MAGIC(x) != NMAGIC \ |
x | 80 | include/linux/a.out.h | && N_MAGIC(x) != ZMAGIC) |
x | 83 | include/linux/a.out.h | #define _N_BADMAG(x) \ |
x | 84 | include/linux/a.out.h | (N_MAGIC(x) != OMAGIC && N_MAGIC(x) != NMAGIC \ |
x | 85 | include/linux/a.out.h | && N_MAGIC(x) != ZMAGIC) |
x | 87 | include/linux/a.out.h | #define _N_HDROFF(x) (1024 - sizeof (struct exec)) |
x | 90 | include/linux/a.out.h | #define N_TXTOFF(x) \ |
x | 91 | include/linux/a.out.h | (N_MAGIC(x) == ZMAGIC ? _N_HDROFF((x)) + sizeof (struct exec) : sizeof (struct exec)) |
x | 95 | include/linux/a.out.h | #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text) |
x | 99 | include/linux/a.out.h | #define N_TRELOFF(x) (N_DATOFF(x) + (x).a_data) |
x | 103 | include/linux/a.out.h | #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize) |
x | 107 | include/linux/a.out.h | #define N_SYMOFF(x) (N_DRELOFF(x) + (x).a_drsize) |
x | 111 | include/linux/a.out.h | #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms) |
x | 116 | include/linux/a.out.h | #define N_TXTADDR(x) 0 |
x | 141 | include/linux/a.out.h | #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1)) |
x | 143 | include/linux/a.out.h | #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text) |
x | 146 | include/linux/a.out.h | #define N_DATADDR(x) \ |
x | 147 | include/linux/a.out.h | (N_MAGIC(x)==OMAGIC? (_N_TXTENDADDR(x)) \ |
x | 148 | include/linux/a.out.h | : (_N_SEGMENT_ROUND (_N_TXTENDADDR(x)))) |
x | 153 | include/linux/a.out.h | #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data) |
x | 30 | include/linux/fs.h | #define IS_SEEKABLE(x) ((x)>=1 && (x)<=3 || (x)==8) |
x | 15 | include/linux/kernel.h | #define free(x) free_s((x), 0) |
x | 47 | include/linux/math_emu.h | #define math_abort(x,y) \ |
x | 48 | include/linux/math_emu.h | (((volatile void (*)(struct info *,unsigned int)) __math_abort)((x),(y))) |
x | 33 | include/linux/sched.h | #define CT_TO_SECS(x) ((x) / HZ) |
x | 34 | include/linux/sched.h | #define CT_TO_USECS(x) (((x) % HZ) * 1000000/HZ) |
x | 159 | kernel/blk_drv/blk.h | #define SET_INTR(x) \ |
x | 160 | kernel/blk_drv/blk.h | if (DEVICE_INTR = (x)) \ |
x | 167 | kernel/blk_drv/blk.h | #define SET_INTR(x) (DEVICE_INTR = (x)) |
x | 81 | kernel/blk_drv/floppy.c | #define TYPE(x) ((x)>>2) |
x | 82 | kernel/blk_drv/floppy.c | #define DRIVE(x) ((x)&0x03) |
x | 28 | kernel/blk_drv/scsi/7000fasst.c | #define DEB(x) x |
x | 30 | kernel/blk_drv/scsi/7000fasst.c | #define DEB(x) |
x | 20 | kernel/blk_drv/scsi/aha1542.c | #define DEB(x) x |
x | 22 | kernel/blk_drv/scsi/aha1542.c | #define DEB(x) |
x | 272 | kernel/chr_drv/console.c | x = 0; |
x | 275 | kernel/chr_drv/console.c | x = video_num_columns - 1; |
x | 277 | kernel/chr_drv/console.c | x = new_x; |
x | 290 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 405 | kernel/chr_drv/console.c | pos -= x<<1; |
x | 406 | kernel/chr_drv/console.c | need_wrap = x = 0; |
x | 411 | kernel/chr_drv/console.c | if (x) { |
x | 413 | kernel/chr_drv/console.c | x--; |
x | 420 | kernel/chr_drv/console.c | if (x) { |
x | 422 | kernel/chr_drv/console.c | x--; |
x | 465 | kernel/chr_drv/console.c | count = video_num_columns-x; |
x | 469 | kernel/chr_drv/console.c | start = pos - (x<<1); |
x | 470 | kernel/chr_drv/console.c | count = x+1; |
x | 473 | kernel/chr_drv/console.c | start = pos - (x<<1); |
x | 635 | kernel/chr_drv/console.c | respond_num(x+1, currcons, tty); |
x | 735 | kernel/chr_drv/console.c | unsigned int i = x; |
x | 756 | kernel/chr_drv/console.c | unsigned int i = x; |
x | 815 | kernel/chr_drv/console.c | saved_x = x; |
x | 919 | kernel/chr_drv/console.c | if (x == video_num_columns - 1) |
x | 922 | kernel/chr_drv/console.c | x++; |
x | 940 | kernel/chr_drv/console.c | pos -= (x << 1); |
x | 941 | kernel/chr_drv/console.c | while (x < video_num_columns - 1) { |
x | 942 | kernel/chr_drv/console.c | x++; |
x | 943 | kernel/chr_drv/console.c | if (tab_stop[x >> 5] & (1 << (x & 31))) |
x | 946 | kernel/chr_drv/console.c | pos += (x << 1); |
x | 990 | kernel/chr_drv/console.c | tab_stop[x >> 5] |= (1 << (x & 31)); |
x | 1069 | kernel/chr_drv/console.c | gotoxy(currcons,x,y-par[0]); |
x | 1073 | kernel/chr_drv/console.c | gotoxy(currcons,x,y+par[0]); |
x | 1077 | kernel/chr_drv/console.c | gotoxy(currcons,x+par[0],y); |
x | 1081 | kernel/chr_drv/console.c | gotoxy(currcons,x-par[0],y); |
x | 1093 | kernel/chr_drv/console.c | gotoxy(currcons,x,par[0]); |
x | 1121 | kernel/chr_drv/console.c | tab_stop[x >> 5] &= ~(1 << (x & 31)); |
x | 1371 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 1380 | kernel/chr_drv/console.c | pos = origin + y*video_size_row + (x<<1); |
x | 1480 | kernel/chr_drv/console.c | if (x == video_num_columns - 1) { |
x | 1484 | kernel/chr_drv/console.c | x++; |
x | 68 | kernel/chr_drv/keyboard.c | unsigned char scancode, x; |
x | 73 | kernel/chr_drv/keyboard.c | x=inb_p(0x61); |
x | 74 | kernel/chr_drv/keyboard.c | outb_p(x|0x80, 0x61); |
x | 75 | kernel/chr_drv/keyboard.c | outb_p(x&0x7f, 0x61); |
x | 27 | kernel/math/ea.c | #define REG(x) (*(long *)(__regoffset[(x)]+(char *) info)) |
x | 42 | kernel/math/emulate.c | #define bswapw(x) __asm__("xchgb %%al,%%ah":"=a" (x):"0" ((short)x)) |
x | 43 | kernel/math/emulate.c | #define ST(x) (*__st((x))) |
x | 44 | kernel/math/emulate.c | #define PST(x) ((const temp_real *) __st((x))) |
x | 44 | tools/build.c | #define STRINGIFY(x) #x |