HomeSort by: relevance | last modified time | path
    Searched defs:temp (Results 1 - 25 of 630) 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);
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);
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...]
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;
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
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
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) {
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) {
  /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];
_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...]

Completed in 126 milliseconds

1 2 3 4 5 6 7 8 91011>>