Searched refs:temp (Results 101 - 125 of 666) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/libstdc++/libmath/
H A Dstubs.c352 double result, temp; local
354 result = modf(x, &temp);
355 *iptr = (float) temp;
364 double result, temp; local
366 result = modf((double) x, &temp);
367 *iptr = temp;
/freebsd-10.1-release/usr.bin/enigma/
H A Denigma.c40 int ic, i, k, temp; local
66 temp = t1[k];
68 t1[ic] = temp;
140 int i, ic, k, temp; local
149 temp = deckary[k];
151 deckary[ic] = temp;
/freebsd-10.1-release/sys/dev/usb/controller/
H A Duhci.c734 uint8_t temp; local
746 temp = ((td_next & UHCI_PTR_T) || (td_next == 0));
782 return (temp);
788 uint8_t temp; local
800 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) |
803 return (temp);
1524 uhci_setup_standard_chain_sub(struct uhci_std_temp *temp) argument
1535 shortpkt_old = temp->shortpkt;
1536 len_old = temp->len;
1541 if ((temp
1667 struct uhci_std_temp temp; local
2144 uint32_t temp; local
[all...]
H A Dohci.c543 uint8_t temp; local
548 temp = (std->td_next == 0);
565 return (temp);
573 uint8_t temp; local
578 temp = (sitd->itd_next == 0);
596 return (temp);
805 uint32_t temp; local
831 temp = (OHCI_PAGE(phy_start ^ phy_end) ?
833 temp += OHCI_PAGE_OFFSET(phy_end);
834 temp
1249 ohci_setup_standard_chain_sub(struct ohci_std_temp *temp) argument
1395 struct ohci_std_temp temp; local
2692 uint32_t temp; local
[all...]
H A Dehci.c764 uint8_t temp; local
769 temp = (sqtd->qtd_next & htohc32(sc, EHCI_LINK_TERMINATE)) ? 1 : 0;
770 return (temp);
1577 ehci_setup_standard_chain_sub(struct ehci_std_temp *temp) argument
1591 terminate = temp->sc->sc_terminate_self;
1592 qtd_altnext = temp->sc->sc_terminate_self;
1595 shortpkt_old = temp->shortpkt;
1596 len_old = temp->len;
1601 td = temp->td;
1602 td_next = temp
1776 struct ehci_std_temp temp; local
2266 uint32_t temp; local
2492 uint32_t temp; local
2731 uint32_t temp; local
3885 uint32_t temp; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-alpha.h91 addressT temp = 1; \
92 while ((size & temp) == 0) \
93 ++align, temp <<= 1; \
/freebsd-10.1-release/contrib/groff/font/devlj4/generate/
H A Dspecial.awk73 n = split($2, temp, ",")
74 $2 = sprintf("%d,%d,%d", temp[1], ascent[$1], descent[$1])
77 $2 = $2 "," temp[i]
/freebsd-10.1-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_byteswap.h478 char temp; local
483 temp = p_dest[i];
485 p_dest[size - 1 - i] = temp;
/freebsd-10.1-release/sys/crypto/rc4/
H A Drc4.c49 u_char temp; local
51 temp = *a;
53 *b = temp;
/freebsd-10.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c271 cd9660node *temp; local
327 TAILQ_FOREACH(temp, &writenode->cn_children, cn_next_child) {
332 memcpy(&temp_record, temp->isoDirRecord,
336 cd9660_compute_record_size(temp);
350 temp->isoDirRecord->length[0], fd);
352 cd9660_write_rr(fd, temp,
357 temp_record.length[0] - temp->su_tail_size,
360 if (temp->su_tail_size > 0)
361 fwrite(temp->su_tail_data, 1,
362 temp
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Doptabs.c380 rtx temp;
420 temp = gen_reg_rtx (wmode);
422 temp = target;
476 pat = GEN_FCN (icode) (temp, xop0, xop1, wxop);
479 pat = GEN_FCN (icode) (temp, xop0, xop1);
489 pat = GEN_FCN (icode) (temp, xop0, wxop);
492 pat = GEN_FCN (icode) (temp, xop0);
496 return temp;
518 rtx temp;
526 temp
376 rtx temp; local
514 rtx temp; local
1050 rtx product, adjust, product_high, temp; local
1207 rtx temp; local
1799 rtx temp = emit_move_insn (target, xtarget); local
1995 rtx temp; local
2333 rtx xop0, temp, last; local
2371 rtx xop0, temp, last; local
2424 rtx temp, insns; local
2535 rtx temp; local
2792 rtx temp; local
2817 rtx temp; local
2880 rtx temp, op1; local
3012 rtx temp, insns; local
3113 rtx temp; local
3162 rtx temp; local
3949 rtx temp = simplify_gen_relational (NE, word_mode, mode, x, x); local
4555 rtx temp; local
4728 rtx temp = gen_reg_rtx (GET_MODE (from)); local
[all...]
/freebsd-10.1-release/contrib/texinfo/info/
H A Dterminal.c787 struct tchars temp;
790 temp = original_tchars;
793 temp.t_startc = temp.t_stopc = -1;
796 temp.t_eofc = -1;
800 if (temp.t_intrc == '\177')
801 temp.t_intrc = -1;
803 if (temp.t_quitc == '\177')
804 temp.t_quitc = -1;
806 ioctl (tty, TIOCSETC, &temp);
785 struct tchars temp; local
810 struct ltchars temp; local
[all...]
H A Dtilde.c311 void *temp = (void *)malloc (bytes);
313 if (!temp)
315 return (temp);
323 void *temp;
326 temp = (char *)malloc (bytes);
328 temp = (char *)realloc (pointer, bytes);
330 if (!temp)
333 return (temp);
310 void *temp = (void *)malloc (bytes); local
322 void *temp; local
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-internal-dec.c31 u32 temp; local
39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp;
40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp;
41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp;
42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_watchdog.c142 int error, temp; local
144 temp = watchdog_cpu;
145 error = sysctl_handle_int(oidp, &temp, 0, req);
150 watchdog_change(temp);
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_linux_list.h92 #define list_for_each_safe(entry, temp, head) \
93 for (entry = (head)->next, temp = (entry)->next; \
95 entry = temp, temp = entry->next)
/freebsd-10.1-release/sys/i386/i386/
H A Dmp_watchdog.c142 int error, temp; local
144 temp = watchdog_cpu;
145 error = sysctl_handle_int(oidp, &temp, 0, req);
150 watchdog_change(temp);
/freebsd-10.1-release/usr.sbin/cron/lib/
H A Dcompat.c55 char *temp; local
57 if ((temp = malloc(strlen(str) + 1)) == NULL) {
61 (void) strcpy(temp, str);
62 return temp;
/freebsd-10.1-release/sys/dev/random/
H A Dyarrow.c244 uint8_t temp[KEYSIZE]; local
293 randomdev_hash_finish(&context, temp);
294 randomdev_encrypt_init(&random_state.key, temp);
299 randomdev_encrypt(&random_state.key, random_state.counter.byte, temp, BLOCKSIZE);
300 memcpy(random_state.counter.byte, temp, BLOCKSIZE);
311 memset((void *)temp, 0, sizeof(temp));
388 uint8_t temp[KEYSIZE]; local
392 randomdev_encrypt(&random_state.key, random_state.counter.byte, temp + i, BLOCKSIZE);
395 randomdev_encrypt_init(&random_state.key, temp);
[all...]
/freebsd-10.1-release/contrib/libreadline/
H A Dtilde.c466 void *temp = (char *)malloc (bytes);
468 if (!temp)
470 return (temp);
478 void *temp;
481 temp = malloc (bytes);
483 temp = realloc (pointer, bytes);
485 if (!temp)
488 return (temp);
465 void *temp = (char *)malloc (bytes); local
477 void *temp; local
H A Dcomplete.c538 char *temp, *x; local
543 temp = strrchr (pathname, '/');
545 if (temp == 0 && ISALPHA ((unsigned char)pathname[0]) && pathname[1] == ':')
546 temp = pathname + 1;
549 if (temp == 0 || *temp == '\0')
555 else if (temp[1] == '\0')
557 for (x = temp - 1; x > pathname; x--)
563 return ++temp;
1261 char *temp; local
1364 char *temp; local
1902 char *temp; local
[all...]
/freebsd-10.1-release/gnu/usr.bin/binutils/libiberty/
H A DMakefile10 choose-temp.c \
24 make-temp-file.c \
/freebsd-10.1-release/gnu/usr.bin/cc/libiberty/
H A DMakefile16 SRCS= argv.c choose-temp.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
18 hashtab.c hex.c lbasename.c make-temp-file.c md5.c obstack.c \
/freebsd-10.1-release/sys/boot/common/
H A Ddev_net.c235 char temp[FNAME_SIZE]; local
317 bcopy(&rootpath[i], &temp[0], strlen(&rootpath[i])+1);
318 bcopy(&temp[0], &rootpath[0], strlen(&rootpath[i])+1);
328 sprintf(temp, "%6D", d->myea, ":");
332 setenv("boot.netif.hwaddr", temp, 1);
/freebsd-10.1-release/sys/ofed/include/linux/
H A Dlinux_radix.c127 struct radix_tree_node *temp[RADIX_TREE_MAX_HEIGHT - 1]; local
182 temp[idx] = malloc(sizeof(*node), M_RADIX,
184 if (temp[idx] == NULL) {
186 free(temp[idx], M_RADIX);
200 node->slots[idx] = temp[height - 1];

Completed in 494 milliseconds

1234567891011>>