tag | line | file | source code |
temp | 617 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 620 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, SINGLE); |
temp | 629 | arch/alpha/math-emu/ieee-math.c | return round_s_ieee(f, &temp, b); |
temp | 648 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 651 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, DOUBLE); |
temp | 660 | arch/alpha/math-emu/ieee-math.c | return round_s_ieee(f, &temp, b); |
temp | 742 | arch/alpha/math-emu/ieee-math.c | EXTENDED temp; |
temp | 745 | arch/alpha/math-emu/ieee-math.c | a_type = extend_ieee(a, &temp, DOUBLE); |
temp | 751 | arch/alpha/math-emu/ieee-math.c | if (temp.e > 0) { |
temp | 753 | arch/alpha/math-emu/ieee-math.c | while (temp.e > 0) { |
temp | 754 | arch/alpha/math-emu/ieee-math.c | --temp.e; |
temp | 755 | arch/alpha/math-emu/ieee-math.c | ov |= temp.f[1] >> 63; |
temp | 756 | arch/alpha/math-emu/ieee-math.c | sll128(temp.f); |
temp | 758 | arch/alpha/math-emu/ieee-math.c | if (ov || (temp.f[1] & 0xffc0000000000000)) |
temp | 761 | arch/alpha/math-emu/ieee-math.c | if (temp.e < 0) { |
temp | 762 | arch/alpha/math-emu/ieee-math.c | while (temp.e < 0) { |
temp | 763 | arch/alpha/math-emu/ieee-math.c | ++temp.e; |
temp | 764 | arch/alpha/math-emu/ieee-math.c | uv = temp.f[0] & 1; /* save sticky bit */ |
temp | 765 | arch/alpha/math-emu/ieee-math.c | srl128(temp.f); |
temp | 766 | arch/alpha/math-emu/ieee-math.c | temp.f[0] |= uv; |
temp | 769 | arch/alpha/math-emu/ieee-math.c | *b = ((temp.f[1] << 9) | (temp.f[0] >> 55)) & 0x7fffffffffffffff; |
temp | 776 | arch/alpha/math-emu/ieee-math.c | if (temp.f[0] & 0x0040000000000000) { |
temp | 777 | arch/alpha/math-emu/ieee-math.c | midway = (temp.f[0] & 0x003fffffffffffff) == 0; |
temp | 778 | arch/alpha/math-emu/ieee-math.c | if ((midway && (temp.f[0] & 0x0080000000000000)) || |
temp | 785 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 790 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 798 | arch/alpha/math-emu/ieee-math.c | if ((temp.f[0] & 0x003fffffffffffff) != 0) |
temp | 801 | arch/alpha/math-emu/ieee-math.c | if (temp.s) { |
temp | 241 | arch/ppc/kernel/raw_printf.c | char temp[80]; |
temp | 242 | arch/ppc/kernel/raw_printf.c | char *cp = temp; |
temp | 253 | arch/ppc/kernel/raw_printf.c | while (cp != temp) |
temp | 943 | drivers/block/ide-tape.c | unsigned long idetape_swap_long (unsigned long temp); |
temp | 944 | drivers/block/ide-tape.c | unsigned short idetape_swap_short (unsigned short temp); |
temp | 1578 | drivers/block/ide-tape.c | unsigned long temp; |
temp | 1672 | drivers/block/ide-tape.c | temp=(unsigned long) pc->actually_transferred + bcount.all; |
temp | 1673 | drivers/block/ide-tape.c | if ( temp > pc->request_transfer) { |
temp | 1675 | drivers/block/ide-tape.c | if (temp > pc->buffer_size) { |
temp | 3472 | drivers/block/ide-tape.c | unsigned short idetape_swap_short (unsigned short temp) |
temp | 3483 | drivers/block/ide-tape.c | original.all=temp; |
temp | 3493 | drivers/block/ide-tape.c | unsigned long idetape_swap_long (unsigned long temp) |
temp | 3506 | drivers/block/ide-tape.c | original.all=temp; |
temp | 3642 | drivers/block/ide-tape.c | int bytes_read,temp,actually_read=0; |
temp | 3695 | drivers/block/ide-tape.c | temp=IDETAPE_MIN (count,bytes_read); |
temp | 3696 | drivers/block/ide-tape.c | memcpy_tofs (buf_ptr,tape->merge_buffer,temp); |
temp | 3697 | drivers/block/ide-tape.c | actually_read+=temp; |
temp | 3698 | drivers/block/ide-tape.c | tape->merge_buffer_offset=temp; |
temp | 3699 | drivers/block/ide-tape.c | tape->merge_buffer_size=bytes_read-temp; |
temp | 338 | drivers/block/xd.c | u_char head,sector,control,mode,temp; |
temp | 346 | drivers/block/xd.c | temp = count < xd_maxsectors ? count : xd_maxsectors; |
temp | 354 | drivers/block/xd.c | printk("xd_readwrite: drive = %d, head = %d, cylinder = %d, sector = %d, count = %d\n",drive,head,cylinder,sector,temp); |
temp | 357 | drivers/block/xd.c | mode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200); |
temp | 358 | drivers/block/xd.c | xd_build(cmdblk,operation == READ ? CMD_READ : CMD_WRITE,drive,head,cylinder,sector,temp & 0xFF,control); |
temp | 378 | drivers/block/xd.c | count -= temp, buffer += temp * 0x200, block += temp; |
temp | 1313 | drivers/char/cyclades.c | unsigned char * temp; |
temp | 1314 | drivers/char/cyclades.c | temp = info->xmit_buf; |
temp | 1316 | drivers/char/cyclades.c | free_page((unsigned long) temp); |
temp | 235 | drivers/char/lp.c | const char *temp; |
temp | 237 | drivers/char/lp.c | temp = buf; |
temp | 239 | drivers/char/lp.c | c = get_user(temp); |
temp | 243 | drivers/char/lp.c | count--; temp++; |
temp | 253 | drivers/char/lp.c | return temp-buf?temp-buf:-ENOSPC; |
temp | 261 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 270 | drivers/char/lp.c | return temp-buf?temp-buf:-EIO; |
temp | 278 | drivers/char/lp.c | if (temp != buf) |
temp | 279 | drivers/char/lp.c | return temp-buf; |
temp | 294 | drivers/char/lp.c | return temp-buf; |
temp | 529 | drivers/char/tga.c | int i, j, temp; |
temp | 557 | drivers/char/tga.c | temp = (PLLbits[i] >> (7-j)) & 1; |
temp | 559 | drivers/char/tga.c | temp |= 2; |
temp | 560 | drivers/char/tga.c | TGA_WRITE_REG(temp, TGA_CLOCK_REG); |
temp | 724 | drivers/char/tga.c | temp = tga_fb_base - 1024; /* this assumes video starts at base |
temp | 728 | drivers/char/tga.c | writel(bt463_cursor_source[i], temp + i*4); |
temp | 730 | drivers/char/tga.c | TGA_WRITE_REG(temp & 0x000fffff, TGA_CURSOR_BASE_REG); |
temp | 792 | drivers/char/tga.c | int row, col, temp, c, attrib; |
temp | 813 | drivers/char/tga.c | temp = (addr - video_mem_base) >> 1; |
temp | 814 | drivers/char/tga.c | col = temp % 80; |
temp | 815 | drivers/char/tga.c | row = (temp - col) / 80; |
temp | 593 | drivers/net/eth16i.c | unsigned short temp = 0; |
temp | 598 | drivers/net/eth16i.c | temp |= DIS_AUTO_PORT_SEL; |
temp | 603 | drivers/net/eth16i.c | temp |= AUI_SELECT; |
temp | 610 | drivers/net/eth16i.c | temp |= AUI_SELECT; |
temp | 614 | drivers/net/eth16i.c | outb(temp, ioaddr + TRANSCEIVER_MODE_REG); |
temp | 181 | drivers/net/ibmtr.c | cardpresent=NOTOK,temp=0; |
temp | 349 | drivers/net/ibmtr.c | temp = *(char *)((ulong)AIP + (ulong)i + ti->mmio) & 0x0f; /* Tech ref states must do this */ |
temp | 351 | drivers/net/ibmtr.c | printk("%1X",ti->hw_address[j]=temp); |
temp | 353 | drivers/net/ibmtr.c | ti->hw_address[j]=temp; |
temp | 2777 | drivers/net/ppp.c | struct ppp_stats *result, temp; |
temp | 2785 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2790 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2792 | drivers/net/ppp.c | memcpy (&temp.p, &ppp->stats, sizeof (struct pppstat)); |
temp | 2794 | drivers/net/ppp.c | temp.vj.vjs_packets = ppp->slcomp->sls_o_compressed+ |
temp | 2796 | drivers/net/ppp.c | temp.vj.vjs_compressed = ppp->slcomp->sls_o_compressed; |
temp | 2797 | drivers/net/ppp.c | temp.vj.vjs_searches = ppp->slcomp->sls_o_searches; |
temp | 2798 | drivers/net/ppp.c | temp.vj.vjs_misses = ppp->slcomp->sls_o_misses; |
temp | 2799 | drivers/net/ppp.c | temp.vj.vjs_errorin = ppp->slcomp->sls_i_error; |
temp | 2800 | drivers/net/ppp.c | temp.vj.vjs_tossed = ppp->slcomp->sls_i_tossed; |
temp | 2801 | drivers/net/ppp.c | temp.vj.vjs_uncompressedin = ppp->slcomp->sls_i_uncompressed; |
temp | 2802 | drivers/net/ppp.c | temp.vj.vjs_compressedin = ppp->slcomp->sls_i_compressed; |
temp | 2809 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 2820 | drivers/net/ppp.c | struct ppp_comp_stats *result, temp; |
temp | 2828 | drivers/net/ppp.c | sizeof (temp)); |
temp | 2832 | drivers/net/ppp.c | memset (&temp, 0, sizeof(temp)); |
temp | 2836 | drivers/net/ppp.c | &temp.c); |
temp | 2840 | drivers/net/ppp.c | &temp.d); |
temp | 2846 | drivers/net/ppp.c | memcpy_tofs (result, &temp, sizeof (temp)); |
temp | 2652 | drivers/scsi/aic7xxx.c | unsigned char temp; |
temp | 2688 | drivers/scsi/aic7xxx.c | temp = CS_2840 | seeprom_read.bits[i]; |
temp | 2689 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2691 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2692 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2700 | drivers/scsi/aic7xxx.c | temp = k; |
temp | 2701 | drivers/scsi/aic7xxx.c | temp = (temp >> i) & 1; /* Mask out all but lower bit. */ |
temp | 2702 | drivers/scsi/aic7xxx.c | temp = CS_2840 | temp; |
temp | 2703 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2705 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2706 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2718 | drivers/scsi/aic7xxx.c | temp = CS_2840; |
temp | 2719 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2721 | drivers/scsi/aic7xxx.c | temp = temp ^ CK_2840; |
temp | 2723 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL_2840 + base); |
temp | 2826 | drivers/scsi/aic7xxx.c | unsigned char temp; |
temp | 2880 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (seeprom_read.bits[i] << 1); |
temp | 2881 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2883 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2884 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2892 | drivers/scsi/aic7xxx.c | temp = k + offset; |
temp | 2893 | drivers/scsi/aic7xxx.c | temp = (temp >> i) & 1; /* Mask out all but lower bit. */ |
temp | 2894 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS | (temp << 1); |
temp | 2895 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2897 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2898 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2910 | drivers/scsi/aic7xxx.c | temp = SEEMS | SEECS; |
temp | 2911 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 2913 | drivers/scsi/aic7xxx.c | temp = temp ^ SEECK; |
temp | 2915 | drivers/scsi/aic7xxx.c | outb(temp, SEECTL + base); |
temp | 1116 | drivers/scsi/scsi.c | int temp; |
temp | 1131 | drivers/scsi/scsi.c | temp = host->last_reset + MIN_RESET_DELAY; |
temp | 1132 | drivers/scsi/scsi.c | while (jiffies < temp); |
temp | 1177 | drivers/scsi/scsi.c | temp=host->hostt->command (SCpnt); |
temp | 1178 | drivers/scsi/scsi.c | SCpnt->result = temp; |
temp | 1183 | drivers/scsi/scsi.c | host->host_no, temp, host->hostt->command); |
temp | 1892 | drivers/scsi/scsi.c | int temp, oldto; |
temp | 1969 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1978 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
temp | 1984 | drivers/scsi/scsi.c | printk("scsi reset function returned %d\n", temp); |
temp | 1996 | drivers/scsi/scsi.c | switch(temp & SCSI_RESET_ACTION) { |
temp | 1998 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_BUS_RESET) |
temp | 2008 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_BUS_RESET) |
temp | 2017 | drivers/scsi/scsi.c | if (temp & SCSI_RESET_BUS_RESET) |
temp | 2027 | drivers/scsi/scsi.c | if( temp & SCSI_RESET_BUS_RESET ) |
temp | 2055 | drivers/scsi/scsi.c | return temp; |
temp | 39 | drivers/scsi/scsi_ioctl.c | int temp, result; |
temp | 43 | drivers/scsi/scsi_ioctl.c | if ((temp = host->hostt->present) && buffer) { |
temp | 62 | drivers/scsi/scsi_ioctl.c | return temp; |
temp | 190 | drivers/scsi/scsicam.c | unsigned long heads, sectors, cylinders, temp; |
temp | 195 | drivers/scsi/scsicam.c | temp = cylinders * sectors; /* Compute divisor for heads */ |
temp | 196 | drivers/scsi/scsicam.c | heads = capacity / temp; /* Compute value for number of heads */ |
temp | 197 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 199 | drivers/scsi/scsicam.c | temp = cylinders * heads; /* Compute divisor for sectors */ |
temp | 200 | drivers/scsi/scsicam.c | sectors = capacity / temp; /* Compute value for sectors per |
temp | 202 | drivers/scsi/scsicam.c | if (capacity % temp) { /* If no remainder, done! */ |
temp | 204 | drivers/scsi/scsicam.c | temp = heads * sectors; /* Compute divisor for cylinders */ |
temp | 205 | drivers/scsi/scsicam.c | cylinders = capacity / temp;/* Compute number of cylinders */ |
temp | 498 | drivers/scsi/seagate.c | int temp; |
temp | 518 | drivers/scsi/seagate.c | temp = internal_command (current_target, current_lun, |
temp | 522 | drivers/scsi/seagate.c | if (msg_byte(temp) != DISCONNECT) { |
temp | 526 | drivers/scsi/seagate.c | hostno, temp); |
temp | 531 | drivers/scsi/seagate.c | SCtmp->result = temp; |
temp | 626 | drivers/scsi/seagate.c | int temp; |
temp | 713 | drivers/scsi/seagate.c | temp = STATUS; |
temp | 714 | drivers/scsi/seagate.c | if ((temp & STAT_IO) && !(temp & STAT_BSY)) |
temp | 731 | drivers/scsi/seagate.c | if (!((temp = DATA) & (controller_type == SEAGATE ? 0x80 : 0x40))) |
temp | 735 | drivers/scsi/seagate.c | "\tData bus = %d\n", hostno, temp); |
temp | 740 | drivers/scsi/seagate.c | if (!(temp & (1 << current_target))) |
temp | 743 | drivers/scsi/seagate.c | hostno, temp); |
temp | 893 | drivers/scsi/seagate.c | temp = clock - jiffies; |
temp | 896 | drivers/scsi/seagate.c | printk("seagate_st0x_timeout : %d \r",temp); |
temp | 901 | drivers/scsi/seagate.c | hostno, status_read, temp, st0x_aborted); |
temp | 374 | drivers/sound/pas2_card.c | char temp[100]; |
temp | 376 | drivers/sound/pas2_card.c | sprintf (temp, |
temp | 379 | drivers/sound/pas2_card.c | conf_printf (temp, hw_config); |
temp | 347 | drivers/sound/sscape.c | unsigned char temp; |
temp | 359 | drivers/sound/sscape.c | temp = devc->dma << 4; /* Setup DMA channel select bits */ |
temp | 361 | drivers/sound/sscape.c | temp |= 0x80; /* 8 bit DMA channel */ |
temp | 363 | drivers/sound/sscape.c | temp |= 1; /* Trigger DMA */ |
temp | 364 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 365 | drivers/sound/sscape.c | temp &= 0xfe; /* Clear DMA trigger */ |
temp | 366 | drivers/sound/sscape.c | sscape_write (devc, GA_DMAA_REG, temp); |
temp | 441 | drivers/sound/sscape.c | unsigned char temp; |
temp | 471 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) & 0x3f); /*Reset */ |
temp | 478 | drivers/sound/sscape.c | (temp = sscape_read (devc, GA_HMCTL_REG)) | 0x80); |
temp | 537 | drivers/sound/sscape.c | temp = sscape_read (devc, GA_HMCTL_REG); |
temp | 538 | drivers/sound/sscape.c | temp |= 0x40; |
temp | 539 | drivers/sound/sscape.c | sscape_write (devc, GA_HMCTL_REG, temp); /* Kickstart the board */ |
temp | 677 | fs/vfat/namei.c | loff_t offset, temp; |
temp | 690 | fs/vfat/namei.c | temp = offset; |
temp | 691 | fs/vfat/namei.c | res = fat_get_entry(dir,&temp,&bh,&de); |
temp | 19 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 31 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 42 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 54 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 65 | include/asm-alpha/bitops.h | unsigned long temp; |
temp | 75 | include/asm-alpha/bitops.h | :"=&r" (temp), |
temp | 810 | net/ipv4/route.c | char temp[129]; |
temp | 869 | net/ipv4/route.c | sprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%lu\t%d\t%08lX\t%d\t%lu\t%u", |
temp | 873 | net/ipv4/route.c | sprintf(buffer+len,"%-127s\n",temp); |
temp | 897 | net/ipv4/route.c | char temp[129]; |
temp | 929 | net/ipv4/route.c | sprintf(temp, "%s\t%08lX\t%08lX\t%02X\t%d\t%u\t%d\t%08lX\t%d\t%lu\t%u\t%d\t%1d", |
temp | 933 | net/ipv4/route.c | sprintf(buffer+len,"%-127s\n",temp); |
temp | 243 | scripts/lxdialog/util.c | int i, temp; |
temp | 248 | scripts/lxdialog/util.c | temp = strspn (label, " "); |
temp | 249 | scripts/lxdialog/util.c | label += temp; |
temp | 252 | scripts/lxdialog/util.c | for (i = 0; i < temp; i++) |
temp | 262 | scripts/lxdialog/util.c | wmove (win, y, x + temp + 1); |