Searched refs:temp (Results 276 - 300 of 820) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/lib/libiberty/src/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
164 temp = a_root->left;
166 b_root->left = temp;
373 fibnode_t temp;
374 temp = x;
376 y = temp;
146 fibnode_t a_root, b_root, temp; local
372 fibnode_t temp; local
H A Dgetopt.c782 char *temp = my_index (optstring, c);
788 if (temp == NULL || c == ':')
804 if (temp[0] == 'W' && temp[1] == ';')
927 if (temp[1] == ':')
929 if (temp[2] == ':')
778 char *temp = my_index (optstring, c); local
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-pre.c616 bitmap temp = BITMAP_ALLOC (&grand_bitmap_obstack); local
619 bitmap_copy (temp, dest->expressions);
620 EXECUTE_IF_SET_IN_BITMAP (temp, 0, i, bi)
627 BITMAP_FREE (temp);
637 bitmap temp = BITMAP_ALLOC (&grand_bitmap_obstack); local
640 bitmap_copy (temp, dest->expressions);
641 EXECUTE_IF_SET_IN_BITMAP (temp, 0, i, bi)
648 BITMAP_FREE (temp);
2303 tree temp, name; local
2425 temp
2479 tree temp; local
2905 tree temp = NULL_TREE; local
3023 tree temp; local
3154 tree temp = pool_alloc (reference_node_pool); local
3162 tree temp = pool_alloc (modify_expr_node_pool); local
[all...]
H A Dcombine.c932 rtx temp = XEXP (links, 0);
933 if ((set = single_set (temp)) != 0
934 && (note = find_reg_equal_equiv_note (temp)) != 0
948 i2mod = temp;
1856 rtx temp;
1886 temp = i1, i1 = i2, i2 = temp;
1972 && (temp = single_set (i2)) != 0
1973 && (GET_CODE (SET_SRC (temp)) == CONST_INT
1974 || GET_CODE (SET_SRC (temp))
925 rtx temp = XEXP (links, 0); local
1843 rtx temp; local
4160 rtx temp; local
4397 rtx temp; local
4845 rtx temp; local
5697 rtx temp = gen_rtx_ZERO_EXTEND (GET_MODE (x), XEXP (x, 0)); local
6123 rtx temp = gen_rtx_ZERO_EXTEND (mode, new); local
6304 rtx temp = gen_rtx_ZERO_EXTEND (pos_mode, pos_rtx); local
6838 rtx op0, op1, temp; local
7581 rtx temp; local
10465 unsigned HOST_WIDE_INT temp = const_op & GET_MODE_MASK (mode); local
[all...]
H A Dgcc.c212 /* Nonzero means write "temp" files in source directory
1895 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
2262 /* This is the common prefix we use to make temp file names.
2265 Thus, all temp file names contain this prefix.
2266 In practice, all temp file names start with this prefix.
2305 struct temp_file *temp;
2306 for (temp = always_delete_queue; temp; temp = temp local
2291 struct temp_file *temp; local
2355 struct temp_file *temp; local
2367 struct temp_file *temp; local
3272 const char *temp; local
[all...]
/openbsd-current/usr.bin/cal/
H A Dcal.c465 long temp; local
467 temp = (long)(year - 1) * 365 + leap_years_since_year_1(year - 1)
469 if (temp < FIRST_MISSING_DAY)
470 return ((temp - 1 + SATURDAY) % 7);
471 if (temp >= (FIRST_MISSING_DAY + NUMBER_MISSING_DAYS))
472 return (((temp - 1 + SATURDAY) - NUMBER_MISSING_DAYS) % 7);
/openbsd-current/gnu/gcc/gcc/config/mn10300/
H A Dmn10300.c1642 rtx temp;
1647 temp = PREV_INSN (insn);
1648 while (optimize && temp)
1655 if (GET_CODE (temp) == CODE_LABEL
1656 || GET_CODE (temp) == JUMP_INSN
1657 || GET_CODE (temp) == BARRIER)
1660 if (GET_CODE (temp) == CALL_INSN)
1663 if (GET_CODE (temp) == NOTE)
1665 temp = PREV_INSN (temp);
1639 rtx temp; local
[all...]
/openbsd-current/usr.bin/telnet/
H A Dtelnet.c657 unsigned char temp[50];
663 snprintf((char *)temp, sizeof(temp),
666 ring_supply_data(&netoring, temp, len);
667 printsub('>', &temp[2], len-2);
679 unsigned char temp[50];
684 snprintf((char *)temp, sizeof(temp),
687 len = strlen((char *)temp+4) + 4; /* temp[
655 unsigned char temp[50]; local
677 unsigned char temp[50]; local
774 unsigned char temp[50], *dp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c384 char *temp;
386 temp = strrchr (program_name, '/');
391 if (temp == NULL || (bslash != NULL && bslash > temp))
392 temp = bslash;
393 if (temp == NULL && program_name[0] != '\0' && program_name[1] == ':')
394 temp = program_name + 1;
397 if (temp == NULL)
398 temp = program_name;
400 ++temp;
381 char *temp; local
[all...]
H A Dsize.c124 int temp;
171 temp = strtol (optarg, NULL, 10);
173 temp = atol (optarg);
175 switch (temp)
122 int temp; local
/openbsd-current/usr.bin/ftp/
H A Dutil.c369 char temp[PATH_MAX], *bufp, *cp, *lmode; local
396 if (len + sizeof(TMPFILE) + (cp[len-1] != '/') > sizeof(temp)) {
402 (void)strlcpy(temp, cp, sizeof temp);
403 if (temp[len-1] != '/')
404 temp[len++] = '/';
405 (void)strlcpy(&temp[len], TMPFILE, sizeof temp - len);
406 if ((fd = mkstemp(temp)) == -1) {
407 warn("unable to create temporary file: %s", temp);
[all...]
/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.c361 rtx temp = ((reload_in_progress || reload_completed)
365 operand1, temp, scratch);
380 and we need a second temp register, then we use SCRATCH, which is
388 rtx temp, insn;
402 /* If not during reload, allocate another temp reg here for
405 temp = ((reload_in_progress || reload_completed)
412 emit_insn (gen_movsi_high_pic (temp, addr));
413 emit_insn (gen_movsi_lo_sum_pic (temp, temp, addr));
414 addr = temp;
358 rtx temp = ((reload_in_progress || reload_completed) local
385 rtx temp, insn; local
551 rtx temp[2]; local
598 temp[phase]); local
909 rtx temp; local
1302 rtx temp = gen_rtx_REG (SImode, TEMP_REGNUM); local
1426 rtx temp = gen_rtx_REG (SImode, TEMP_REGNUM); local
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_wpivar.h112 int16_t temp; member in struct:wpi_power_group
174 int temp; member in struct:wpi_softc
/openbsd-current/sys/scsi/
H A Dsafte.c277 config->ntemps * sizeof(u_int8_t) + /* temp sensors */
278 sizeof(u_int16_t); /* temp out of range sensors */
354 * Stash the temp info so we can get out of range status. Limit the
355 * number so the out of temp checks can't go into memory it doesnt own.
604 int64_t temp; local
606 temp = (int64_t)measured;
607 temp += SAFTE_TEMP_OFFSET;
608 temp *= 1000000; /* Convert to micro (mu) degrees. */
610 temp = ((temp
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dixfr.c64 /* block of temp data for allocation */
1689 /* create temp ixfrfile name in buffer for file_num. The num is 1 .. number. */
1691 int file_num, int temp)
1694 snprintf(buf, len, "%s.ixfr%s", zfile, (temp?".temp":""));
1696 (temp?".temp":""));
1700 static int ixfr_file_exists_ctmp(const char* zfile, int file_num, int temp) argument
1704 make_ixfr_name_temp(ixfrfile, sizeof(ixfrfile), zfile, file_num, temp);
1728 int file_num, int silent_enoent, int temp)
1690 make_ixfr_name_temp(char* buf, size_t len, const char* zfile, int file_num, int temp) argument
1727 ixfr_unlink_it_ctmp(const char* zname, const char* zfile, int file_num, int silent_enoent, int temp) argument
1816 ixfr_delete_rest_files(struct zone* zone, struct ixfr_data* from, const char* zfile, int temp) argument
2001 parse_wirerr_into_temp(struct zone* zone, char* fname, struct region* temp, uint8_t* buf, size_t len, const dname_type** dname, struct rr* rr) argument
2065 ixfr_write_rr(struct zone* zone, FILE* out, char* fname, uint8_t* buf, size_t len, struct region* temp, buffer_type* rr_buffer) argument
2095 ixfr_write_rrs(struct zone* zone, FILE* out, char* fname, uint8_t* buf, size_t len, struct region* temp, buffer_type* rr_buffer) argument
2119 struct region* temp, *rrtemp; local
[all...]
/openbsd-current/sys/kern/
H A Dsys_process.c615 int temp = 0; local
638 temp = data;
642 iov.iov_base = (caddr_t)&temp;
654 *retval = temp;
689 temp = ELF_AUX_WORDS * sizeof(char *);
690 if (uio.uio_offset > temp)
692 if (uio.uio_resid > temp - uio.uio_offset)
693 uio.uio_resid = temp - uio.uio_offset;
/openbsd-current/usr.bin/awk/
H A Dtran.c113 char temp[50]; local
123 snprintf(temp, sizeof(temp), "%d", i);
125 setsymtab(temp, *av, result, STR|NUM, ap);
127 setsymtab(temp, *av, 0.0, STR, ap);
176 Cell *cp, *temp; local
186 for (cp = tp->tab[i]; cp != NULL; cp = temp) {
190 temp = cp->cnext; /* avoids freeing then using */
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsize.c124 int temp;
171 temp = strtol (optarg, NULL, 10);
173 temp = atol (optarg);
175 switch (temp)
122 int temp; local
/openbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c139 char temp[CD9660_SECTOR_SIZE]; local
144 memset(temp, 0, CD9660_SECTOR_SIZE);
145 memcpy(temp, tmp->volumeDescriptorData + 1, 5);
148 tmp->sector, tmp->volumeDescriptorData[0], temp);
/openbsd-current/bin/ksh/
H A Dio.c436 struct temp *
437 maketemp(Area *ap, Temp_type type, struct temp **tlist)
439 struct temp *tp;
448 tp = alloc(sizeof(struct temp) + len, ap);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Ddvo_ivch.c267 u16 temp; local
278 if (!ivch_read(dvo, VR00, &temp))
286 if ((temp & VR00_BASE_ADDRESS_MASK) != dvo->slave_addr) {
289 (temp & VR00_BASE_ADDRESS_MASK), dvo->slave_addr);
/openbsd-current/gnu/llvm/llvm/utils/
H A DGenLibDeps.pl265 my %temp = %DepLibs;
268 next if defined $temp{$objdeps};
269 push(@{$temp{$objdeps}}, $obj);
273 %DepLibs = %temp;
/openbsd-current/sys/dev/i2c/
H A Dpijuice.c275 pijuice_get_temp(struct pijuice_softc *sc, uint8_t *temp) argument
285 *temp = (uint8_t)data[0];
288 *temp = *temp - (1 << 8);
/openbsd-current/gnu/usr.bin/perl/lib/
H A D_charnames.pm168 my $temp = CORE::hex $1;
169 $temp = utf8::unicode_to_native($temp) if $value =~ /^[Uu]\+/;
170 $value = $temp;
/openbsd-current/lib/libcurses/tinfo/
H A Ddb_iterator.c87 char temp[PATH_MAX]; local
88 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "%s%s", name, DBM_SUFFIX);
89 if (stat(temp, sb) == 0 && S_ISREG(sb->st_mode) && sb->st_size) {

Completed in 680 milliseconds

<<11121314151617181920>>