taglinefilesource code
m1004drivers/scsi/sd.cint m;
m1007drivers/scsi/sd.cfor (m=i<<4; m<((i+1)<<4); m++){
m1008drivers/scsi/sd.csd_hardsizes[m] = hard_sector;
m32drivers/sound/gus_vol.cint             i, m, n, x;
m97drivers/sound/gus_vol.cm = x - (1 << i);
m102drivers/sound/gus_vol.cif (m > 0)
m105drivers/sound/gus_vol.cm >>= i - 8;
m107drivers/sound/gus_vol.cm <<= 8 - i;
m110drivers/sound/gus_vol.creturn ((i << 8) + m);
m380drivers/sound/gus_wave.cgus_voice_mode (unsigned int m)
m382drivers/sound/gus_wave.cunsigned char   mode = (unsigned char) (m & 0xff);
m429drivers/sound/gus_wave.cgus_rampon (unsigned int m)
m431drivers/sound/gus_wave.cunsigned char   mode = (unsigned char) (m & 0xff);
m439drivers/sound/gus_wave.cgus_ramp_mode (unsigned int m)
m441drivers/sound/gus_wave.cunsigned char   mode = (unsigned char) (m & 0xff);
m222fs/msdos/inode.c#define ROUND_TO_MULTIPLE(n,m) ((n) && (m) ? (n)+(m)-1-((n)-1)%(m) : 0)
m89include/asm-alpha/system.hextern inline unsigned long xchg_u32(int * m, unsigned long val)
m99include/asm-alpha/system.h: "=r" (val), "=m" (*m), "=r" (dummy), "=r" (dummy2)
m100include/asm-alpha/system.h: "1" (*m), "2" (val));
m104include/asm-alpha/system.hextern inline unsigned long xchg_u64(long * m, unsigned long val)
m114include/asm-alpha/system.h: "=r" (val), "=m" (*m), "=r" (dummy), "=r" (dummy2)
m115include/asm-alpha/system.h: "1" (*m), "2" (val));
m119include/asm-alpha/system.hextern inline void * xchg_ptr(void *m, void *val)
m121include/asm-alpha/system.hreturn (void *) xchg_u64((long *) m, (unsigned long) val);
m156include/asm-i386/system.hextern inline unsigned long xchg_u8(char * m, unsigned long val)
m158include/asm-i386/system.h__asm__("xchgb %b0,%1":"=q" (val),"=m" (*m):"0" (val):"memory");
m162include/asm-i386/system.hextern inline unsigned long xchg_u16(short * m, unsigned long val)
m164include/asm-i386/system.h__asm__("xchgw %w0,%1":"=r" (val),"=m" (*m):"0" (val):"memory");
m168include/asm-i386/system.hextern inline unsigned long xchg_u32(long * m, unsigned long val)
m170include/asm-i386/system.h__asm__("xchgl %0,%1":"=r" (val),"=m" (*m):"0" (val):"memory");
m174include/asm-i386/system.hextern inline int tas(char * m)
m176include/asm-i386/system.hreturn xchg_u8(m,1);
m179include/asm-i386/system.hextern inline void * xchg_ptr(void * m, void * val)
m181include/asm-i386/system.hreturn (void *) xchg_u32(m, (unsigned long) val);
m91include/linux/major.hstatic inline int scsi_major(int m) {
m92include/linux/major.hreturn SCSI_MAJOR(m);
m105include/linux/msdos_fs.h#define MSDOS_MKMODE(a,m) (m & (a & ATTR_RO ? S_IRUGO|S_IXUGO : S_IRWXUGO))
m109include/linux/msdos_fs.h#define MSDOS_MKATTR(m) ((m & S_IWUGO) ? ATTR_NONE : ATTR_RO)
m57include/linux/stat.h#define S_ISLNK(m)  (((m) & S_IFMT) == S_IFLNK)
m58include/linux/stat.h#define S_ISREG(m)  (((m) & S_IFMT) == S_IFREG)
m59include/linux/stat.h#define S_ISDIR(m)  (((m) & S_IFMT) == S_IFDIR)
m60include/linux/stat.h#define S_ISCHR(m)  (((m) & S_IFMT) == S_IFCHR)
m61include/linux/stat.h#define S_ISBLK(m)  (((m) & S_IFMT) == S_IFBLK)
m62include/linux/stat.h#define S_ISFIFO(m)  (((m) & S_IFMT) == S_IFIFO)
m63include/linux/stat.h#define S_ISSOCK(m)  (((m) & S_IFMT) == S_IFSOCK)
m716net/inet/ip_fw.cprintf("ip_fw_ctl: len=%d, want %d\n",m->m_len,
m765net/inet/ip_fw.cint ip_acct_ctl(int stage, void *m, int len)
m783net/inet/ip_fw.cif (!(frwl=check_ipfw_struct(m,len)))
m810net/inet/ip_fw.cint ip_fw_ctl(int stage, void *m, int len)
m822net/inet/ip_fw.ctmp_policy_ptr=(int *)m;
m843net/inet/ip_fw.cip = (struct iphdr *)m;
m873net/inet/ip_fw.cfrwl=check_ipfw_struct(m,len);
m2972net/inet/tcp.clong m;
m2982net/inet/tcp.cm = jiffies - oskb->when;  /* RTT */
m2983net/inet/tcp.cif(m<=0)
m2984net/inet/tcp.cm=1;    /* IS THIS RIGHT FOR <0 ??? */
m2985net/inet/tcp.cm -= (sk->rtt >> 3);    /* m is now error in rtt est */
m2986net/inet/tcp.csk->rtt += m;           /* rtt = 7/8 rtt + 1/8 new */
m2987net/inet/tcp.cif (m < 0)
m2988net/inet/tcp.cm = -m;    /* m is now abs(error) */
m2989net/inet/tcp.cm -= (sk->mdev >> 2);   /* similar update on mdev */
m2990net/inet/tcp.csk->mdev += m;        /* mdev = 3/4 mdev + 1/4 new */
m276zBoot/gzip.hextern void error         OF((char *m));
m99zBoot/inflate.cint huft_build(b, n, s, d, e, t, m)
m106zBoot/inflate.cint *m;                 /* maximum lookup bits, returns actual */
m144zBoot/inflate.c*m = 0;
m151zBoot/inflate.cl = *m;
m164zBoot/inflate.c*m = l;
m550zBoot/inflate.cunsigned m;           /* mask for bit lengths table */
m618zBoot/inflate.cm = mask_bits[bl];
m623zBoot/inflate.cj = (td = tl + ((unsigned)b & m))->b;