Searched refs:temp (Results 126 - 150 of 666) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_tt560.c253 unsigned char temp; local
257 temp = byte_swap.byte[3];
259 byte_swap.byte[0] = temp;
261 temp = byte_swap.byte[2];
263 byte_swap.byte[1] = temp;
H A Dntp_prio_q.c56 node *temp = NULL; local
60 temp = my_queue->front;
62 free(temp);
/freebsd-10.1-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c108 * Permit dates past 1999/12/31. Make lock and temp files faster and safer.
673 char const *temp; local
678 temp = sp;
689 pt->ssymbol = temp;
788 char const *temp; local
794 temp = sp;
801 headstate = temp;
812 pt->status = temp;
1170 struct hshentry *target, *target2, *temp; local
1182 temp
[all...]
/freebsd-10.1-release/contrib/libreadline/
H A Ddisplay.c463 int newlines, lpos, temp, modmark, n0, num; local
518 temp = local_prompt_len + out + 2;
519 if (temp >= line_size)
521 line_size = (temp + 1024) - (temp % 1024);
540 pmtlen = prompt_this_line - rl_display_prompt; /* temp var */
552 temp = pmtlen + out + 2;
553 if (temp >= line_size)
555 line_size = (temp + 1024) - (temp
1208 int temp, lendiff, wsatend, od, nd; local
1755 register char *temp; local
[all...]
H A Dsearch.c455 HIST_ENTRY *temp; local
459 temp = (HIST_ENTRY *)NULL;
474 temp = current_history ();
478 if (prev_line_found && STREQ (prev_line_found, temp->line))
480 prev_line_found = temp->line;
485 if (temp == 0)
507 make_history_line_current (temp);
/freebsd-10.1-release/sys/mips/cavium/usb/
H A Doctusb.c976 octusb_setup_standard_chain_sub(struct octusb_std_temp *temp) argument
981 td = temp->td_next;
982 temp->td = td;
985 temp->td_next = td->obj_next;
988 td->func = temp->func;
989 td->pc = temp->pc;
990 td->offset = temp->offset;
991 td->remainder = temp->len;
994 td->short_pkt = temp->short_pkt;
995 td->alt_next = temp
1001 struct octusb_std_temp temp; local
1285 uint32_t temp; local
[all...]
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_request.c140 int temp; local
146 temp = usb_ctrl_debug.ds_delay;
147 if (temp < 0)
148 temp = 0;
149 else if (temp > (16*1024))
150 temp = (16*1024);
152 dbg->ds_delay = temp;
156 temp = usb_ctrl_debug.ss_delay;
157 if (temp < 0)
158 temp
419 uint16_t temp; local
1088 uint8_t *temp; local
[all...]
/freebsd-10.1-release/sys/dev/bktr/
H A Dbktr_core.c1327 unsigned int temp; local
1401 temp = 0;
1402 if (!(c_temp & 0x40)) temp |= METEOR_STATUS_HCLK;
1403 if (!(c_temp & 0x10)) temp |= METEOR_STATUS_FIDT;
1404 *(u_short *)arg = temp;
1408 temp = *(unsigned long*)arg & BT848_IFORM_FORMAT;
1412 OUTB(bktr, BKTR_IFORM, (temp_iform | temp | format_params[temp].iform_xtsel));
1413 switch( temp ) {
1423 OUTB(bktr, BKTR_ADELAY, format_params[temp]
1942 int temp, temp1; local
2362 unsigned int temp; local
3449 unsigned int temp; local
[all...]
/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_cdce.c299 struct usb_ncm_parameters temp; local
322 USETW(req.wLength, sizeof(temp));
325 &temp, 0, NULL, 1000 /* ms */);
332 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbInMaxSize);
333 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize);
334 sc->sc_ncm.tx_remainder = UGETW(temp.wNdpOutPayloadRemainder);
335 sc->sc_ncm.tx_modulus = UGETW(temp.wNdpOutDivisor);
336 sc->sc_ncm.tx_struct_align = UGETW(temp.wNdpOutAlignment);
337 sc->sc_ncm.tx_nframe = UGETW(temp.wNtbOutMaxDatagrams);
339 sc->sc_ncm.rx_max = UGETDW(temp
1212 uint8_t temp; local
1272 int temp; local
[all...]
/freebsd-10.1-release/sys/dev/agp/
H A Dagp_nvidia.c135 u_int32_t temp; local
231 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4);
232 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp | 0x11, 4);
235 temp = pci_read_config(sc->dev, AGP_NVIDIA_0_APSIZE, 4);
236 pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp | 0x100, 4);
248 u_int32_t temp; local
253 temp = pci_read_config(sc->dev, AGP_NVIDIA_0_APSIZE, 4);
254 pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp & ~(0x100), 4);
257 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4);
258 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp
346 u_int32_t wbc_reg, temp; local
[all...]
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dinsertion.c204 INSERTION_ELT *temp = insertion_stack;
206 if (temp == NULL)
209 in_fixed_width_font = temp->in_fixed_width_font;
210 inhibit_paragraph_indentation = temp->inhibited;
211 filling_enabled = temp->filling_enabled;
212 indented_fill = temp->indented_fill;
213 free_and_clear (&(temp->item_function));
214 free_and_clear (&(temp->filename));
216 free (temp);
270 INSERTION_ELT *temp
203 INSERTION_ELT *temp = insertion_stack; local
269 INSERTION_ELT *temp = insertion_stack; local
359 char temp[10]; local
1901 char *temp; local
2056 char *temp; local
[all...]
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c107 * temp.buf or the caller-provided input buffer.
275 } temp; member in struct:xz_dec_lzma2
842 * s->temp.buf, which (hopefully) gets filled on the next call to this
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) {
853 tmp = 2 * LZMA_IN_REQUIRED - s->temp.size;
854 if (tmp > s->lzma2.compressed - s->temp.size)
855 tmp = s->lzma2.compressed - s->temp.size;
859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp);
861 if (s->temp
[all...]
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_display.c2389 u32 temp; local
2397 temp = I915_READ(0x4600c);
2398 temp &= 0xffff0000;
2399 I915_WRITE(0x4600c, temp | 0x8124);
2401 temp = I915_READ(0x46010);
2402 I915_WRITE(0x46010, temp | 1);
2404 temp = I915_READ(0x46034);
2405 I915_WRITE(0x46034, temp | (1 << 24));
2421 u32 reg, temp; local
2425 temp
2476 u32 reg, temp, tries; local
2579 u32 reg, temp, i; local
2703 u32 reg, temp, i; local
2813 u32 reg, temp; local
2866 u32 reg, temp; local
2995 u32 reg, temp, transc_sel; local
3079 u32 temp; local
3101 u32 temp; local
3157 u32 reg, temp; local
5210 u32 temp; local
5464 I915_WRITE(DPLL_MD(pipe), temp); local
5556 u32 temp; local
5721 u32 temp; local
5863 I915_WRITE(PIPECONF(pipe), temp); local
[all...]
/freebsd-10.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c62 char *temp; local
76 if ((temp = strdup(boot_info)) == NULL) {
81 sysname = temp;
86 free(temp);
98 free(temp);
115 free(temp);
123 free(temp);
128 free(temp);
228 struct boot_catalog_entry *temp; local
230 if ((temp
361 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
[all...]
H A Diso9660_rrip.c99 cd9660node *temp; local
112 TAILQ_FOREACH(temp, &node->cn_children, cn_next_child) {
113 if ((r = cd9660_susp_finalize(temp)) < 0)
203 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
214 TAILQ_FOREACH(temp, &node->head, rr_ll) {
219 * CD9660_SUSP_ENTRY_SIZE(temp));
221 working -= CD9660_SUSP_ENTRY_SIZE(temp);
223 last = temp;
224 susp_used += CD9660_SUSP_ENTRY_SIZE(temp);
249 for (temp
294 struct ISO_SUSP_ATTRIBUTES *temp; local
455 struct ISO_SUSP_ATTRIBUTES* temp; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dtree-loop-linear.c255 struct loop *temp; local
278 for (temp = loop_nest->inner; temp; temp = temp->inner)
281 if (temp->next || !temp->single_exit)
H A Dexpr.c713 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from));
714 emit_move_insn (to, temp);
748 rtx temp;
837 temp = gen_reg_rtx (mode);
838 convert_move (temp, x, unsignedp);
839 return temp;
1915 rtx temp;
1927 temp = assign_stack_temp (GET_MODE (dst), ssize, 0);
1928 emit_group_store (temp, src, type, ssize);
1929 emit_group_load (dst, temp, typ
711 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from)); local
746 rtx temp; local
1910 rtx temp; local
1933 rtx temp; local
2916 rtx temp; local
3420 rtx temp; local
3616 rtx temp; local
4205 rtx temp; local
4274 rtx temp; local
4365 convert_move (SUBREG_REG (target), temp, local
5535 rtx temp; local
6022 rtx temp = expand_simple_binop (GET_MODE (value), code, local
6789 rtx op0, op1, temp, decl_rtl; local
9373 rtx temp, vector; local
[all...]
H A Dipa-prop.c112 ipa_methodlist_p temp; local
114 temp = ipa_create_methodlist_node ();
115 ipa_methodlist_method_set (temp, mt);
116 ipa_methodlist_next_method_set (temp, *wl);
117 *wl = temp;
603 tree temp; local
613 temp = ipa_method_get_tree (node, i);
614 if (TREE_CODE (temp) == PARM_DECL)
616 (*lang_hooks.decl_printable_name) (temp, 2));
628 bool temp; local
[all...]
/freebsd-10.1-release/sys/dev/ex/
H A Dif_ex_isa.c277 uint16_t temp; local
300 temp = ex_eeprom_read(sc, EE_W0);
302 (temp & EE_W0_PNP) ? "PnP" : "Manual",
303 (temp & EE_W0_BUS16) ? "16-bit" : "8-bit");
305 temp = ex_eeprom_read(sc, EE_W6);
307 (temp & EE_W6_BOARD_MASK) >> EE_W6_BOARD_SHIFT,
308 temp & EE_W6_STEP_MASK);
/freebsd-10.1-release/usr.sbin/usbdump/
H A Dusbdump.c369 hexbyte(char *buf, uint8_t temp) argument
374 lo = temp & 0xF;
375 hi = temp >> 4;
567 struct header_32 temp; local
579 temp.ts_sec = htole32(hdr->bh_tstamp.tv_sec);
580 temp.ts_usec = htole32(hdr->bh_tstamp.tv_usec);
581 temp.caplen = htole32(hdr->bh_caplen);
582 temp.datalen = htole32(hdr->bh_datalen);
583 temp.hdrlen = hdr->bh_hdrlen;
584 temp
607 struct header_32 temp; local
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Daccess.c50 static char *temp; local
53 temp = strdup(result);
54 result = temp;
/freebsd-10.1-release/contrib/texinfo/info/
H A Dinfo-utils.c276 int temp;
278 temp = skip_line (refdef);
279 offset = string_in_line (":", refdef + temp);
283 offset += temp;
438 char *temp;
444 temp = (char *)xmalloc (1 + len);
466 temp[j++] = ' ';
469 temp[j++] = string[i];
474 if (j && whitespace (temp[j - 1]))
477 temp[
275 int temp; local
435 char *temp; local
[all...]
/freebsd-10.1-release/lib/libc/xdr/
H A Dxdr_stdio.c116 u_int32_t temp; local
118 if (fread(&temp, sizeof(int32_t), 1, (FILE *)xdrs->x_private) != 1)
120 *lp = (long)ntohl(temp);
/freebsd-10.1-release/sys/mips/rmi/dev/iic/
H A Dmax6657.c83 int temp; local
86 temp = sc->sc_curtemp ;
87 return sysctl_handle_int(oidp, &temp, 0, req);
105 "temp", CTLTYPE_INT | CTLFLAG_RD, sc, 0,
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddn_heap.c234 int temp, i, max = h->elements-1;
245 DN_KEY_LT(new_key, p[(temp = HEAP_FATHER(i))].key);
246 i = temp ) { /* bubble up */
247 HEAP_SWAP(p[i], p[temp], buf);
252 while ( (temp = HEAP_LEFT(i)) <= max ) {
254 if (temp != max &&
255 DN_KEY_LT(p[temp+1].key, p[temp].key))
256 temp++; /* select child with min key */
257 if (DN_KEY_LT(>p[temp]
[all...]

Completed in 443 milliseconds

1234567891011>>