Searched refs:temp (Results 176 - 200 of 820) sorted by relevance

1234567891011>>

/openbsd-current/sbin/unwind/libunbound/util/
H A Dmodule.c329 struct inplace_cb* temp = env->inplace_cb_lists[type]; local
332 while(temp) {
333 if(temp->id == id) {
335 env->inplace_cb_lists[type] = temp->next;
336 free(temp);
337 temp = env->inplace_cb_lists[type];
340 prev->next = temp->next;
341 free(temp);
342 temp = prev->next;
346 prev = temp;
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dnode.c52 TAG_ENTRY *temp = tag_table;
53 free (temp->node);
54 free (temp->prev);
55 free (temp->next);
56 free (temp->up);
58 free (temp);
254 NODE_REF *temp = xmalloc (sizeof (NODE_REF));
258 temp->next = node_node_references;
259 temp->node = xstrdup (node);
260 temp
51 TAG_ENTRY *temp = tag_table; local
251 NODE_REF *temp = xmalloc (sizeof (NODE_REF)); local
343 NODE_REF *temp = xmalloc (sizeof (NODE_REF)); local
863 char *temp; local
1275 NODE_REF *list, *temp; local
1293 NODE_REF *list, *temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v8.c396 uint32_t temp; local
432 temp = RREG32(mmCP_HQD_IQ_TIMER);
433 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, PROCESSING_IQ)) {
437 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) {
438 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, RETRY_TYPE)
445 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, WAIT_TIME)
461 temp = RREG32(mmCP_HQD_DEQUEUE_REQUEST);
462 if (!(temp & CP_HQD_DEQUEUE_REQUEST__IQ_REQ_PEND_MASK))
480 temp = RREG32(mmCP_HQD_ACTIVE);
481 if (!(temp
500 uint32_t temp; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dprefix.c95 char *temp = 0; local
102 prefix = getenv (temp = concat (key, "_ROOT", NULL));
107 if (temp)
108 free (temp);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dprefix.c94 char *temp = 0; local
101 prefix = getenv (temp = concat (key, "_ROOT", NULL));
106 if (temp)
107 free (temp);
H A Ddefaults.h65 char *temp = (char *) alloca (len + 3); \
66 temp[0] = 'L'; \
67 strcpy (&temp[1], (NAME)); \
68 temp[len + 1] = '.'; \
69 temp[len + 2] = 0; \
71 ASM_GENERATE_INTERNAL_LABEL (OUTPUT, temp, LABELNO); \
H A Dgcov-io.h225 size_t temp = length + 1; variable
234 if (fwrite (string, temp, 1, file) != 1)
237 temp &= 3;
239 if (temp)
245 if (fwrite (c, sizeof (char), 4 - temp, file) != 4 - temp)
/openbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c173 char temp[18]; local
176 (void)snprintf(temp, sizeof(temp), "%04i%02i%02i%02i%02i%02i%02i",
184 (void)memcpy(buf, temp, 16);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dunicode.t45 temp => $tmp,
59 temp => $tmp,
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dlibworker.h146 * @param temp: temporary buffer for parse.
152 struct regional* temp, enum sec_status msg_security);
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dlibworker.h146 * @param temp: temporary buffer for parse.
152 struct regional* temp, enum sec_status msg_security);
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/afl/
H A Dafl_driver.cpp143 FILE *temp = fopen("/dev/null", "w"); local
144 if (!temp)
146 dup2(fileno(temp), fd);
147 fclose(temp);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_i2c.c93 uint32_t temp; local
127 temp = RREG32(rec->mask_clk_reg);
128 temp &= ~(1 << 16);
129 WREG32(rec->mask_clk_reg, temp);
133 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
134 WREG32(rec->a_clk_reg, temp);
136 temp = RREG32(rec->a_data_reg) & ~rec->a_data_mask;
137 WREG32(rec->a_data_reg, temp);
140 temp = RREG32(rec->en_clk_reg) & ~rec->en_clk_mask;
141 WREG32(rec->en_clk_reg, temp);
163 uint32_t temp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-io.c325 char *temp; local
327 temp = rl_filename_completion_desired ? strrchr (pathname, '/') : (char *)NULL;
329 if (rl_filename_completion_desired && temp == 0 && isalpha (pathname[0]) && pathname[1] == ':')
330 temp = pathname + 1;
332 return (temp ? ++temp : pathname);
409 char *temp; local
465 temp = printable_part (matches[l]);
466 printed_len = print_filename (temp, matches[l]);
482 temp
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_thermal.c295 int temp; local
297 temp = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC,
301 if (temp & 0x200)
302 temp = SMU7_THERMAL_MAXIMUM_TEMP_READING;
304 temp = temp & 0x1ff;
306 temp *= PP_TEMPERATURE_UNITS_PER_CENTIGRADES;
308 return temp;
/openbsd-current/sys/dev/acpi/
H A Dccpmic.c61 int32_t temp; member in struct:acpi_lpat
190 sc->sc_lpat[i].temp = aml_val2int(res.v_package[2 * i]);
217 temp0 = lpat[i - 1].temp;
219 delta_temp = lpat[i].temp - temp0;
238 int32_t temp; local
261 temp = ccpmic_raw_to_temp(sc, raw);
262 if (temp < 0)
265 *value = temp;
/openbsd-current/gnu/lib/libreadline/
H A Dutil.c161 char *homedir, *temp; local
194 temp = (char *)xmalloc (len + 1);
195 strncpy (temp, rl_line_buffer + start, len);
196 temp[len] = '\0';
197 homedir = tilde_expand (temp);
198 free (temp);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dignore.c472 char *temp;
474 temp = xmalloc (strlen (file) + sizeof (CVSADM) + 10);
475 (void) sprintf (temp, "%s/%s", file, CVSADM);
476 if (isdir (temp))
478 free (temp);
481 free (temp);
470 char *temp; local
/openbsd-current/sys/dev/fdt/
H A Dqctsens.c174 int32_t reg, temp; local
182 temp = TSENS_Sn_TEMP(reg);
184 sc->sc_sensor[id].value = 273150000 + 100000 * temp;
197 int32_t reg, temp; local
200 temp = 273150000 + 100000 * TSENS_Sn_TEMP(reg);
203 return temp;
/openbsd-current/sys/dev/usb/
H A Duthum.c641 int temp, rh; local
652 temp = uthum_sht1x_temp(buf[0], buf[1]);
653 rh = uthum_sht1x_rh(buf[2], buf[3], temp);
656 temp += sc->sc_sensor[UTHUM_TEMPERHUM_TEMP].cal_offset;
660 (temp * 10000) + 273150000;
671 int temp; local
694 temp = uthum_ds75_temp(buf[0], buf[1]);
697 temp += sc->sc_sensor[sensor].cal_offset;
699 sc->sc_sensor[sensor].sensor.value = (temp * 10000) + 273150000;
707 int64_t temp; local
776 uthum_sht1x_rh(uint8_t msb, uint8_t lsb, int temp) argument
790 int64_t temp = 0; local
[all...]
H A Dutrh.c203 int temp, rh, flen, olen; local
235 temp = utrh_sht1x_temp(temp_tick);
236 rh = utrh_sht1x_rh(humidity_tick, temp);
238 sc->sc_sensor[UTRH_TEMP].value = (temp * 10000) + 273150000;
253 utrh_sht1x_rh(unsigned int nticks, int temp) argument
258 rh = ((temp - 2500) * (1 + (nticks >> 7)) + rh_l) / 10;
/openbsd-current/sys/dev/ofw/
H A Dofw_thermal.c164 thermal_set_limit_cells(uint32_t *cells, uint32_t temp) argument
175 return ts->ts_set_limit(ts->ts_cookie, &cells[1], temp);
306 int32_t temp, delta; local
310 temp = thermal_get_temperature_cells(tz->tz_sensors);
311 if (temp == THERMAL_SENSOR_MAX)
316 if (temp < tp->tp_temperature && tp != tz->tz_tp)
318 if (temp < tp->tp_temperature - tp->tp_hysteresis)
337 if (temp >= newtp->tp_temperature) {
338 if (temp > tz->tz_temperature)
341 if (temp < t
442 int32_t temp; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlm32-alpha.c604 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */
623 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd)
624 != sizeof (temp))
626 rcount = H_GET_32 (abfd, temp);
799 unsigned char temp[NLM_TARGET_LONG_SIZE];
808 bfd_put_32 (abfd, count + 2, temp);
809 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
602 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ local
795 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c377 char *temp;
379 temp = strrchr (program_name, '/');
384 if (temp == NULL || (bslash != NULL && bslash > temp))
385 temp = bslash;
386 if (temp == NULL && program_name[0] != '\0' && program_name[1] == ':')
387 temp = program_name + 1;
390 if (temp == NULL)
391 temp = program_name;
393 ++temp;
374 char *temp; local
[all...]
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dopen.t433 my $temp = tempfile();
434 my $temp_match = quotemeta $temp;
437 open my $temp_fh, ">", $temp;
439 ok(utime(time()-10, time(), $temp), "set mtime to a known value");
440 ok(chmod(0666, $temp), "set mode to a known value");
441 my ($final_mode, $final_mtime) = (stat $temp)[2, 9];
443 my $fn = "$temp\0.invalid";
444 my $fno = bless \(my $fn2 = "$temp\0.overload"), "OverloadTest";
508 ok(-f $temp, "nothing removed the temp fil
[all...]

Completed in 249 milliseconds

1234567891011>>