Searched refs:temp (Results 51 - 75 of 666) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/dev/usb/controller/
H A Duss820dci.c164 uint8_t temp; local
167 temp = USS820_READ_1(sc, reg);
168 temp &= (keep_mask);
169 temp |= (set_mask);
170 USS820_WRITE_1(sc, reg, temp);
194 uint8_t temp; local
204 temp = USS820_READ_1(sc, USS820_MCSR);
205 temp |= USS820_MCSR_DPEN;
206 USS820_WRITE_1(sc, USS820_MCSR, temp);
213 uint8_t temp; local
252 uint8_t temp; local
830 uss820dci_setup_standard_chain_sub(struct uss820_std_temp *temp) argument
856 struct uss820_std_temp temp; local
1016 uint8_t temp; local
1231 uint8_t temp; local
1261 uint8_t temp; local
1340 uint8_t temp; local
1503 uint8_t temp; local
1675 uint32_t temp; local
[all...]
H A Dmusb_otg.c264 uint8_t temp; local
266 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
268 temp |= MUSB2_MASK_SOFTC;
270 temp &= ~MUSB2_MASK_SOFTC;
272 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
301 uint8_t temp; local
307 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
308 temp |= MUSB2_MASK_SUSPMODE;
309 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
316 uint8_t temp; local
341 uint8_t temp; local
667 uint32_t temp; local
785 uint32_t temp; local
959 uint32_t temp; local
1137 uint32_t temp; local
1476 uint32_t temp; local
1602 uint32_t temp; local
1825 uint32_t temp; local
2003 uint32_t temp; local
2219 uint8_t temp; local
2343 musbotg_setup_standard_chain_sub(struct musbotg_std_temp *temp) argument
2374 struct musbotg_std_temp temp; local
2606 uint16_t temp; local
2858 uint16_t temp; local
3040 uint8_t temp; local
3439 uint32_t temp; local
[all...]
H A Dat91dci.c306 uint32_t temp; local
314 temp = csr;
315 temp &= (AT91_UDP_CSR_RX_DATA_BK0 |
367 AT91_CSR_ACK(csr, temp);
375 temp |= AT91_UDP_CSR_FORCESTALL;
380 if (temp) {
381 DPRINTFN(5, "clearing 0x%08x\n", temp);
382 AT91_CSR_ACK(csr, temp);
393 uint32_t temp; local
424 temp
517 uint32_t temp; local
599 uint32_t temp; local
650 uint8_t temp; local
877 at91dci_setup_standard_chain_sub(struct at91dci_std_temp *temp) argument
903 struct at91dci_std_temp temp; local
1301 uint32_t temp; local
1666 uint32_t temp; local
[all...]
H A Ddwc_otg.c365 uint32_t temp;
368 temp = DWC_OTG_READ_4(sc, DOTG_HFIR) & HFIR_FRINT_MASK;
369 if (temp >= 10000)
370 temp /= 1000;
372 temp /= 125;
375 if (temp >= 54)
376 temp = 60; /* MHz */
377 else if (temp >= 39)
378 temp = 48; /* MHz */
380 temp
423 uint32_t temp; local
440 uint32_t temp; local
519 uint32_t temp; local
560 uint32_t temp; local
936 uint32_t temp; local
1484 uint32_t temp; local
1972 uint32_t temp; local
2156 uint32_t temp; local
2366 uint16_t temp; local
2572 uint32_t temp; local
2736 uint32_t temp; local
2798 uint32_t temp; local
2926 uint32_t temp; local
2953 dwc_otg_setup_standard_chain_sub(struct dwc_otg_std_temp *temp) argument
2989 struct dwc_otg_std_temp temp; local
3534 uint32_t temp; local
3590 uint32_t temp; local
3721 uint32_t temp; local
4020 uint32_t temp; local
[all...]
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dfootnote.c104 FN *temp = xmalloc (sizeof (FN));
106 temp->marker = xstrdup (marker);
107 temp->note = xstrdup (note);
108 temp->next = pending_notes;
109 temp->number = current_footnote_number;
110 pending_notes = temp;
118 FN *temp;
120 while ((temp = pending_notes))
122 free (temp->marker);
123 free (temp
102 FN *temp = xmalloc (sizeof (FN)); local
116 FN *temp; local
[all...]
/freebsd-10.1-release/contrib/libreadline/examples/
H A Drl.c85 char *temp, *prompt; local
150 temp = readline (prompt);
153 if (temp == 0)
156 printf ("%s\n", temp);
H A Drlcat.c80 char *temp; local
119 while (temp = readline (""))
121 if (*temp)
122 add_history (temp);
123 printf ("%s\n", temp);
/freebsd-10.1-release/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c54 wchar_t temp[2]; local
55 const wchar_t *tempp = temp;
56 temp[0] = source;
57 temp[1] = 0;
/freebsd-10.1-release/usr.sbin/makefs/
H A Dcd9660.c172 cd9660node *temp; local
174 if ((temp = calloc(1, sizeof(cd9660node))) == NULL)
176 TAILQ_INIT(&temp->cn_children);
177 temp->parent = temp->dot_record = temp->dot_dot_record = NULL;
178 temp->ptnext = temp->ptprev = temp->ptlast = NULL;
179 temp
725 volume_descriptor *temp, *t; local
812 char temp[ISO_FILENAME_MAXLENGTH_WITH_PADDING]; local
1051 int numbts, digit, digits, temp, powers, count; local
1935 cd9660node *temp; local
2001 cd9660node *temp; local
2029 cd9660node *temp; local
2050 cd9660node *temp, *first; local
[all...]
/freebsd-10.1-release/contrib/gperf/src/
H A Dkeyword-list.cc134 for (Keyword_List *temp = list->rest();;)
136 temp = temp->rest();
137 if (temp == NULL)
139 temp = temp->rest();
141 if (temp == NULL)
/freebsd-10.1-release/sys/mips/include/
H A Datomic.h83 uint32_t temp; local
90 : "=&r" (temp), "=m" (*p)
99 uint32_t temp; local
107 : "=&r" (temp), "=m" (*p)
115 uint32_t temp; local
122 : "=&r" (temp), "=m" (*p)
130 uint32_t temp; local
137 : "=&r" (temp), "=m" (*p)
145 uint32_t result,temp; local
152 : "=&r"(result), "=&r"(temp), "
162 uint32_t result,temp; local
180 uint64_t temp; local
197 uint64_t temp; local
214 uint64_t temp; local
230 uint64_t temp; local
246 uint64_t result,temp; local
264 uint64_t result,temp; local
415 uint32_t value, temp; local
485 uint64_t value, temp; local
[all...]
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dicom.c80 int temp; local
85 temp = 4;
87 temp = 5;
88 doublefreq(freq * 1e6, &cmd[6], temp);
89 rc = write(fd, cmd, temp + 7);
93 } else if (rc != temp + 7) {
95 rc, temp+7);
/freebsd-10.1-release/contrib/apr/atomic/unix/
H A Ds390.c38 apr_uint32_t prev = *mem, temp; local
45 : "+d" (prev), "+d" (temp), "=Q" (*mem)
64 apr_uint32_t prev = *mem, temp; local
71 : "+d" (prev), "+d" (temp), "=Q" (*mem)
75 return temp;
/freebsd-10.1-release/contrib/libreadline/
H A Dkeymaps.c84 Keymap temp; local
86 temp = rl_make_bare_keymap ();
89 temp[i].type = map[i].type;
90 temp[i].function = map[i].function;
92 return (temp);
/freebsd-10.1-release/contrib/byacc/
H A Dmkpar.c76 action *actions, *temp; local
93 temp = NEW(action);
94 temp->next = actions;
95 temp->symbol = symbol;
96 temp->number = k;
97 temp->prec = symbol_prec[symbol];
98 temp->action_code = SHIFT;
99 temp->assoc = symbol_assoc[symbol];
100 actions = temp;
135 action *temp, *pre local
[all...]
/freebsd-10.1-release/contrib/binutils/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/freebsd-10.1-release/lib/libc/gen/
H A Dpw_scan.c76 unsigned long temp; local
105 temp = strtoul(p, &ep, 10);
106 if ((temp == ULONG_MAX && errno == ERANGE) || temp > UID_MAX) {
111 id = temp;
140 temp = strtoul(p, &ep, 10);
141 if ((temp == ULONG_MAX && errno == ERANGE) || temp > GID_MAX) {
146 id = temp;
/freebsd-10.1-release/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c50 } temp; member in struct:lzma_coder_s
144 && coder->temp.pos == coder->temp.size) {
145 coder->temp.pos = 0;
146 coder->temp.size = 0;
151 coder->temp.buffer, &coder->temp.size,
156 else if (ret != LZMA_OK || coder->temp.size == 0)
161 if (coder->temp.size != 0)
170 const lzma_ret ret = decode_buffer(coder, coder->temp
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Dstdatomic.c160 uint32_t temp; \
176 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp) \
191 uint32_t negmask, temp; \
213 : "=&r" (old), "=m" (*mem32), "=&r" (temp) \
265 uint32_t temp; \
278 : "=&r" (old.v32), "=m" (*mem32), "=&r" (temp) \
298 uint32_t old, temp; local
309 : "=&r" (old), "=m" (*mem), "=&r" (temp)
318 uint32_t old, temp; \
327 : "=&r" (old), "=m" (*mem), "=&r" (temp) \
353 uint64_t old, temp; local
[all...]
/freebsd-10.1-release/lib/libusbhid/
H A Ddescr.c65 int temp = -1; local
74 temp = h.report_ID;
81 if (temp > 0)
82 return (temp);
85 ret = ioctl(fd, USB_GET_REPORT_ID, &temp);
91 ret = temp;
/freebsd-10.1-release/sbin/ifconfig/
H A Daf_link.c78 char *temp; local
84 if ((temp = malloc(strlen(addr) + 2)) == NULL)
86 temp[0] = ':';
87 strcpy(temp + 1, addr);
89 link_addr(temp, &sdl);
90 free(temp);
/freebsd-10.1-release/sys/dev/amdtemp/
H A Damdtemp.c481 int32_t auxtemp[2], temp; local
488 temp = imax(auxtemp[0], auxtemp[1]);
493 temp = imax(auxtemp[0], auxtemp[1]);
496 temp = sc->sc_gettemp(dev, sensor);
499 error = sysctl_handle_int(oidp, &temp, 0, req);
510 uint32_t mask, offset, temp; local
513 temp = pci_read_config(dev, AMDTEMP_THERMTP_STAT, 1);
514 temp &= ~(AMDTEMP_TTSR_SELCORE | AMDTEMP_TTSR_SELSENSOR);
517 temp |= AMDTEMP_TTSR_SELSENSOR;
522 temp |
548 uint32_t temp; local
[all...]
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dlfpfunc.c121 l_fp temp; local
122 temp.l_i = i;
123 temp.l_uf = f;
125 return temp;
131 l_fp temp = first; local
132 L_ADD(&temp, &second);
134 return temp;
140 l_fp temp = first; local
141 L_SUB(&temp, &second);
143 return temp;
149 l_fp temp = first; local
158 l_fp temp = first; local
183 l_fp temp; local
191 l_fp temp = *second; local
443 l_fp temp = l_fp_subtract(op1, op3); local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dexplow.c325 rtx temp;
348 temp = simplify_unary_operation (code, to_mode, x, from_mode);
349 if (temp)
350 return temp;
360 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
361 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x);
362 return temp;
366 temp = shallow_copy_rtx (x);
367 PUT_MODE (temp, to_mode);
368 return temp;
600 rtx temp = gen_reg_rtx (GET_MODE (x)); local
628 rtx temp = gen_reg_rtx (mode); local
652 rtx temp, insn, set; local
729 rtx temp; local
750 rtx temp; local
825 rtx temp; local
854 rtx temp; local
1427 rtx temp; local
[all...]

Completed in 362 milliseconds

1234567891011>>