taglinefilesource code
z131arch/i386/boot/compressed/inflate.cunsigned z;                   /* number of entries in current table */
z203arch/i386/boot/compressed/inflate.cz = 0;                        /* ditto */
z223arch/i386/boot/compressed/inflate.cz = (z = g - w) > (unsigned)l ? l : z;  /* upper limit on table size */
z229arch/i386/boot/compressed/inflate.cwhile (++j < z)       /* try smaller tables up to z bits */
z237arch/i386/boot/compressed/inflate.cz = 1 << j;             /* table entries for j-bit table */
z240arch/i386/boot/compressed/inflate.cq = (struct huft *)malloc((z + 1)*sizeof(struct huft));
z242arch/i386/boot/compressed/inflate.chufts += z + 1;         /* track memory usage */
z280arch/i386/boot/compressed/inflate.cfor (j = i >> w; j < z; j += f)
z66arch/i386/math-emu/fpu_system.h#define FPU_verify_area(x,y,z)  if ( verify_area(x,y,z) ) \
z75arch/i386/math-emu/fpu_system.h#define  FPU_code_verify_area(z)
z80arch/i386/math-emu/fpu_system.h#define  FPU_code_verify_area(z) FPU_verify_area(VERIFY_READ,(void *)FPU_EIP,z)
z80drivers/char/tty_ioctl.c#define NOSET_MASK(x,y,z) (x = ((x) & ~(z)) | ((y) & (z)))
z487drivers/scsi/eata_dma.cuint x, z, time, limit = 0;
z514drivers/scsi/eata_dma.cfor (z = 0; z < MAXTARGET; z++) {
z515drivers/scsi/eata_dma.cHD(cmd)->t_state[z] = RESET;
z516drivers/scsi/eata_dma.cHD(cmd)->t_timeout[z] = FALSE;
z73fs/xiafs/inode.cint i, z, dev;
z131fs/xiafs/inode.cz=1;
z137fs/xiafs/inode.cif (!(s->u.xiafs_sb.s_imap_buf[i]=bread(dev, z++, XIAFS_ZSIZE(s))))
z147fs/xiafs/inode.cif (!(s->u.xiafs_sb.s_zmap_buf[i]=bread(dev, z++, XIAFS_ZSIZE(s))))
z123include/asm-alpha/unistd.h#define execve(x,y,z)  ({ printk("[%d]execve(%s,%p,%p)\n",current->pid, x, y, z); -1; })
z124include/asm-alpha/unistd.h#define waitpid(x,y,z)  sys_waitpid(x,y,z)
z238net/inet/tcp.c#define reset_msl_timer(x,y,z)  reset_timer(x,y,z)