taglinefilesource code
f115arch/i386/boot/compressed/inflate.cunsigned f;                   /* i repeats in table every f entries */
f224arch/i386/boot/compressed/inflate.cif ((f = 1 << (j = k - w)) > a + 1)     /* try a k-w bit table */
f227arch/i386/boot/compressed/inflate.cf -= a + 1;           /* deduct codes from patterns left */
f231arch/i386/boot/compressed/inflate.cif ((f <<= 1) <= *++xp)
f233arch/i386/boot/compressed/inflate.cf -= *xp;           /* else deduct codes from patterns */
f279arch/i386/boot/compressed/inflate.cf = 1 << (k - w);
f280arch/i386/boot/compressed/inflate.cfor (j = i >> w; j < z; j += f)
f178arch/i386/math-emu/reg_compare.cint f, c;
f185arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f191arch/i386/math-emu/reg_compare.cf = SW_C0;
f194arch/i386/math-emu/reg_compare.cf = SW_C3;
f197arch/i386/math-emu/reg_compare.cf = 0;
f200arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f205arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f209arch/i386/math-emu/reg_compare.csetcc(f);
f220arch/i386/math-emu/reg_compare.cint f, c;
f241arch/i386/math-emu/reg_compare.cf = SW_C0;
f244arch/i386/math-emu/reg_compare.cf = SW_C3;
f247arch/i386/math-emu/reg_compare.cf = 0;
f250arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f255arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f259arch/i386/math-emu/reg_compare.csetcc(f);
f270arch/i386/math-emu/reg_compare.cint f, c;
f296arch/i386/math-emu/reg_compare.cf = SW_C0;
f299arch/i386/math-emu/reg_compare.cf = SW_C3;
f302arch/i386/math-emu/reg_compare.cf = 0;
f305arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f310arch/i386/math-emu/reg_compare.cf = SW_C3 | SW_C2 | SW_C0;
f314arch/i386/math-emu/reg_compare.csetcc(f);
f406drivers/block/cm206.cinline int f_s_m2lba(uch f, uch s, uch m)
f408drivers/block/cm206.creturn f + 75*(s-2 + 60*m);
f1417drivers/block/ide-cd.cvoid lba_to_msf (int lba, byte *m, byte *s, byte *f)
f1424drivers/block/ide-cd.c*f = lba % CD_FRAMES;
f1429drivers/block/ide-cd.cint msf_to_lba (byte m, byte s, byte f)
f1431drivers/block/ide-cd.creturn (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_BLOCK_OFFSET;
f532drivers/char/n_tty.cchar *f, flags = 0;
f553drivers/char/n_tty.cfor (i=count, p = cp, f = fp; i; i--, p++) {
f554drivers/char/n_tty.cif (f)
f555drivers/char/n_tty.cflags = *f++;
f159drivers/char/tty_io.cstruct file *f;
f162drivers/char/tty_io.cfor (f = first_file, i=0; i<nr_files; i++, f = f->f_next) {
f163drivers/char/tty_io.cif (!f->f_count)
f165drivers/char/tty_io.cif (f->private_data == tty) {
f33drivers/net/i82586.h#define  toff(t,p,f)   (unsigned short)((void *)(&((t *)((void *)0 + (p)))->f) - (void *)0)
f121drivers/net/i82586.h#define  scboff(p,f)   toff(scb_t, p, f)
f175drivers/net/i82586.h#define  acoff(p,f)   toff(ach_t, p, f)
f363drivers/net/i82586.h#define  rbdoff(p,f)   toff(rbd_t, p, f)
f401drivers/net/i82586.h#define  fdoff(p,f)   toff(fd_t, p, f)
f342drivers/net/plip.cplip_func f;
f346drivers/net/plip.cf = connection_state_table[nl->connection];
f347drivers/net/plip.cif ((r = (*f)(dev, nl, snd, rcv)) != OK
f115drivers/net/wavelan.h#define  mmwoff(p,f)   (unsigned short)((void *)(&((mmw_t *)((void *)0 + (p)))->f) - (void *)0)
f156drivers/net/wavelan.h#define  mmroff(p,f)   (unsigned short)((void *)(&((mmr_t *)((void *)0 + (p)))->f) - (void *)0)
f201drivers/net/wavelan.h#define  hoff(p,f)   (unsigned short)((void *)(&((ha_t *)((void *)0 + (p)))->f) - (void *)0)
f743drivers/sound/opl3.cint             f, octave;
f752drivers/sound/opl3.cf = freq;
f756drivers/sound/opl3.cif (f == 0)
f758drivers/sound/opl3.celse if (f < 261)
f760drivers/sound/opl3.cwhile (f < 261)
f763drivers/sound/opl3.cf <<= 1;
f766drivers/sound/opl3.celse if (f > 493)
f768drivers/sound/opl3.cwhile (f > 493)
f771drivers/sound/opl3.cf >>= 1;
f75drivers/sound/os.h#define RESET_WAIT_QUEUE(q, f) {f.aborting = 0;f.mode = WK_NONE;}
f76drivers/sound/os.h#define PROCESS_ABORTING(q, f) (/*f.aborting | */(current->signal & ~current->blocked))
f77drivers/sound/os.h#define SET_ABORT_FLAG(q, f) f.aborting = 1
f78drivers/sound/os.h#define TIMED_OUT(q, f) (f.mode & WK_TIMEOUT)
f79drivers/sound/os.h#define DO_SLEEP(q, f, time_limit)  \
f83drivers/sound/os.hf.mode = WK_SLEEP;interruptible_sleep_on(&q); \
f84drivers/sound/os.hif (!(f.mode & WK_WAKEUP)) \
f87drivers/sound/os.hf.aborting = 1; \
f89drivers/sound/os.hif (jiffies >= tl) f.mode |= WK_TIMEOUT; \
f91drivers/sound/os.hf.mode &= ~WK_SLEEP; \
f93drivers/sound/os.h#define SOMEONE_WAITING(q, f) (f.mode & WK_SLEEP)
f94drivers/sound/os.h#define WAKE_UP(q, f)      {f.mode = WK_WAKEUP;wake_up(&q);}
f107fs/exec.cstruct file *f, **fpp;
f111fs/exec.cf = get_empty_filp();
f112fs/exec.cif (!f)
f120fs/exec.cf->f_count--;
f125fs/exec.c*fpp = f;
f126fs/exec.cf->f_flags = mode;
f127fs/exec.cf->f_mode = (mode+1) & O_ACCMODE;
f128fs/exec.cf->f_inode = inode;
f129fs/exec.cf->f_pos = 0;
f130fs/exec.cf->f_reada = 0;
f131fs/exec.cf->f_op = inode->i_op->default_file_ops;
f132fs/exec.cif (f->f_op->open) {
f133fs/exec.cerror = f->f_op->open(inode,f);
f136fs/exec.cf->f_count--;
f71fs/file_table.cstruct file * f;
f76fs/file_table.cfor (f = first_file, i=0; i < nr_files; i++, f = f->f_next)
f77fs/file_table.cif (!f->f_count) {
f78fs/file_table.cremove_file_free(f);
f79fs/file_table.cmemset(f,0,sizeof(*f));
f80fs/file_table.cput_last_free(f);
f81fs/file_table.cf->f_count = 1;
f82fs/file_table.cf->f_version = ++event;
f83fs/file_table.creturn f;
f471fs/open.cstruct file * f;
f480fs/open.cf = get_empty_filp();
f481fs/open.cif (!f)
f483fs/open.ccurrent->files->fd[fd] = f;
f484fs/open.cf->f_flags = flag = flags;
f485fs/open.cf->f_mode = (flag+1) & O_ACCMODE;
f486fs/open.cif (f->f_mode)
f491fs/open.cif (!error && (f->f_mode & 2)) {
f498fs/open.cf->f_count--;
f502fs/open.cf->f_inode = inode;
f503fs/open.cf->f_pos = 0;
f504fs/open.cf->f_reada = 0;
f505fs/open.cf->f_op = NULL;
f507fs/open.cf->f_op = inode->i_op->default_file_ops;
f508fs/open.cif (f->f_op && f->f_op->open) {
f509fs/open.cerror = f->f_op->open(inode,f);
f511fs/open.cif (f->f_mode & 2) put_write_access(inode);
f513fs/open.cf->f_count--;
f518fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
f377fs/pipe.cstruct file *f[2];
f385fs/pipe.cif (!(f[j] = get_empty_filp()))
f390fs/pipe.cf[0]->f_count--;
f396fs/pipe.ccurrent->files->fd[ fd[j]=i ] = f[j];
f401fs/pipe.cf[0]->f_count--;
f402fs/pipe.cf[1]->f_count--;
f407fs/pipe.cf[0]->f_inode = f[1]->f_inode = inode;
f408fs/pipe.cf[0]->f_pos = f[1]->f_pos = 0;
f409fs/pipe.cf[0]->f_flags = O_RDONLY;
f410fs/pipe.cf[0]->f_op = &read_pipe_fops;
f411fs/pipe.cf[0]->f_mode = 1;    /* read */
f412fs/pipe.cf[1]->f_flags = O_WRONLY;
f413fs/pipe.cf[1]->f_op = &write_pipe_fops;
f414fs/pipe.cf[1]->f_mode = 2;    /* write */
f21fs/proc/link.cstatic int proc_fd_dupf(struct inode * inode, struct file * f);
f66fs/proc/link.cstatic int proc_fd_dupf(struct inode * inode, struct file * f)
f74fs/proc/link.cif (current->files->fd[fd] == f)
f91fs/proc/link.cif (new_f->f_mode && !f->f_mode && 3)
f96fs/proc/link.cif (!--f->f_count)
f97fs/proc/link.ciput(f->f_inode);
f163fs/stat.cstruct file * f;
f170fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
f178fs/stat.cstruct file * f;
f185fs/stat.cif (fd >= NR_OPEN || !(f=current->files->fd[fd]) || !(inode=f->f_inode))
f398include/asm-i386/string.h#define memcpy(t, f, n) \
f400include/asm-i386/string.h__constant_memcpy((t),(f),(n)) : \
f401include/asm-i386/string.h__memcpy((t),(f),(n)))
f60include/linux/ext2_fs.h#  define ext2_debug(f, a...)  { \
f63include/linux/ext2_fs.hprintk (f, ## a); \
f66include/linux/ext2_fs.h#  define ext2_debug(f, a...)  /**/
f95include/linux/sonycd535.h#define SONY_BLOCK_NUMBER(m,s,f) (((m)*60L+(s))*75L+(f))
f510include/linux/tpqic02.h#define TPQDBG(f)  ((QIC02_TAPE_DEBUG) & (TPQD_##f))
f143include/linux/tqueue.hvoid (*f) (void *);
f152include/linux/tqueue.hf      = p -> routine;
f155include/linux/tqueue.h(*f)(arg);
f123include/linux/tty.h#define _I_FLAG(tty,f)  ((tty)->termios->c_iflag & (f))
f124include/linux/tty.h#define _O_FLAG(tty,f)  ((tty)->termios->c_oflag & (f))
f125include/linux/tty.h#define _C_FLAG(tty,f)  ((tty)->termios->c_cflag & (f))
f126include/linux/tty.h#define _L_FLAG(tty,f)  ((tty)->termios->c_lflag & (f))
f122kernel/fork.cstruct file * f;
f126kernel/fork.cif ((f = p->files->fd[i]) != NULL)
f127kernel/fork.cp->files->fd[i] = copy_fd(f);
f130kernel/fork.cif ((f = p->files->fd[i]) != NULL)
f131kernel/fork.cf->f_count++;
f179net/ipv4/ip_fw.cstruct ip_fw *f;
f273net/ipv4/ip_fw.cfor (f=chain;f;f=f->fw_next) 
f294net/ipv4/ip_fw.cif ((src&f->fw_smsk.s_addr)==f->fw_src.s_addr
f295net/ipv4/ip_fw.c&&  (dst&f->fw_dmsk.s_addr)==f->fw_dst.s_addr)
f299net/ipv4/ip_fw.cif ((f->fw_flg & IP_FW_F_BIDIR) &&
f300net/ipv4/ip_fw.c(dst&f->fw_smsk.s_addr)==f->fw_src.s_addr
f301net/ipv4/ip_fw.c&&  (src&f->fw_dmsk.s_addr)==f->fw_dst.s_addr)
f310net/ipv4/ip_fw.cif(f->fw_via.s_addr && rif)
f312net/ipv4/ip_fw.cif(rif->pa_addr!=f->fw_via.s_addr)
f326net/ipv4/ip_fw.cf_prt=f->fw_flg&IP_FW_F_KIND;
f336net/ipv4/ip_fw.cif((f->fw_flg&IP_FW_F_TCPSYN) && notcpsyn)
f347net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, src_port,
f348net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_SRNG) &&
f349net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, dst_port,
f350net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_DRNG)) || ((match & 0x02) &&
f351net/ipv4/ip_fw.cport_match(&f->fw_pts[0], f->fw_nsp, dst_port,
f352net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_SRNG) &&
f353net/ipv4/ip_fw.cport_match(&f->fw_pts[f->fw_nsp], f->fw_ndp, src_port,
f354net/ipv4/ip_fw.cf->fw_flg&IP_FW_F_DRNG))))
f365net/ipv4/ip_fw.cif (f->fw_flg & IP_FW_F_PRN)
f368net/ipv4/ip_fw.cif(f->fw_flg&IP_FW_F_ACCEPT)
f370net/ipv4/ip_fw.celse if(f->fw_flg&IP_FW_F_ICMPRPL)
f400net/ipv4/ip_fw.cf->fw_bcnt+=ntohs(ip->tot_len);
f401net/ipv4/ip_fw.cf->fw_pcnt++;
f416net/ipv4/ip_fw.cif(f!=NULL)  /* A match was found */
f417net/ipv4/ip_fw.cf_flag=f->fw_flg;
f1192net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
f1194net/ipv4/ip_fw.c(void) ip_fw_chk(iph, dev, f, 0, 1);
f832net/ipx/af_ipx.cipx_interface_definition f;
f840net/ipx/af_ipx.cf.ipx_network=sipx->sipx_network;
f841net/ipx/af_ipx.cmemcpy(f.ipx_device, ifr.ifr_name, sizeof(f.ipx_device));
f842net/ipx/af_ipx.cmemcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN);
f843net/ipx/af_ipx.cf.ipx_dlink_type=sipx->sipx_type;
f844net/ipx/af_ipx.cf.ipx_special=sipx->sipx_special;
f846net/ipx/af_ipx.creturn ipxitf_delete(&f);
f848net/ipx/af_ipx.creturn ipxitf_create(&f);
f1089net/ipx/af_ipx.cstruct ipx_route_definition f;
f1090net/ipx/af_ipx.cf.ipx_network=st->sipx_network;
f1091net/ipx/af_ipx.cf.ipx_router_network=sg->sipx_network;
f1092net/ipx/af_ipx.cmemcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN);
f1093net/ipx/af_ipx.creturn ipxrtr_create(&f);