HomeSort by: relevance | last modified time | path
    Searched defs:temp (Results 1 - 25 of 315) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/arch/m68k/gen/
ldexp_881.c 49 double temp; local in function:ldexp
52 : "=f" (temp)
54 return (temp);
  /src/lib/libc/arch/m68k/hardfloat/
ldexp_881.c 49 double temp; local in function:ldexp
52 : "=f" (temp)
54 return (temp);
  /src/sys/dev/raidframe/
rf_evenodd_dags.c 80 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
82 temp = asmap->parityInfo;
84 asmap->qInfo = temp;
128 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
130 temp = asmap->parityInfo;
132 asmap->qInfo = temp;
141 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
143 temp = asmap->parityInfo;
145 asmap->qInfo = temp;
155 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
    [all...]
rf_pqdeg.c 97 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
99 temp = asmap->parityInfo;
101 asmap->qInfo = temp;
136 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
138 temp = asmap->parityInfo;
140 asmap->qInfo = temp;
153 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
155 temp = asmap->parityInfo;
157 asmap->qInfo = temp;
192 RF_PhysDiskAddr_t *temp; local in function:RF_CREATE_DAG_FUNC_DECL
    [all...]
  /src/sys/arch/hppa/spmath/
mpyaccs.c 52 struct mdsfu_register temp; local in function:mpyaccs
55 impys(&opnd1,&opnd2,&temp);
58 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
63 sign = result_hi ^ temp.rslt_hi;
64 result_hi += temp.rslt_hi + carry;
65 if (sign >= 0 && (temp.rslt_hi ^ result_hi) < 0) overflow = true;
mpyaccu.c 53 struct mdsfu_register temp; local in function:mpyaccu
56 impyu(&opnd1,&opnd2,&temp);
59 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
64 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
65 (unsigned)temp.rslt_hi) overflow = true;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
socfpga_cyclone5_vining_fpga.dts 133 temp: lm75@48 { label
  /src/bin/dd/
dd_swab.c 56 char temp; local in function:dd_swab
66 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
  /src/games/mille/
varpush.c 55 int temp; local in function:varpush
77 if ((read(file, (void *) &temp, sizeof temp)) < 0) {
81 Topcard = &Deck[temp];
99 temp = Topcard - Deck;
100 if ((write(file, (void *) &temp, sizeof temp)) < 0) {
end.c 54 int temp, tot, num; local in function:finalscore
61 temp = num * 6 + 21 + 1;
63 mvaddstr(tot, temp, " 0");
65 mvaddstr(5, temp, "40");
68 mvaddstr(6, temp, "30");
72 mvaddstr(7, temp, "30");
76 mvaddstr(8, temp, "20");
80 mvaddstr(9, temp, "50");
init.c 95 CARD temp; local in function:shuffle
103 temp = Deck[r];
105 Deck[i] = temp;
print.c 57 int i, j, k, temp; local in function:prboard
61 temp = k * COMP_STRT + CARD_STRT;
64 mvaddstr(i, temp, C_name[i + S_CONV]);
66 mvaddch(i, temp - CARD_STRT, '*');
69 show_card(14, temp, pp->battle, &pp->sh_battle);
70 show_card(16, temp, pp->speed, &pp->sh_speed);
79 temp = k * 40;
82 mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
87 temp = CARD_STRT;
90 show_card(i + 6, temp, pp->hand[i], &pp->sh_hand[i])
    [all...]
  /src/lib/libc/stdlib/
_rand48.c 41 unsigned short temp[2]; local in function:__dorand48
47 temp[0] = (unsigned short) accu; /* lower 16 bits */
51 temp[1] = (unsigned short) accu; /* middle 16 bits */
56 xseed[0] = temp[0];
57 xseed[1] = temp[1];
  /src/games/trek/
compkl.c 64 double temp; local in function:compkldist
77 temp = Etc.klingon[i].dist;
78 Etc.klingon[i].avgdist = 0.5 * (temp + d);
  /src/sys/arch/m68k/fpsp/
fpsp.h 137 VER_TMP equ LV+123 ;temp holding for version number
156 WBTEMP equ LV-76 ;write back temp (12 bytes) variable in typeref:typename:write back
  /src/sys/arch/macppc/dev/
fancontrol.c 52 int temp, i, speed, diff, step; local in function:fancontrol_adjust_zone
57 temp = sysmon_envsys_get_max_value(z->filter, true);
58 if (temp == 0) {
68 temp = (temp - 273150000) / 1000000;
69 diff = temp - z->Tmin;
70 DPRINTF("%s %d %d\n", z->name, temp, z->Tmin);
  /src/sys/dev/ic/
smc93cx6.c 113 u_int32_t temp; local in function:read_seeprom
121 temp = sd->sd_MS ^ sd->sd_CS;
122 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
131 temp ^= sd->sd_DO;
132 SEEPROM_OUTB(sd, temp);
134 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
137 temp ^= sd->sd_DO;
142 temp ^= sd->sd_DO;
143 SEEPROM_OUTB(sd, temp);
145 SEEPROM_OUTB(sd, temp ^ sd->sd_CK)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_timing.c 93 u32 data = nvbios_timingEe(bios, idx, ver, hdr, cnt, len), temp; local in function:nvbios_timingEp
160 temp = nvbios_rd16(bios, data + 0x2c);
161 p->timing_20_2c_003f = (temp & 0x003f) >> 0;
162 p->timing_20_2c_1fc0 = (temp & 0x1fc0) >> 6;
165 temp = nvbios_rd16(bios, data + 0x31);
166 p->timing_20_31_0007 = (temp & 0x0007) >> 0;
167 p->timing_20_31_0078 = (temp & 0x0078) >> 3;
168 p->timing_20_31_0780 = (temp & 0x0780) >> 7;
169 p->timing_20_31_0800 = (temp & 0x0800) >> 11;
170 p->timing_20_31_7000 = (temp & 0x7000) >> 12
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_g94.c 51 u32 temp = nvkm_rd32(device, 0x00e068), i; local in function:g94_aux_mask
55 temp &= ~(type << (i * 4));
58 temp |= type << (i * 4);
61 nvkm_wr32(device, 0x00e068, temp);
nouveau_nvkm_subdev_i2c_gk104.c 51 u32 temp = nvkm_rd32(device, 0x00dc68), i; local in function:gk104_aux_mask
55 temp &= ~(type << (i * 4));
58 temp |= type << (i * 4);
61 nvkm_wr32(device, 0x00dc68, temp);
  /src/lib/libcurses/
insdelln.c 72 __LINE *temp; local in function:winsdelln
109 temp = win->alines[y + nlines];
111 win->alines[y] = temp;
153 temp = win->alines[y];
155 win->alines[y + nlines] = temp;
  /src/lib/libc/db/btree/
bt_overflow.c 88 size_t temp; local in function:__ovfl_get
111 temp = t->bt_psize - BTDATAOFF;
112 _DBFIT(temp, uint32_t);
113 plen = (uint32_t)temp;
146 size_t temp; local in function:__ovfl_put
152 temp = t->bt_psize - BTDATAOFF;
153 _DBFIT(temp, uint32_t);
154 plen = (uint32_t)temp;
157 temp = dbt->size;
158 _DBFIT(temp, uint32_t)
202 size_t temp; local in function:__ovfl_delete
    [all...]
  /src/lib/libc/db/recno/
rec_delete.c 159 size_t temp; local in function:__rec_dleaf
185 temp = &h->linp[idx] - (ip = &h->linp[0]);
186 _DBFIT(temp, uint16_t);
187 for (cnt = (uint16_t)temp; cnt--; ++ip)
190 temp = &h->linp[NEXTINDEX(h)] - ip;
191 _DBFIT(temp, uint16_t);
192 for (cnt = (uint16_t)temp; --cnt; ++ip)
  /src/lib/libc/rpc/
xdr_stdio.c 119 u_int32_t temp; local in function:xdrstdio_getlong
121 if (fread(&temp, sizeof(int32_t), 1, (FILE *)xdrs->x_private) != 1)
123 *lp = (long)ntohl(temp);
  /src/sys/arch/acorn32/mainbus/
lpt_pioc.c 73 u_char temp; local in function:lpt_port_test
80 temp = bus_space_read_1(iot, ioh, off) & mask;
81 } while (temp != data && --timeout);
82 return (temp == data);

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>