tag | line | file | source code |
z | 65 | drivers/FPU-emu/fpu_system.h | #define FPU_verify_area(x,y,z) if ( verify_area(x,y,z) ) \ |
z | 74 | drivers/FPU-emu/fpu_system.h | #define FPU_code_verify_area(z) |
z | 79 | drivers/FPU-emu/fpu_system.h | #define FPU_code_verify_area(z) FPU_verify_area(VERIFY_READ,(void *)FPU_EIP,z) |
z | 72 | drivers/char/tty_ioctl.c | #define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z))) |
z | 64 | fs/xiafs/inode.c | int i, z, dev; |
z | 116 | fs/xiafs/inode.c | z=1; |
z | 122 | fs/xiafs/inode.c | if (!(s->u.xiafs_sb.s_imap_buf[i]=bread(dev, z++, XIAFS_ZSIZE(s)))) |
z | 132 | fs/xiafs/inode.c | if (!(s->u.xiafs_sb.s_zmap_buf[i]=bread(dev, z++, XIAFS_ZSIZE(s)))) |
z | 131 | zBoot/inflate.c | unsigned z; /* number of entries in current table */ |
z | 203 | zBoot/inflate.c | z = 0; /* ditto */ |
z | 223 | zBoot/inflate.c | z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ |
z | 229 | zBoot/inflate.c | while (++j < z) /* try smaller tables up to z bits */ |
z | 237 | zBoot/inflate.c | z = 1 << j; /* table entries for j-bit table */ |
z | 240 | zBoot/inflate.c | q = (struct huft *)malloc((z + 1)*sizeof(struct huft)); |
z | 242 | zBoot/inflate.c | hufts += z + 1; /* track memory usage */ |
z | 280 | zBoot/inflate.c | for (j = i >> w; j < z; j += f) |