Searched refs:temp (Results 201 - 225 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/stand/common/
H A Disapnp.c129 u_char temp; local
143 temp = inb(isapnp_readport);
145 buffer[i] = temp;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h342 long temp; local
344 *res = temp = strtol(cp, &end, base);
351 if (temp != (int)temp)
360 unsigned long temp; local
362 *res = temp = strtoul(cp, &end, base);
369 if (temp != (unsigned int)temp)
378 unsigned long temp; local
380 *res = temp
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c172 int temp_stdout; /* temp storage for stdout descriptor */
173 int temp_stderr; /* temp storage for stderr descriptor */
693 unsigned char *temp; /* temporary pointer */ local
709 temp = point;
714 temp++;
716 temp++; /* increase length of line by one */
717 while (point < temp)
719 temp2=temp - 1;
720 *temp= *temp2; /* shift characters over by one */
721 temp
883 int temp; local
1013 unsigned char *temp; /* temporary pointer to position in line */ local
1067 unsigned char *temp; local
2159 int temp; local
2811 int temp; local
3349 int temp; local
4358 char *temp; local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c86 FILETIME temp; local
92 SystemTimeToFileTime(&epoch, &temp);
230 FILETIME temp; local
234 SystemTimeToFileTime(&epoch, &temp);
238 i2.LowPart = temp.dwLowDateTime;
239 i2.HighPart = temp.dwHighDateTime;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dutils.c361 atf_dynstr_t temp; local
364 error = atf_dynstr_init(&temp);
369 error = atf_dynstr_append_fmt(&temp, "%c", ch);
374 if (cnt == 0 && atf_dynstr_length(&temp) == 0) {
375 atf_dynstr_fini(&temp);
378 return atf_dynstr_fini_disown(&temp);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusbtest.c65 uint32_t temp; local
74 temp = noise_rem;
78 temp ^= 0x800000;
79 if (temp & 0x800000) {
80 temp |= (-0x800000);
82 return temp;
/freebsd-11-stable/contrib/gcclibs/libiberty/
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;
/freebsd-11-stable/contrib/groff/
H A DMakefile.ccpg20 depend.temp: $(GENSRCS) $(YTABC)
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp123 symbol temp(*pp, 1); /* insert it into the new table */
124 unused(&temp);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp479 double temp; /* temporary calculating area */ local
523 if ((temp = bottompoint - toppoint) < 0.1)
524 temp = 0.1;
525 temp = (height != 0.0) ? height / (temp * SCREENtoINCH) : BIG;
530 if (temp == BIG && troffscale == BIG)
533 if (temp < troffscale)
534 troffscale = temp;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dpartition.c93 int temp = elem1; local
95 elem2 = temp;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spinlock.h320 unsigned int temp, result; local
350 : [res] "=&r" (result), [tmp] "=&r" (temp), [val] "+m" (lock->value), [lid] "+m" (lock->core_num)
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_cp.c852 u32 temp; local
860 temp = IGP_READ_MCIND(dev_priv, RS480_MC_MISC_CNTL);
871 temp = IGP_READ_MCIND(dev_priv, RS480_GART_FEATURE_ID);
877 temp = dev_priv->gart_info.bus_addr & 0xfffff000;
878 temp |= (upper_32_bits(dev_priv->gart_info.bus_addr) & 0xff) << 4;
879 IGP_WRITE_MCIND(RS480_GART_BASE, temp);
881 temp = IGP_READ_MCIND(dev_priv, RS480_AGP_MODE_CNTL);
888 temp = (((dev_priv->gart_vm_start - 1 + dev_priv->gart_size) &
891 radeon_write_agp_location(dev_priv, temp);
893 temp
923 u32 temp; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_hdmi.c656 u32 temp; local
662 temp = I915_READ(intel_hdmi->sdvox_reg);
679 I915_WRITE(intel_hdmi->sdvox_reg, temp & ~SDVO_ENABLE);
683 temp |= enable_bits;
685 I915_WRITE(intel_hdmi->sdvox_reg, temp);
692 I915_WRITE(intel_hdmi->sdvox_reg, temp);
702 u32 temp; local
705 temp = I915_READ(intel_hdmi->sdvox_reg);
713 if (temp & SDVO_PIPE_B_SELECT) {
714 temp
1031 u32 temp = I915_READ(PEG_BAND_GAP_DATA); local
[all...]
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c670 struct target_address *addrs, *temp, *prev; local
690 SLIST_FOREACH(temp, &target_addresslist, ta) {
691 if ((cmp = strcmp(aname, temp->name)) <= 0)
693 prev = temp;
696 if (temp == NULL || cmp < 0)
699 SLIST_INSERT_AFTER(temp, addrs, ta);
771 struct target_param *param, *temp, *prev; local
789 SLIST_FOREACH(temp, &target_paramlist, tp) {
790 if ((cmp = strcmp(pname, temp->name)) <= 0)
792 prev = temp;
836 struct target_notify *notify, *temp, *prev; local
[all...]
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ure.c222 uint8_t temp[4]; local
228 ure_read_mem(sc, reg, index, &temp, 4);
229 val = UGETDW(temp);
239 uint8_t temp[4]; local
245 ure_read_mem(sc, reg, index, &temp, 4);
246 val = UGETDW(temp);
255 uint8_t temp[4]; local
257 ure_read_mem(sc, reg, index, &temp, 4);
258 return (UGETDW(temp));
265 uint8_t temp[ local
286 uint8_t temp[4]; local
306 uint8_t temp[4]; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dexpr.c596 unsigned int temp; local
605 temp = cpp_classify_number (pfile, token);
606 switch (temp & CPP_N_CATEGORY)
613 if (!(temp & CPP_N_IMAGINARY))
614 return cpp_interpret_integer (pfile, token, temp);
630 &temp, &unsignedp);
667 _cpp_test_assertion (pfile, &temp);
669 result.low = temp;
1429 cpp_num_part middle[2], temp;
1437 temp
1428 cpp_num_part middle[2], temp; local
1458 cpp_num result, temp; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c68 static struct name_table_entry temp; local
174 temp.nte_name = tp->ext_Names[offset];
175 temp.nte_type = token_type;
176 temp.nte_index = (short) tindex;
177 temp.nte_link = -1;
179 return &temp;
563 char temp[3]; local
564 temp[0] = (char) code;
565 temp[1] = (char) src;
566 temp[
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c324 wchar_t *temp = dlg_calloc(wchar_t, len + 1); local
326 if (temp != 0) {
329 code = mbsrtowcs(temp, &src, (size_t) part, &state);
330 cache->i_len = ((int) code >= 0) ? wcslen(temp) : 0;
332 free(temp);
420 wchar_t temp[2]; local
428 memset(temp, 0, sizeof(temp));
429 check = mbrtowc(temp,
436 result = wcwidth(temp[
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dccm128.c214 } temp; local
216 memcpy(temp.c, inp, 16);
217 ctx->cmac.u[0] ^= temp.u[0];
218 ctx->cmac.u[1] ^= temp.u[1];
227 temp.u[0] ^= scratch.u[0];
228 temp.u[1] ^= scratch.u[1];
229 memcpy(out, temp.c, 16);
294 } temp; local
299 memcpy(temp.c, inp, 16);
300 ctx->cmac.u[0] ^= (scratch.u[0] ^= temp
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c68 char *temp; local
82 temp = estrdup(boot_info);
84 sysname = temp;
89 free(temp);
113 free(temp);
121 free(temp);
365 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
445 temp = default_entry;
488 temp = cd9660_boot_setup_section_entry(tmp_disk);
489 if (temp
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Deval.c409 char *temp; local
411 temp = xstrdup(argv[2]);
413 fd = mkstemp(temp);
416 "%s at line %lu: couldn't make temp file %s",
419 pbstr(temp);
420 free(temp);
432 char *temp; local
434 temp = xalloc(strlen(argv[2])+1, NULL);
436 map(temp, argv[2], argv[3], argv[4]);
438 map(temp, arg
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c414 int temp, tamp; local
423 temp = 100;
427 if (x < temp)
428 temp = x;
431 current_time, tamp, temp));
433 if (tamp != temp)
434 temp = 0;
436 return temp;
448 int temp; local
454 temp
[all...]
/freebsd-11-stable/sbin/rcorder/
H A Drcorder.c265 filenode *temp; local
267 temp = emalloc(sizeof(*temp));
268 memset(temp, 0, sizeof(*temp));
269 temp->filename = estrdup(filename);
270 temp->req_list = NULL;
271 temp->prov_list = NULL;
272 temp->keyword_list = NULL;
273 temp
[all...]

Completed in 192 milliseconds

1234567891011>>