Searched refs:temp (Results 226 - 250 of 820) sorted by relevance

1234567891011>>

/openbsd-current/gnu/lib/libiberty/src/
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;
H A Dcplus-dem.c1574 string temp; local
1606 /* temp is initialized in do_type */
1607 success = do_type (work, mangled, &temp);
1610 string_appends (tname, &temp);
1612 string_delete(&temp);
1941 string temp; local
2015 /* temp is initialized in do_type */
2016 success = do_type (work, mangled, &temp);
2019 string_appends (tname, &temp);
2024 int len = temp
3129 string temp; local
3506 string temp; local
3513 string temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_thermal.c337 int temp; local
339 temp = RREG32_SOC15(THM, 0, mmCG_MULT_THERMAL_STATUS);
341 temp = (temp & CG_MULT_THERMAL_STATUS__CTF_TEMP_MASK) >>
344 temp = temp & 0x1ff;
346 temp *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
348 return temp;
/openbsd-current/sys/dev/acpi/
H A Dtipmic.c68 int32_t temp; member in struct:acpi_lpat
235 sc->sc_lpat[i].temp = aml_val2int(res.v_package[2 * i]);
262 temp0 = lpat[i - 1].temp;
264 delta_temp = lpat[i].temp - temp0;
303 int32_t temp; local
378 temp = tipmic_raw_to_temp(sc, raw);
379 if (temp < 0)
382 *value = temp;
/openbsd-current/gnu/usr.bin/perl/ext/ExtUtils-Miniperl/lib/ExtUtils/
H A DMiniperl.pm11 my $temp;
14 return if !defined $temp || !-e $temp;
15 unlink $temp or warn "Can't unlink '$temp': $!";
23 $temp = $real;
24 $temp =~ s/(?:.c)?\z/.new/;
25 open $fh, '>', $temp
26 or die "Can't open '$temp' for writing: $!";
192 close $fh or die "Can't close '$temp'
[all...]
/openbsd-current/gnu/gcc/libcpp/
H A Dexpr.c593 unsigned int temp; local
602 temp = cpp_classify_number (pfile, token);
603 switch (temp & CPP_N_CATEGORY)
610 if (!(temp & CPP_N_IMAGINARY))
611 return cpp_interpret_integer (pfile, token, temp);
627 &temp, &unsignedp);
664 _cpp_test_assertion (pfile, &temp);
666 result.low = temp;
1426 cpp_num_part middle[2], temp;
1434 temp
1425 cpp_num_part middle[2], temp; local
1455 cpp_num result, temp; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcppexp.c573 unsigned int temp; local
579 temp = cpp_classify_number (pfile, token);
580 switch (temp & CPP_N_CATEGORY)
587 if (!(temp & CPP_N_IMAGINARY))
588 return cpp_interpret_integer (pfile, token, temp);
604 &temp, &unsignedp);
649 _cpp_test_assertion (pfile, &temp);
651 result.low = temp;
1469 cpp_num_part middle[2], temp;
1477 temp
1468 cpp_num_part middle[2], temp; local
1499 cpp_num result, temp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h254 unsigned char temp[NLM_TARGET_LONG_SIZE]; variable
270 amt = sizeof (temp);
271 if (bfd_bread ((PTR) temp, amt, abfd) != amt)
273 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
277 amt = sizeof (temp);
278 if (bfd_bread ((PTR) temp, amt, abfd) != amt)
280 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
320 unsigned char temp[NLM_TARGET_LONG_SIZE]; variable
335 (bfd_byte *) temp);
336 amt = sizeof (temp);
1022 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. */ variable
1848 bfd_byte temp[NLM_TARGET_LONG_SIZE]; variable
1930 bfd_byte temp[NLM_TARGET_LONG_SIZE]; variable
[all...]
H A Darchive.c1074 char *temp = bfd_ardata (abfd)->extended_names;
1075 char *limit = temp + namedata->parsed_size;
1076 for (; temp < limit; ++temp)
1078 if (*temp == '\012')
1079 temp[temp[-1] == '/' ? -1 : 0] = '\0';
1080 if (*temp == '\\')
1081 *temp = '/';
1290 char *temp
1069 char *temp = bfd_ardata (abfd)->extended_names; local
1285 char *temp = hdr->ar_name + 2; local
1336 char *temp, *temp1; local
1925 bfd_byte temp[4]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h77 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
91 amt = sizeof (temp);
92 if (bfd_bread ((void *) temp, amt, abfd) != amt)
94 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
97 amt = sizeof (temp);
98 if (bfd_bread ((void *) temp, amt, abfd) != amt)
100 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
570 bfd_byte temp[NLM_TARGET_LONG_SIZE]; local
584 put_word (abfd, (bfd_vma) nlm_variable_header (abfd)->stackSize, temp);
585 amt = sizeof (temp);
903 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Symbol offsets read into here. */ local
1786 bfd_byte temp[NLM_TARGET_LONG_SIZE]; local
1868 bfd_byte temp[NLM_TARGET_LONG_SIZE]; local
[all...]
/openbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c70 char *temp; local
84 temp = estrdup(boot_info);
86 sysname = temp;
91 free(temp);
112 free(temp);
120 free(temp);
343 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
405 temp = default_entry;
445 temp = cd9660_boot_setup_section_entry(tmp_disk);
446 if (temp
[all...]
/openbsd-current/usr.bin/m4/
H A Deval.c404 char *temp; local
406 temp = xstrdup(argv[2]);
408 fd = mkstemp(temp);
411 "%s at line %lu: couldn't make temp file %s",
414 pbstr(temp);
415 free(temp);
427 char *temp; local
429 temp = xalloc(strlen(argv[2])+1, NULL);
431 map(temp, argv[2], argv[3], argv[4]);
433 map(temp, arg
[all...]
/openbsd-current/lib/libcrypto/modes/
H A Dccm128.c220 } temp; local
222 memcpy(temp.c, inp, 16);
223 ctx->cmac.u[0] ^= temp.u[0];
224 ctx->cmac.u[1] ^= temp.u[1];
233 temp.u[0] ^= scratch.u[0];
234 temp.u[1] ^= scratch.u[1];
235 memcpy(out, temp.c, 16);
302 } temp; local
307 memcpy(temp.c, inp, 16);
308 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10300/
H A Dmn10300.c1034 rtx temp;
1039 temp = PREV_INSN (insn);
1040 while (optimize && temp)
1047 if (GET_CODE (temp) == CODE_LABEL
1048 || GET_CODE (temp) == JUMP_INSN
1049 || GET_CODE (temp) == BARRIER)
1052 if (GET_CODE (temp) == CALL_INSN)
1055 if (GET_CODE (temp) == NOTE)
1057 temp = PREV_INSN (temp);
1031 rtx temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v10.c520 uint32_t temp; local
562 temp = RREG32(mmCP_HQD_IQ_TIMER);
563 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, PROCESSING_IQ)) {
567 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
568 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, RETRY_TYPE)
575 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, WAIT_TIME)
591 temp = RREG32(mmCP_HQD_DEQUEUE_REQUEST);
592 if (!(temp & CP_HQD_DEQUEUE_REQUEST__IQ_REQ_PEND_MASK))
611 temp = RREG32_SOC15(GC, 0, mmCP_HQD_ACTIVE);
612 if (!(temp
631 uint32_t temp; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c2196 char *temp; local
2208 num_printed = asprintf (&temp, "%s_%u",
2214 num_printed = asprintf (&temp, "D.%u", DECL_UID (decl));
2218 res = ggc_strdup (temp);
2219 free (temp);
2401 struct constraint_expr temp; local
2403 temp.offset = 0;
2404 temp.var = integer_id;
2405 temp.type = SCALAR;
2406 VEC_safe_push (ce_s, heap, *results, &temp);
2522 struct constraint_expr temp; local
2736 struct constraint_expr temp; local
2754 struct constraint_expr temp; local
3306 varinfo_t temp = get_varinfo (c2->var); local
4318 struct constraint_expr temp = lhs; local
[all...]
/openbsd-current/usr.sbin/vmd/
H A Dvirtio.c1110 struct virtio_dev *dev, temp; local
1141 sz = atomicio(read, dev->sync_fd, &temp, sizeof(temp));
1142 if (sz != sizeof(temp)) {
1149 temp.vionet.vq[RXQ].q_hva = NULL;
1150 temp.vionet.vq[TXQ].q_hva = NULL;
1151 temp.async_fd = -1;
1152 temp.sync_fd = -1;
1153 memset(&temp.async_iev, 0, sizeof(temp
1168 struct virtio_dev *dev, temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr100.c1788 uint32_t temp = idx_value >> 4; local
1790 track->textures[i].enabled = !!(temp & (1 << i));
2822 uint32_t temp; local
2824 temp = RREG32(RADEON_CONFIG_CNTL);
2826 temp &= ~RADEON_CFG_VGA_RAM_EN;
2827 temp |= RADEON_CFG_VGA_IO_DIS;
2829 temp &= ~RADEON_CFG_VGA_IO_DIS;
2831 WREG32(RADEON_CONFIG_CNTL, temp);
3150 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local
3261 temp
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f240 double precision xx,yy,temp,error local in subroutine:error_check
246 !$omp parallel do private(xx,yy,temp) reduction(+:error)
251 temp = u(i,j) - (1.0-xx*xx)*(1.0-yy*yy)
252 error = error + temp*temp
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mn10200/
H A Dmn10200.c1514 rtx temp;
1538 temp = PREV_INSN (insn);
1539 while (temp)
1546 if (GET_CODE (temp) == CODE_LABEL
1547 || GET_CODE (temp) == JUMP_INSN
1548 || GET_CODE (temp) == BARRIER)
1551 if (GET_CODE (temp) == CALL_INSN)
1554 if (GET_CODE (temp) == NOTE)
1556 temp = PREV_INSN (temp);
1511 rtx temp; local
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetopt.c607 char *temp = my_index (optstring, c);
613 if (temp == NULL || c == ':')
626 if (temp[1] == ':')
628 if (temp[2] == ':')
603 char *temp = my_index (optstring, c); local
/openbsd-current/lib/libc/stdlib/
H A Dradixsort.c127 stack s[SIZE], *sp, *sp0, *sp1, temp; local
187 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
215 stack s[512], *sp, *sp0, *sp1, temp; local
268 swap(*sp0, *sp1, temp);
270 for (ak = ta + n, ai = a+n; ak > ta;) /* Copy to temp. */
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt.c615 char *temp = my_index (optstring, c);
621 if (temp == NULL || c == ':')
631 if (temp[1] == ':')
633 if (temp[2] == ':')
611 char *temp = my_index (optstring, c); local
/openbsd-current/usr.bin/mail/
H A DMakefile6 popen.c quit.c send.c strings.c temp.c tty.c util.c vars.c

Completed in 513 milliseconds

1234567891011>>