taglinefilesource code
temp617arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp620arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, SINGLE);
temp629arch/alpha/math-emu/ieee-math.creturn round_s_ieee(f, &temp, b);
temp648arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp651arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
temp660arch/alpha/math-emu/ieee-math.creturn round_s_ieee(f, &temp, b);
temp742arch/alpha/math-emu/ieee-math.cEXTENDED temp;
temp745arch/alpha/math-emu/ieee-math.ca_type = extend_ieee(a, &temp, DOUBLE);
temp751arch/alpha/math-emu/ieee-math.cif (temp.e > 0) {
temp753arch/alpha/math-emu/ieee-math.cwhile (temp.e > 0) {
temp754arch/alpha/math-emu/ieee-math.c--temp.e;
temp755arch/alpha/math-emu/ieee-math.cov |= temp.f[1] >> 63;
temp756arch/alpha/math-emu/ieee-math.csll128(temp.f);
temp758arch/alpha/math-emu/ieee-math.cif (ov || (temp.f[1] & 0xffc0000000000000))
temp761arch/alpha/math-emu/ieee-math.cif (temp.e < 0) {
temp762arch/alpha/math-emu/ieee-math.cwhile (temp.e < 0) {
temp763arch/alpha/math-emu/ieee-math.c++temp.e;
temp764arch/alpha/math-emu/ieee-math.cuv = temp.f[0] & 1;    /* save sticky bit */
temp765arch/alpha/math-emu/ieee-math.csrl128(temp.f);
temp766arch/alpha/math-emu/ieee-math.ctemp.f[0] |= uv;
temp769arch/alpha/math-emu/ieee-math.c*b = ((temp.f[1] << 9) | (temp.f[0] >> 55)) & 0x7fffffffffffffff;
temp776arch/alpha/math-emu/ieee-math.cif (temp.f[0] & 0x0040000000000000) {
temp777arch/alpha/math-emu/ieee-math.cmidway = (temp.f[0] & 0x003fffffffffffff) == 0;
temp778arch/alpha/math-emu/ieee-math.cif ((midway && (temp.f[0] & 0x0080000000000000)) ||
temp785arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp790arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp798arch/alpha/math-emu/ieee-math.cif ((temp.f[0] & 0x003fffffffffffff) != 0)
temp801arch/alpha/math-emu/ieee-math.cif (temp.s) {
temp241arch/ppc/kernel/raw_printf.cchar temp[80];
temp242arch/ppc/kernel/raw_printf.cchar *cp = temp;
temp253arch/ppc/kernel/raw_printf.cwhile (cp != temp)
temp927drivers/block/ide-tape.cunsigned long idetape_swap_long (unsigned long temp);
temp928drivers/block/ide-tape.cunsigned short idetape_swap_short (unsigned short temp);
temp1532drivers/block/ide-tape.cunsigned long temp;
temp1591drivers/block/ide-tape.ctemp=(unsigned long) pc->actually_transferred + bcount.all;
temp1592drivers/block/ide-tape.cif ( temp > pc->request_transfer) {
temp1594drivers/block/ide-tape.cif (temp > pc->buffer_size) {
temp3349drivers/block/ide-tape.cunsigned short idetape_swap_short (unsigned short temp)
temp3360drivers/block/ide-tape.coriginal.all=temp;
temp3370drivers/block/ide-tape.cunsigned long idetape_swap_long (unsigned long temp)
temp3383drivers/block/ide-tape.coriginal.all=temp;
temp338drivers/block/xd.cu_char head,sector,control,mode,temp;
temp346drivers/block/xd.ctemp = count < xd_maxsectors ? count : xd_maxsectors;
temp354drivers/block/xd.cprintk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp);
temp357drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
temp358drivers/block/xd.cxd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control);
temp378drivers/block/xd.ccount -= temp, buffer += temp * 0x200, block += temp;
temp1313drivers/char/cyclades.cunsigned long temp;
temp1314drivers/char/cyclades.ctemp = info->xmit_buf;
temp1316drivers/char/cyclades.cfree_page((unsigned long) temp);
temp235drivers/char/lp.cconst char *temp;
temp237drivers/char/lp.ctemp = buf;
temp239drivers/char/lp.cc = get_user(temp);
temp243drivers/char/lp.ccount--; temp++;
temp253drivers/char/lp.creturn temp-buf?temp-buf:-ENOSPC;
temp261drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp270drivers/char/lp.creturn temp-buf?temp-buf:-EIO;
temp278drivers/char/lp.cif (temp != buf)
temp279drivers/char/lp.creturn temp-buf;
temp294drivers/char/lp.creturn temp-buf;
temp529drivers/char/tga.cint i, j, temp;
temp557drivers/char/tga.ctemp = (PLLbits[i] >> (7-j)) & 1;
temp559drivers/char/tga.ctemp |= 2;
temp560drivers/char/tga.cTGA_WRITE_REG(temp, TGA_CLOCK_REG);
temp724drivers/char/tga.ctemp = tga_fb_base - 1024; /* this assumes video starts at base
temp728drivers/char/tga.cwritel(bt463_cursor_source[i], temp + i*4);
temp730drivers/char/tga.cTGA_WRITE_REG(temp & 0x000fffff, TGA_CURSOR_BASE_REG);
temp792drivers/char/tga.cint row, col, temp, c, attrib;
temp813drivers/char/tga.ctemp = (addr - video_mem_base) >> 1;
temp814drivers/char/tga.ccol = temp % 80;
temp815drivers/char/tga.crow = (temp - col) / 80;
temp593drivers/net/eth16i.cunsigned short temp = 0;
temp598drivers/net/eth16i.ctemp |= DIS_AUTO_PORT_SEL;
temp603drivers/net/eth16i.ctemp |= AUI_SELECT;
temp610drivers/net/eth16i.ctemp |= AUI_SELECT;
temp614drivers/net/eth16i.coutb(temp, ioaddr + TRANSCEIVER_MODE_REG);
temp181drivers/net/ibmtr.ccardpresent=NOTOK,temp=0;
temp349drivers/net/ibmtr.ctemp = *(char *)((ulong)AIP + (ulong)i + ti->mmio) & 0x0f; /* Tech ref states must do this */
temp351drivers/net/ibmtr.cprintk("%1X",ti->hw_address[j]=temp);
temp353drivers/net/ibmtr.cti->hw_address[j]=temp;
temp2777drivers/net/ppp.cstruct ppp_stats *result, temp;
temp2785drivers/net/ppp.csizeof (temp));
temp2790drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2792drivers/net/ppp.cmemcpy (&temp.p, &ppp->stats, sizeof (struct pppstat));
temp2794drivers/net/ppp.ctemp.vj.vjs_packets    = ppp->slcomp->sls_o_compressed+
temp2796drivers/net/ppp.ctemp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed;
temp2797drivers/net/ppp.ctemp.vj.vjs_searches   = ppp->slcomp->sls_o_searches;
temp2798drivers/net/ppp.ctemp.vj.vjs_misses     = ppp->slcomp->sls_o_misses;
temp2799drivers/net/ppp.ctemp.vj.vjs_errorin    = ppp->slcomp->sls_i_error;
temp2800drivers/net/ppp.ctemp.vj.vjs_tossed     = ppp->slcomp->sls_i_tossed;
temp2801drivers/net/ppp.ctemp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed;
temp2802drivers/net/ppp.ctemp.vj.vjs_compressedin   = ppp->slcomp->sls_i_compressed;
temp2809drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp2820drivers/net/ppp.cstruct ppp_comp_stats *result, temp;
temp2828drivers/net/ppp.csizeof (temp));
temp2832drivers/net/ppp.cmemset (&temp, 0, sizeof(temp));
temp2836drivers/net/ppp.c&temp.c);
temp2840drivers/net/ppp.c&temp.d);
temp2846drivers/net/ppp.cmemcpy_tofs (result, &temp, sizeof (temp));
temp3111drivers/scsi/aic7xxx.cunsigned char temp;
temp3147drivers/scsi/aic7xxx.ctemp = CS_2840 | seeprom_read.bits[i];
temp3148drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3150drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3151drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3159drivers/scsi/aic7xxx.ctemp = k;
temp3160drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp3161drivers/scsi/aic7xxx.ctemp = CS_2840 | temp;
temp3162drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3164drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3165drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3177drivers/scsi/aic7xxx.ctemp = CS_2840;
temp3178drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3180drivers/scsi/aic7xxx.ctemp = temp ^ CK_2840;
temp3182drivers/scsi/aic7xxx.coutb(temp, SEECTL_2840(base));
temp3285drivers/scsi/aic7xxx.cunsigned char temp;
temp3339drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (seeprom_read.bits[i] << 1);
temp3340drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3342drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3343drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3351drivers/scsi/aic7xxx.ctemp = k + offset;
temp3352drivers/scsi/aic7xxx.ctemp = (temp >> i) & 1;  /* Mask out all but lower bit. */
temp3353drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS | (temp << 1);
temp3354drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3356drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3357drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3369drivers/scsi/aic7xxx.ctemp = SEEMS | SEECS;
temp3370drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp3372drivers/scsi/aic7xxx.ctemp = temp ^ SEECK;
temp3374drivers/scsi/aic7xxx.coutb(temp, SEECTL(base));
temp1113drivers/scsi/scsi.cint temp;
temp1128drivers/scsi/scsi.ctemp = host->last_reset + MIN_RESET_DELAY;
temp1129drivers/scsi/scsi.cwhile (jiffies < temp);
temp1174drivers/scsi/scsi.ctemp=host->hostt->command (SCpnt);
temp1175drivers/scsi/scsi.cSCpnt->result = temp;
temp1180drivers/scsi/scsi.chost->host_no, temp, host->hostt->command);
temp1889drivers/scsi/scsi.cint temp, oldto;
temp1966drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1975drivers/scsi/scsi.ctemp = host->hostt->reset(SCpnt);
temp1981drivers/scsi/scsi.cprintk("scsi reset function returned %d\n", temp);
temp1993drivers/scsi/scsi.cswitch(temp & SCSI_RESET_ACTION) {
temp1995drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp2005drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp2014drivers/scsi/scsi.cif (temp & SCSI_RESET_BUS_RESET)
temp2024drivers/scsi/scsi.cif( temp & SCSI_RESET_BUS_RESET )
temp2052drivers/scsi/scsi.creturn temp;
temp39drivers/scsi/scsi_ioctl.cint temp, result;
temp43drivers/scsi/scsi_ioctl.cif ((temp = host->hostt->present) && buffer) {
temp62drivers/scsi/scsi_ioctl.creturn temp;
temp190drivers/scsi/scsicam.cunsigned long heads, sectors, cylinders, temp; 
temp195drivers/scsi/scsicam.ctemp = cylinders * sectors;    /* Compute divisor for heads */ 
temp196drivers/scsi/scsicam.cheads = capacity / temp;    /* Compute value for number of heads */
temp197drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp199drivers/scsi/scsicam.ctemp = cylinders * heads;  /* Compute divisor for sectors */ 
temp200drivers/scsi/scsicam.csectors = capacity / temp;  /* Compute value for sectors per
temp202drivers/scsi/scsicam.cif (capacity % temp) {    /* If no remainder, done! */ 
temp204drivers/scsi/scsicam.ctemp = heads * sectors;  /* Compute divisor for cylinders */
temp205drivers/scsi/scsicam.ccylinders = capacity / temp;/* Compute number of cylinders */ 
temp498drivers/scsi/seagate.cint temp;
temp518drivers/scsi/seagate.ctemp =  internal_command (current_target, current_lun,
temp522drivers/scsi/seagate.cif (msg_byte(temp) != DISCONNECT) {
temp526drivers/scsi/seagate.chostno, temp);
temp531drivers/scsi/seagate.cSCtmp->result = temp;
temp626drivers/scsi/seagate.cint temp;
temp713drivers/scsi/seagate.ctemp = STATUS;
temp714drivers/scsi/seagate.cif ((temp & STAT_IO) && !(temp & STAT_BSY))
temp731drivers/scsi/seagate.cif (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40)))
temp735drivers/scsi/seagate.c"\tData bus = %d\n", hostno, temp);
temp740drivers/scsi/seagate.cif (!(temp & (1 << current_target)))
temp743drivers/scsi/seagate.chostno, temp);
temp893drivers/scsi/seagate.ctemp = clock - jiffies;
temp896drivers/scsi/seagate.cprintk("seagate_st0x_timeout : %d            \r",temp);
temp901drivers/scsi/seagate.chostno, status_read, temp, st0x_aborted);
temp372drivers/sound/pas2_card.cchar            temp[100];
temp374drivers/sound/pas2_card.csprintf (temp,
temp377drivers/sound/pas2_card.cconf_printf (temp, hw_config);
temp345drivers/sound/sscape.cunsigned char   temp;
temp357drivers/sound/sscape.ctemp = devc->dma << 4;  /* Setup DMA channel select bits */
temp359drivers/sound/sscape.ctemp |= 0x80;    /* 8 bit DMA channel */
temp361drivers/sound/sscape.ctemp |= 1;      /* Trigger DMA */
temp362drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp363drivers/sound/sscape.ctemp &= 0xfe;      /* Clear DMA trigger */
temp364drivers/sound/sscape.csscape_write (devc, GA_DMAA_REG, temp);
temp439drivers/sound/sscape.cunsigned char   temp;
temp461drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f);  /*Reset */
temp468drivers/sound/sscape.c(temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80);
temp527drivers/sound/sscape.ctemp = sscape_read (devc, GA_HMCTL_REG);
temp528drivers/sound/sscape.ctemp |= 0x40;
temp529drivers/sound/sscape.csscape_write (devc, GA_HMCTL_REG, temp);  /* Kickstart the board */
temp676fs/vfat/namei.cloff_t offset, temp;
temp689fs/vfat/namei.ctemp = offset;
temp690fs/vfat/namei.cres = fat_get_entry(dir,&temp,&bh,&de);
temp19include/asm-alpha/bitops.hunsigned long temp;
temp31include/asm-alpha/bitops.h:"=&r" (temp),
temp42include/asm-alpha/bitops.hunsigned long temp;
temp54include/asm-alpha/bitops.h:"=&r" (temp),
temp65include/asm-alpha/bitops.hunsigned long temp;
temp75include/asm-alpha/bitops.h:"=&r" (temp),
temp808net/ipv4/route.cchar temp[129];
temp867net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%lu\t%d\t%08lX\t%d\t%lu\t%u",
temp871net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);
temp895net/ipv4/route.cchar temp[129];
temp927net/ipv4/route.csprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%ld\t%lu\t%d\t%08lX\t%d\t%lu\t%u\t%ld\t%1d",
temp931net/ipv4/route.csprintf(buffer+len,"%-127s\n",temp);
temp243scripts/lxdialog/util.cint i, temp;
temp248scripts/lxdialog/util.ctemp = strspn (label, " ");
temp249scripts/lxdialog/util.clabel += temp;
temp252scripts/lxdialog/util.cfor (i = 0; i < temp; i++)
temp262scripts/lxdialog/util.cwmove (win, y, x + temp + 1);