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

1234567891011>>

/freebsd-9.3-release/contrib/gcc/
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c75 } temp; member in struct:xz_dec_bcj
395 * Flush pending filtered data from temp to the output buffer.
397 * data to the beginning of temp.
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos);
404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size);
407 s->temp.filtered -= copy_size;
408 s->temp.size -= copy_size;
409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dmain.c226 char temp[MAXPATHLEN]; local
254 if (strlcpy(temp, *argv, sizeof(temp)) >= sizeof(temp))
256 pkgs[ch] = strdup(temp);
259 if (strlcpy(temp, remotepkg, sizeof(temp)) >= sizeof(temp))
261 pkgs[ch] = strdup(temp);
264 pkgs[ch] = strdup(realpath(*argv, temp));
[all...]
/freebsd-9.3-release/sys/dev/usb/controller/
H A Duss820dci.c159 uint8_t temp; local
162 temp = USS820_READ_1(sc, reg);
163 temp &= (keep_mask);
164 temp |= (set_mask);
165 USS820_WRITE_1(sc, reg, temp);
189 uint8_t temp; local
199 temp = USS820_READ_1(sc, USS820_MCSR);
200 temp |= USS820_MCSR_DPEN;
201 USS820_WRITE_1(sc, USS820_MCSR, temp);
208 uint8_t temp; local
247 uint8_t temp; local
825 uss820dci_setup_standard_chain_sub(struct uss820_std_temp *temp) argument
851 struct uss820_std_temp temp; local
1011 uint8_t temp; local
1220 uint8_t temp; local
1254 uint8_t temp; local
1333 uint8_t temp; local
1496 uint8_t temp; local
1668 uint32_t temp; local
[all...]
H A Dmusb_otg.c259 uint8_t temp; local
261 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
263 temp |= MUSB2_MASK_SOFTC;
265 temp &= ~MUSB2_MASK_SOFTC;
267 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
296 uint8_t temp; local
302 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
303 temp |= MUSB2_MASK_SUSPMODE;
304 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
311 uint8_t temp; local
336 uint8_t temp; local
662 uint32_t temp; local
780 uint32_t temp; local
954 uint32_t temp; local
1132 uint32_t temp; local
1471 uint32_t temp; local
1597 uint32_t temp; local
1820 uint32_t temp; local
1998 uint32_t temp; local
2214 uint8_t temp; local
2338 musbotg_setup_standard_chain_sub(struct musbotg_std_temp *temp) argument
2369 struct musbotg_std_temp temp; local
2601 uint16_t temp; local
2851 uint16_t temp; local
3033 uint8_t temp; local
3432 uint32_t temp; local
[all...]
H A Dat91dci.c301 uint32_t temp; local
310 temp = csr;
311 temp &= (AT91_UDP_CSR_RX_DATA_BK0 |
366 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);
395 uint32_t temp; local
427 temp
522 uint32_t temp; local
609 uint32_t temp; local
668 uint8_t temp; local
851 at91dci_setup_standard_chain_sub(struct at91dci_std_temp *temp) argument
877 struct at91dci_std_temp temp; local
1259 uint32_t temp; local
1616 uint32_t temp; local
[all...]
/freebsd-9.3-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-9.3-release/sys/dev/usb/
H A Dusb_pf.c253 uint32_t temp; local
292 temp = device_get_unit(bus->bdev);
294 up->up_busunit = htole32(temp);
302 temp = usbpf_aggregate_xferflags(&xfer->flags);
303 up->up_flags = htole32(temp);
304 temp = usbpf_aggregate_status(&xfer->flags_int);
305 up->up_status = htole32(temp);
306 temp = xfer->error;
307 up->up_error = htole32(temp);
308 temp
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/mips/include/
H A Datomic.h87 uint32_t temp; local
94 : "=&r" (temp), "=m" (*p)
103 uint32_t temp; local
111 : "=&r" (temp), "=m" (*p)
119 uint32_t temp; local
126 : "=&r" (temp), "=m" (*p)
134 uint32_t temp; local
141 : "=&r" (temp), "=m" (*p)
149 uint32_t result,temp; local
156 : "=&r"(result), "=&r"(temp), "
166 uint32_t result,temp; local
184 uint64_t temp; local
201 uint64_t temp; local
218 uint64_t temp; local
234 uint64_t temp; local
250 uint64_t result,temp; local
268 uint64_t result,temp; local
419 uint32_t value, temp; local
489 uint64_t value, temp; local
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/usr.bin/yacc/
H A Dmkpar.c102 action *actions, *temp; local
119 temp = NEW(action);
120 temp->next = actions;
121 temp->symbol = symbol;
122 temp->number = k;
123 temp->prec = symbol_prec[symbol];
124 temp->action_code = SHIFT;
125 temp->assoc = symbol_assoc[symbol];
126 actions = temp;
160 action *temp, *pre local
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c38 u32 temp; local
44 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp;
45 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
46 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
47 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
/freebsd-9.3-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-9.3-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-9.3-release/lib/libncp/
H A Dncpl_crypt.c64 nw_hash(buf32 temp, unsigned char *target) { argument
73 b3 = (temp[s] + sum) ^ (temp[(s + sum) & 31] - encryptkeys[s]);
75 temp[s] = b3;
80 target[i] = encrypttable[temp[2 * i]]
81 | (encrypttable[temp[2 * i + 1]] << 4);
92 buf32 temp; local
97 bzero(temp, sizeof(temp));
102 temp[
[all...]
/freebsd-9.3-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-9.3-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);

Completed in 410 milliseconds

1234567891011>>