Searched refs:temp (Results 101 - 125 of 820) sorted by relevance

1234567891011>>

/openbsd-current/gnu/lib/libreadline/
H A Dhistory.c215 HIST_ENTRY *temp; local
259 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
260 temp->line = savestring (string);
261 temp->data = (char *)NULL;
264 the_history[history_length - 1] = temp;
276 HIST_ENTRY *temp, *old_value; local
281 temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
284 temp->line = savestring (line);
285 temp->data = data;
286 the_history[which] = temp;
[all...]
/openbsd-current/sys/arch/hppa/spmath/
H A Dfcnvfxt.c32 register unsigned int src, temp; local
60 temp = src;
61 Sgl_clear_signexponent_set_hidden(temp);
62 Int_from_sgl_mantissa(temp,src_exponent);
63 if (Sgl_isone_sign(src)) result = -Sgl_all(temp);
64 else result = Sgl_all(temp);
95 register unsigned int src, temp, resultp2; local
131 temp = src;
132 Sgl_clear_signexponent_set_hidden(temp);
133 Dint_from_sgl_mantissa(temp,src_exponen
[all...]
/openbsd-current/usr.bin/rsync/
H A Duploader.c175 char *b, *temp = NULL; local
240 if (mktemplate(&temp, f->path, sess->opts->recursive) == -1) {
244 if (mkstemplinkat(f->link, p->rootfd, temp) == NULL) {
246 free(temp);
253 p->rootfd, f, newlink ? temp : f->path);
256 if (renameat(p->rootfd, temp, p->rootfd, f->path) == -1) {
257 ERR("%s: renameat %s", temp, f->path);
258 (void)unlinkat(p->rootfd, temp, 0);
259 free(temp);
262 free(temp);
280 char *temp = NULL; local
369 char *temp = NULL; local
446 char *temp = NULL; local
[all...]
/openbsd-current/sys/dev/usb/
H A Duoakrh.c49 struct ksensor temp; member in struct:uoakrh_sensor
173 sc->sc_sensor.temp.type = SENSOR_TEMP;
175 sc->sc_sensor.temp.flags |= SENSOR_FINVALID;
179 (void)snprintf(sc->sc_sensor.temp.desc, sizeof(sc->sc_sensor.temp.desc),
183 sensor_attach(&sc->sc_sensordev, &sc->sc_sensor.temp);
216 sensor_detach(&sc->sc_sensordev, &sc->sc_sensor.temp);
239 int frame, temp, humi; local
247 temp = (scc->sc_ibuf[5] << 8) + (scc->sc_ibuf[4]);
250 s->tempval = temp;
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dindex.c107 INDEX_ELT *temp;
109 while ((temp = index))
111 free (temp->entry);
112 free (temp->entry_text);
115 /* free (temp->node); */
117 free (temp);
325 char *temp;
327 temp = xmalloc (1 + strlen (name) + strlen ("index"));
328 sprintf (temp, "%sindex", name);
329 define_user_command (temp, gen_inde
104 INDEX_ELT *temp; local
320 char *temp; local
416 char *temp = xmalloc (strlen (name) + sizeof ("index")); local
581 INDEX_ELT *temp; local
[all...]
/openbsd-current/sys/dev/fdt/
H A Drktemp.c85 int32_t temp; member in struct:rktemp_entry
325 uint32_t mode, polarity, temp; local
418 temp = OF_getpropint(sc->sc_node, "rockchip,hw-tshut-temp", 95000);
438 rktemp_calc_code(sc, temp));
486 rktemp_calc_code(sc, temp));
585 rktemp_calc_code(struct rktemp_softc *sc, int32_t temp) argument
592 if (temp <= sc->sc_temps[0].temp)
594 if (temp >
672 int32_t code, temp; local
704 rktemp_set_limit(void *cookie, uint32_t *cells, uint32_t temp) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dexplow.c378 rtx temp;
401 temp = simplify_unary_operation (code, to_mode, x, from_mode);
402 if (temp)
403 return temp;
413 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
414 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x);
415 return temp;
419 temp = shallow_copy_rtx (x);
420 PUT_MODE (temp, to_mode);
421 return temp;
725 rtx temp = gen_reg_rtx (GET_MODE (x)); local
756 rtx temp = gen_reg_rtx (mode); local
783 rtx temp, insn, set; local
824 rtx temp; local
843 rtx temp; local
907 rtx temp; local
938 rtx temp; local
1612 rtx temp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsh64-dis.c249 unsigned long temp = instruction >> op->nibbles[i]; local
263 r = temp & 0x3f;
270 r = temp & 0x3f;
277 r = temp & 0x3f;
284 r = temp & 0x3f;
292 r = temp & 0x3f;
306 r = temp & 0x3f;
313 r = temp & 0x3f;
319 r = temp & 0x7;
325 imm = temp
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsh64-dis.c235 unsigned long temp = instruction >> op->nibbles[i]; local
249 r = temp & 0x3f;
256 r = temp & 0x3f;
263 r = temp & 0x3f;
270 r = temp & 0x3f;
279 r = temp & 0x3f;
293 r = temp & 0x3f;
300 r = temp & 0x3f;
306 r = temp & 0x7;
312 imm = temp
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v7.c364 uint32_t temp; local
397 temp = RREG32(mmCP_HQD_IQ_TIMER);
398 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, PROCESSING_IQ)) {
402 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
403 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, RETRY_TYPE)
410 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, WAIT_TIME)
426 temp = RREG32(mmCP_HQD_DEQUEUE_REQUEST);
427 if (!(temp & CP_HQD_DEQUEUE_REQUEST__IQ_REQ_PEND_MASK))
445 temp = RREG32(mmCP_HQD_ACTIVE);
446 if (!(temp
465 uint32_t temp; local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c352 double result, temp; local
354 result = modf(x, &temp);
355 *iptr = (float) temp;
364 double result, temp; local
366 result = modf((double) x, &temp);
367 *iptr = temp;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dformat.c207 const bfd_target *temp; local
228 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd));
230 if (temp)
233 right_targ = temp;
238 if (temp == bfd_default_vector[0])
245 matching_vector[match_count] = temp;
H A Dnlm32-sparc.c257 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ local
263 if (bfd_bread ((PTR) temp, (bfd_size_type) 4, abfd) != 4)
266 rcount = bfd_get_32 (abfd, temp);
316 char temp[4]; local
338 bfd_put_32 (abfd, base + (*rel->sym_ptr_ptr)->value, temp);
339 if (bfd_bwrite ((PTR) temp, (bfd_size_type) 4, abfd) != 4)
341 bfd_put_32 (abfd, (bfd_vma) 1, temp);
342 if (bfd_bwrite ((PTR) temp, (bfd_size_type) 4, abfd) != 4)
360 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
362 bfd_put_32 (abfd, count, temp);
388 bfd_byte temp[4]; local
[all...]
/openbsd-current/games/adventure/
H A Dvocab.c91 int temp; local
103 for (temp = atloc[where]; linkx[temp] != object; temp = linkx[temp])
105 linkx[temp] = linkx[object];
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dformat.c217 const bfd_target *temp; local
240 temp = BFD_SEND_FMT (abfd, _bfd_check_format, (abfd));
242 if (temp)
245 right_targ = temp;
250 if (temp == bfd_default_vector[0])
257 matching_vector[match_count] = temp;
H A Dnlm32-sparc.c212 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ local
218 if (bfd_bread (temp, (bfd_size_type) 4, abfd) != 4)
221 rcount = bfd_get_32 (abfd, temp);
264 char temp[4]; local
286 bfd_put_32 (abfd, base + (*rel->sym_ptr_ptr)->value, temp);
287 if (bfd_bwrite (temp, (bfd_size_type) 4, abfd) != 4)
289 bfd_put_32 (abfd, (bfd_vma) 1, temp);
290 if (bfd_bwrite (temp, (bfd_size_type) 4, abfd) != 4)
307 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
309 bfd_put_32 (abfd, count, temp);
330 bfd_byte temp[4]; local
[all...]
/openbsd-current/sys/dev/onewire/
H A Dowtemp.c144 int16_t temp; local
174 temp = data[DS1920_SP_TEMP_MSB] << 8 |
182 val = temp * (1000000 / 16);
190 temp &= ~0x0001;
191 val = temp * 500000 - 250000 +
195 val = temp * 500000;
/openbsd-current/lib/libcurses/tinfo/
H A DMKfallback.sh156 static TERMTYPE temp;
157 _nc_export_termtype2(&temp, tp);
158 result = &temp;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.h91 addressT temp = 1; \
92 while ((size & temp) == 0) \
93 ++align, temp <<= 1; \
/openbsd-current/regress/sys/kern/preadv/
H A Dpreadv.c18 char temp[] = "/tmp/dup2XXXXXXXXX"; local
24 if ((fd = mkstemp(temp)) < 0)
26 remove(temp);
/openbsd-current/regress/sys/kern/pwritev/
H A Dpwritev.c19 char temp[] = "/tmp/pwritevXXXXXXXXX"; local
27 if ((fd = mkstemp(temp)) < 0)
29 remove(temp);
/openbsd-current/sys/arch/sparc64/dev/
H A Denviron.c139 int8_t temp; local
149 temp = environ_cpu2_temp[val];
151 temp = 110;
/openbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c241 cd9660node *temp; local
284 TAILQ_FOREACH(temp, &writenode->cn_children, cn_next_child) {
289 memcpy(&temp_record, temp->isoDirRecord,
293 cd9660_compute_record_size(diskStructure, temp);
307 temp->isoDirRecord->length[0], fd);
309 cd9660_write_rr(diskStructure, fd, temp,
314 temp_record.length[0] - temp->su_tail_size,
317 if (temp->su_tail_size > 0)
318 fwrite(temp->su_tail_data, 1,
319 temp
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Doptabs.c380 rtx temp;
420 temp = gen_reg_rtx (wmode);
422 temp = target;
476 pat = GEN_FCN (icode) (temp, xop0, xop1, wxop);
479 pat = GEN_FCN (icode) (temp, xop0, xop1);
489 pat = GEN_FCN (icode) (temp, xop0, wxop);
492 pat = GEN_FCN (icode) (temp, xop0);
496 return temp;
518 rtx temp;
526 temp
376 rtx temp; local
514 rtx temp; local
1050 rtx product, adjust, product_high, temp; local
1207 rtx temp; local
1799 rtx temp = emit_move_insn (target, xtarget); local
1995 rtx temp; local
2333 rtx xop0, temp, last; local
2371 rtx xop0, temp, last; local
2424 rtx temp, insns; local
2535 rtx temp; local
2788 rtx temp; local
2813 rtx temp; local
2876 rtx temp, op1; local
3008 rtx temp, insns; local
3109 rtx temp; local
3158 rtx temp; local
3945 rtx temp = simplify_gen_relational (NE, word_mode, mode, x, x); local
4551 rtx temp; local
4724 rtx temp = gen_reg_rtx (GET_MODE (from)); local
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Duwin.asm9 pushl %ecx /* save temp */
27 movl (%eax),%ecx /* recover saved temp */

Completed in 375 milliseconds

1234567891011>>