Searched refs:temp (Results 151 - 175 of 1594) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistexpand.c146 char *temp; local
243 temp = (char *)xmalloc (1 + which);
245 strncpy (temp, string + local_index, which);
246 temp[which] = '\0';
255 history_offset = history_length; xfree (temp) ; return (char *)NULL; \
260 if (*temp == '\0' && substring_okay)
264 xfree (temp);
265 temp = savestring (search_string);
274 local_index = (*search_func) (temp, -1);
291 search_string = temp;
377 char *temp; local
529 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
918 char *temp; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dhistexpand.c146 char *temp; local
245 temp = (char *)xmalloc (1 + which);
247 strncpy (temp, string + local_index, which);
248 temp[which] = '\0';
257 history_offset = history_length; xfree (temp) ; return (char *)NULL; \
262 if (*temp == '\0' && substring_okay)
266 xfree (temp);
267 temp = savestring (search_string);
276 local_index = (*search_func) (temp, -1);
293 search_string = temp;
379 char *temp; local
534 char *event, *temp, *result, *tstr, *t, c, *word_spec; local
923 char *temp; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.h162 } temp; /* Temporary for some macros. */
272 Also, we can avoid using the `temp' slot, to make faster code. */
435 ( (h)->temp.tempint = (length), \
436 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
437 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
440 ( (h)->temp.tempint = (length), \
441 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
442 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
443 memcpy ((h)->next_free, where, (h)->temp.tempint), \
444 (h)->next_free += (h)->temp
161 } temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.h162 } temp; /* Temporary for some macros. */
272 Also, we can avoid using the `temp' slot, to make faster code. */
435 ( (h)->temp.tempint = (length), \
436 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
437 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
440 ( (h)->temp.tempint = (length), \
441 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
442 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
443 memcpy ((h)->next_free, where, (h)->temp.tempint), \
444 (h)->next_free += (h)->temp
161 } temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_i2c.c52 uint32_t temp; local
58 temp = RREG32(rec->mask_clk_reg);
59 temp &= ~(1 << 16);
60 WREG32(rec->mask_clk_reg, temp);
64 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
65 WREG32(rec->a_clk_reg, temp);
67 temp = RREG32(rec->a_data_reg) & ~rec->a_data_mask;
68 WREG32(rec->a_data_reg, temp);
71 temp = RREG32(rec->en_clk_reg) & ~rec->en_clk_mask;
72 WREG32(rec->en_clk_reg, temp);
94 uint32_t temp; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dobstack.h174 } temp; /* Temporary for some macros. */ member in struct:obstack
283 Also, we can avoid using the 'temp' slot, to make faster code. */
448 ((h)->temp.i = (length), \
449 ((obstack_room (h) < (h)->temp.i) \
450 ? (_obstack_newchunk (h, (h)->temp.i), 0) : 0), \
454 ((h)->temp.i = (length), \
455 ((obstack_room (h) < (h)->temp.i) \
456 ? (_obstack_newchunk ((h), (h)->temp.i), 0) : 0), \
457 memcpy ((h)->next_free, where, (h)->temp.i), \
458 (h)->next_free += (h)->temp
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Ddev_net.c199 char temp[FNAME_SIZE]; local
275 memcpy(&temp[0], &rootpath[i], strlen(&rootpath[i])+1);
276 memcpy(&rootpath[0], &temp[0], strlen(&rootpath[i])+1);
285 * snprintf(temp, sizeof(temp), "%6D", d->myea, ":");
289 memset(temp, '\0', sizeof(temp));
293 strncat(temp, "0", 1);
296 strncat(temp, num, 2);
299 strncat(temp, "
[all...]
/netbsd-current/sys/dev/i2c/
H A Dlm75.c494 int temp; local
501 temp = (int8_t) buf[0];
502 temp = (temp << 1) + ((buf[1] >> 7) & 0x1);
506 val = temp / 2;
508 val = temp * 500000 + 273150000;
516 int temp; local
522 temp = (int8_t)buf[0];
523 temp = (temp <<
537 int temp; local
559 int temp; local
572 int temp; local
585 int temp; local
619 int temp, error; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgammaonethird.c174 mpfr_t temp; local
176 mpfr_init2 (temp, prec + 4);
181 mpfr_set_ui (temp, 3, MPFR_RNDN);
182 mpfr_sqrt (temp, temp, MPFR_RNDN);
183 mpfr_mul (temp, y1, temp, MPFR_RNDN);
188 mpfr_div (y2, y2, temp, MPFR_RNDN);
190 mpfr_clear (temp);
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.c50 } temp; member in struct:__anon16213
146 && coder->temp.pos == coder->temp.size) {
147 coder->temp.pos = 0;
148 coder->temp.size = 0;
153 coder->temp.buffer, &coder->temp.size,
158 else if (ret != LZMA_OK || coder->temp.size == 0)
163 if (coder->temp.size != 0)
172 const lzma_ret ret = decode_buffer(coder, coder->temp
[all...]
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dacl.c1388 char *temp; local
1390 temp = strtok (founduserpart, "!\t");
1497 char *temp; local
1498 temp = xmalloc (2);
1499 temp[0] = fperms[j];
1500 temp[1] = '\0';
1503 &tempfperms_len, temp);
1504 free (temp);
1562 char *temp; local
1563 temp
1624 char *temp; local
1686 char *temp; local
1952 char *temp; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem_sec.c348 SH_LIST *temp; local
353 temp = (SH_LIST *)ptr;
354 temp->next = *(SH_LIST **)list;
355 OPENSSL_assert(temp->next == NULL || WITHIN_ARENA(temp->next));
356 temp->p_next = (SH_LIST **)list;
358 if (temp->next != NULL) {
359 OPENSSL_assert((char **)temp->next->p_next == list);
360 temp->next->p_next = &(temp
368 SH_LIST *temp, *temp2; local
559 char *temp = sh.freelist[slist]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c376 SH_LIST *temp; local
381 temp = (SH_LIST *)ptr;
382 temp->next = *(SH_LIST **)list;
383 OPENSSL_assert(temp->next == NULL || WITHIN_ARENA(temp->next));
384 temp->p_next = (SH_LIST **)list;
386 if (temp->next != NULL) {
387 OPENSSL_assert((char **)temp->next->p_next == list);
388 temp->next->p_next = &(temp
396 SH_LIST *temp, *temp2; local
636 char *temp = sh.freelist[slist]; local
[all...]
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c123 l_fp temp; local
124 temp.l_i = i;
125 temp.l_uf = f;
127 return temp;
133 l_fp temp = first; local
134 L_ADD(&temp, &second);
136 return temp;
142 l_fp temp = first; local
143 L_SUB(&temp, &second);
145 return temp;
151 l_fp temp = first; local
160 l_fp temp = first; local
185 l_fp temp; local
193 l_fp temp = *second; local
445 l_fp temp = l_fp_subtract(op1, op3); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinstall.texi2html55 $MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
57 sed -e 's/_002d/-/g' -e 's/_002a/*/g' $DESTDIR/temp.html > $DESTDIR/$x
58 rm $DESTDIR/temp.html
/netbsd-current/external/gpl3/gcc/dist/gcc/doc/
H A Dinstall.texi2html55 $MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
57 sed -e 's/_002d/-/g' -e 's/_002a/*/g' $DESTDIR/temp.html > $DESTDIR/$x
58 rm $DESTDIR/temp.html
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Drsaz_exp.c269 BN_ULONG *temp = (BN_ULONG *)(table + 16 * 8 * 8 + 8 * 8);
276 temp[0] = 0 - m[0];
277 temp[1] = ~m[1];
278 temp[2] = ~m[2];
279 temp[3] = ~m[3];
280 temp[4] = ~m[4];
281 temp[5] = ~m[5];
282 temp[6] = ~m[6];
283 temp[7] = ~m[7];
284 rsaz_512_scatter4(table, temp,
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp.c269 BN_ULONG *temp = (BN_ULONG *)(table + 16 * 8 * 8 + 8 * 8);
276 temp[0] = 0 - m[0];
277 temp[1] = ~m[1];
278 temp[2] = ~m[2];
279 temp[3] = ~m[3];
280 temp[4] = ~m[4];
281 temp[5] = ~m[5];
282 temp[6] = ~m[6];
283 temp[7] = ~m[7];
284 rsaz_512_scatter4(table, temp,
[all...]
/netbsd-current/sys/arch/x86/pci/
H A Damdzentemp.c93 * provide the current temp. bit 19, when clear, means the temp is reported in
293 uint32_t val, temp; local
303 temp = __SHIFTOUT(val, F10_TEMP_CURTMP);
306 edata->value_cur = (temp * 125000) + 273150000;
326 uint32_t temp; local
333 error = amdsmn_read(sc->sc_smn, AMD_17H_CUR_TMP, &temp);
338 minus49 = (temp & AMD_17H_CUR_TMP_RANGE_SEL) ?
340 temp = __SHIFTOUT(temp, F10_TEMP_CURTM
455 uint32_t temp; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_temp.c36 therm->bios_sensor.thrs_fan_boost.temp = 90;
39 therm->bios_sensor.thrs_down_clock.temp = 95;
42 therm->bios_sensor.thrs_critical.temp = 105;
45 therm->bios_sensor.thrs_shutdown.temp = 135;
148 int temp = therm->func->temp_get(therm); local
152 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) {
155 } else if (temp <= thrs->temp - thrs->hysteresis &&
204 sensor->thrs_fan_boost.temp,
[all...]

Completed in 480 milliseconds

1234567891011>>