Searched refs:temp (Results 351 - 375 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dsplay-tree.c80 splay_tree_node temp; local
100 temp = active;
101 active = (splay_tree_node)(temp->key);
102 (*sp->deallocate) ((char*) temp, sp->allocate_data);
/freebsd-10.1-release/contrib/dialog/
H A Dbuttons.c149 const char *temp = (label + first); local
150 check = string_to_char(&temp);
196 const char *temp = (label + first); local
197 check = string_to_char(&temp);
H A Dheaders-sh.in150 TMPTMP=$TMPDIR/${SHOW}-temp$$
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dsplay-tree.c80 splay_tree_node temp; local
100 temp = active;
101 active = (splay_tree_node)(temp->key);
102 (*sp->deallocate) ((char*) temp, sp->allocate_data);
/freebsd-10.1-release/contrib/groff/src/preproc/refer/
H A Dref.cpp706 string temp;
711 temp += join_authors_exactly_two;
713 temp += join_authors_last_two;
715 temp += join_authors_default;
718 temp += ptr[j];
720 f = temp;
783 string temp; local
784 capitalize(str.contents(), str.contents() + str.length(), temp);
785 str.move(temp);
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c103 SCREEN *temp; local
106 for (each_screen(temp)) {
107 if (temp == sp) {
115 last = temp;
/freebsd-10.1-release/sbin/dump/
H A Ddump.h61 char *temp; /* name of the file for doing rewrite of dumpdates */ variable
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c321 u_int32_t val, temp; local
324 temp = MS(val, AR_PHY_RADAR_0_FIRPWR);
325 temp |= ~(AR_PHY_RADAR_0_FIRPWR >> AR_PHY_RADAR_0_FIRPWR_S);
326 pe->pe_firpwr = temp;
/freebsd-10.1-release/sys/dev/sfxge/common/
H A Dsiena_nvram.c662 uint16_t temp[4]; local
689 temp[0] = EFX_WORD_FIELD(dcfg->fw_version[partn].version_w,
691 temp[1] = EFX_WORD_FIELD(dcfg->fw_version[partn].version_x,
693 temp[2] = EFX_WORD_FIELD(dcfg->fw_version[partn].version_y,
695 temp[3] = EFX_WORD_FIELD(dcfg->fw_version[partn].version_z,
697 if (memcmp(version, temp, sizeof (temp)) < 0)
698 memcpy(version, temp, sizeof (temp));
/freebsd-10.1-release/sys/mips/rmi/
H A Dxlr_pci.c224 uint32_t temp = 0; local
229 temp = bswap32(*p);
236 temp = ~0x0;
239 return (temp);
/freebsd-10.1-release/sys/powerpc/include/
H A Datomic.h436 u_int result,temp; local
445 : "=&r"(result), "=&r"(temp), "=m" (*addr)
457 u_long result,temp; local
466 : "=&r"(result), "=&r"(temp), "=m" (*addr)
/freebsd-10.1-release/usr.bin/csup/
H A Dmisc.c397 char *cp, *temp; local
411 xasprintf(&temp, "%s-%ld.%d", TEMPNAME_PREFIX,
414 xasprintf(&temp, "%.*s%s-%ld.%d", (int)(cp - path + 1), path,
416 return (temp);
/freebsd-10.1-release/usr.bin/m4/
H A Dgnum4.c524 char temp[2]; local
579 temp[0] = strtoul(argv[pos++], NULL, 10);
580 temp[1] = 0;
581 thisarg = temp;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c177 struct tp_entry *temp; local
182 temp = bridge_addrs_find_pos(headp, te->sysindex);
184 if (temp == NULL)
187 TAILQ_INSERT_AFTER(headp, temp, te, tp_e);
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_hub.c2388 usb_ticks_t temp; local
2417 temp = ticks - udev->pwr_save.last_xfer_time;
2426 } else if ((temp >= limit) &&
2459 temp = ticks - udev->pwr_save.last_xfer_time;
2465 if (temp < mintime)
2466 mintime = temp;
2731 usb_timeout_t temp; local
2737 temp = usbd_get_dma_delay(udev);
2738 if (temp != 0)
2739 usb_pause_mtx(NULL, USB_MS_TO_TICKS(temp));
2799 int8_t temp; local
[all...]
/freebsd-10.1-release/contrib/unbound/services/
H A Dlocalzone.c975 sldns_buffer* buf, struct regional* temp,
997 buf, 0, 0, temp, udpsize, edns,
1008 struct edns_data* edns, sldns_buffer* buf, struct regional* temp,
1036 return local_encode(qinfo, edns, buf, temp, &r, 1,
1039 return local_encode(qinfo, edns, buf, temp, lr->rrset, 1,
1049 * @param temp: temp region for encoding
1055 struct edns_data* edns, sldns_buffer* buf, struct regional* temp,
1079 return local_encode(qinfo, edns, buf, temp,
1096 return local_encode(qinfo, edns, buf, temp,
974 local_encode(struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct ub_packed_rrset_key* rrset, int ansec, int rcode) argument
1007 local_data_answer(struct local_zone* z, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, int labs, struct local_data** ldp) argument
1054 lz_zone_answer(struct local_zone* z, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct local_data* ld) argument
1109 local_zones_answer(struct local_zones* zones, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp) argument
[all...]
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_dump.c660 uint32_t temp, xaui_reg, i; local
667 ret = qls_rd_ofunc_serdes_reg(ha, xaui_reg, &temp);
669 temp = 0;
671 if ((temp & Q81_XAUI_POWERED_UP) == Q81_XAUI_POWERED_UP)
674 ret = qls_rd_serdes_reg(ha, xaui_reg, &temp);
676 temp = 0;
678 if ((temp & Q81_XAUI_POWERED_UP) == Q81_XAUI_POWERED_UP)
681 ret = qls_rd_serdes_reg(ha, 0x1E06, &temp);
683 temp = 0;
685 if ((temp
[all...]
/freebsd-10.1-release/sys/dev/sound/usb/
H A Duaudio.c1468 uint32_t temp; local
1469 temp = min;
1471 max = temp;
1977 uint64_t temp; local
2002 temp = UGETDW(buf);
2004 DPRINTF("Value = 0x%08x\n", (int)temp);
2009 temp &= 0x0fffffff;
2013 if (temp == 0)
2018 temp = (temp * 12
2276 uint32_t temp = uaudio_get_buffer_size(ch, x); local
2326 uint32_t temp = 2 * uaudio_get_buffer_size(ch, ch->set_alt); local
2495 int temp = 0; local
3145 uint32_t temp = 0; local
5166 uint32_t temp; local
[all...]
/freebsd-10.1-release/sys/dev/agp/
H A Dagp_i810.c2284 uint32_t temp; local
2288 temp = pci_read_config(sc->bdev, AGP_I915_IFPADDR, 4);
2289 if ((temp & 1) != 0) {
2290 temp &= ~1;
2294 (uintmax_t)temp);
2301 error = agp_i915_chipset_flush_alloc_page(dev, temp,
2302 temp + PAGE_SIZE - 1);
2310 temp = rman_get_start(sc->sc_flush_page_res);
2311 pci_write_config(sc->bdev, AGP_I915_IFPADDR, temp | 1, 4);
2320 uint32_t temp; local
2337 uint64_t temp; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-reassoc.c873 struct operand_entry temp = *oe3; local
876 oe1->op = temp.op;
877 oe1->rank= temp.rank;
1149 tree temp; local
1176 temp = binlhs;
1178 binrhs = temp;
1226 tree temp = TREE_OPERAND (rhs, 0); local
1228 TREE_OPERAND (rhs, 1) = temp;
/freebsd-10.1-release/contrib/groff/contrib/mm/
H A DMakefile.sub13 CLEANADD=temp
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp190 MachineInstr* temp = phi; local
192 temp->eraseFromParent();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h317 collection temp (m_map.begin(), m_map.end());
318 m_map.swap(temp);
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c191 char temp[BUFSIZ]; local
194 if ((int) len < (int) sizeof(temp) - 12) {
195 strcpy(temp, _nc_progname);
196 strcat(temp, ": ");
198 strcpy(temp, "tset: ");
200 perror(strncat(temp, msg, sizeof(temp) - strlen(temp) - 2));
/freebsd-10.1-release/sys/dev/acpi_support/
H A Dacpi_ibm.c870 int temp[8]; local
886 &temp[i])) || ABS(temp[i]) == 128 || temp[i] == 0)
887 temp[i] = -1;
890 temp[i] = (temp[i] - 2732 + 5) / 10;
893 error = sysctl_handle_opaque(oidp, &temp, 8*sizeof(int), req);

Completed in 397 milliseconds

<<11121314151617181920>>