Searched refs:temp (Results 301 - 325 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Drefclock_wwvb.c259 int temp; /* int temp */ local
272 temp = refclock_gtlin(rbufp, pp->a_lastcode, BMAX, &trtmp);
293 if (temp == 0) {
305 pp->lencode = temp;
/freebsd-10.1-release/contrib/apr/misc/unix/
H A Dgetopt.c143 const char *temp; local
146 temp = argv[start];
148 argv[start + len - 1] = temp;
/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.c146 Unit temp = (Unit) ((uInt) (in * 6554) >> 16);
147 dig = (Unit) (in - X10 (temp));
148 in = temp;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_delta/
H A Dsvndiff.c341 svn_stringbuf_t *temp = svn_stringbuf_create_empty(pool); local
344 temp, eb->compression_level));
345 tempstr->data = temp->data;
346 tempstr->len = temp->len;
469 svn_filesize_t temp = 0;
481 temp = (temp << 7) | (c & 0x7f);
484 *val = temp;
499 apr_size_t temp = 0;
508 temp
468 svn_filesize_t temp = 0; local
498 apr_size_t temp = 0; local
[all...]
/freebsd-10.1-release/contrib/texinfo/info/
H A Decho-area.c687 int temp = from;
689 to = temp;
1005 NODE *temp;
1007 temp = message_buffer_to_node ();
1008 add_gcable_pointer (temp->contents);
1009 name_internal_node (temp, compwin_name);
1010 possible_completions_output_node = temp;
1306 REFERENCE **temp;
1327 temp = (REFERENCE **)xmalloc ((1 + newlen) * sizeof (REFERENCE *));
1330 temp[
685 int temp = from; local
1002 NODE *temp; local
1303 REFERENCE **temp; local
[all...]
H A Ddisplay.c454 DISPLAY_LINE *temp; local
480 temp = the_display[last - i];
482 the_display[end - i] = temp;
500 temp = the_display[last + i];
502 the_display[start + i] = temp;
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c93 char *temp; local
104 temp = concat (current_directory, "/", filename, NULL);
106 filename = temp;
/freebsd-10.1-release/libexec/bootpd/
H A Ddovend.c388 byte *temp;
392 temp = (*dest += 4);
394 *--temp = (byte) (value & 0xFF);
386 byte *temp; local
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_context.c100 int temp; local
114 temp = drm_ctxbitmap_next(dev);
115 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_context.c100 int temp; local
114 temp = drm_ctxbitmap_next(dev);
115 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
/freebsd-10.1-release/sys/dev/iicbus/
H A Dad7418.c92 int temp; local
96 temp = (sc->sc_curtemp / 64) * 25;
98 return sysctl_handle_int(oidp, &temp, 0, req);
126 "temp", CTLTYPE_INT | CTLFLAG_RD, sc, 0,
/freebsd-10.1-release/sys/dev/sym/
H A Dsym_fw1.h295 RADDR_1 (temp),
357 RADDR_1 (temp),
654 RADDR_1 (temp),
781 RADDR_1 (temp),
792 RADDR_1 (temp),
838 RADDR_1 (temp),
1016 RADDR_1 (temp),
1104 RADDR_1 (temp),
1132 RADDR_1 (temp),
1271 RADDR_1 (temp),
[all...]
/freebsd-10.1-release/sys/fs/procfs/
H A Dprocfs_ctl.c113 struct thread *temp; local
220 FOREACH_THREAD_IN_PROC(p, temp)
221 temp->td_dbgflags &= ~TDB_SUSPEND;
/freebsd-10.1-release/tools/regression/file/dup/
H A Ddup.c70 char temp[] = "/tmp/dup2XXXXXXXXX"; local
71 if ((fd = mkstemp(temp)) < 0)
73 remove(temp);
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-internal.c782 u32 temp; local
791 temp = rk[3];
792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
793 TE443(temp) ^ TE414(temp) ^ RCON(i);
807 temp = rk[5];
808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^
809 TE443(temp)
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Drijndael.c729 u32 temp; local
737 temp = rk[3];
739 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
740 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
741 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
742 (Te4[(temp >> 24) ] & 0x000000ff) ^
757 temp = rk[ 5];
759 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
760 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
761 (Te4[(temp )
816 u32 temp; local
[all...]
/freebsd-10.1-release/sys/crypto/rijndael/
H A Drijndael-alg-fst.c737 u32 temp; local
747 temp = rk[3];
749 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
750 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
751 (Te4[(temp ) & 0xff] & 0x0000ff00) ^
752 (Te4[(temp >> 24) ] & 0x000000ff) ^
767 temp = rk[ 5];
769 (Te4[(temp >> 16) & 0xff] & 0xff000000) ^
770 (Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
771 (Te4[(temp )
825 u32 temp; local
[all...]
/freebsd-10.1-release/sys/dev/usb/storage/
H A Dustorage_fs.c1621 uint32_t temp; local
1725 temp = ((i == 0) ? 256UL : i);
1726 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1741 temp = get_be16(&sc->sc_cbw->CBWCDB[7]);
1742 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1757 temp = get_be32(&sc->sc_cbw->CBWCDB[6]);
1758 if (temp >= (1UL << (32 - 9))) {
1764 error = ustorage_fs_min_len(sc, temp << 9, mask9);
1877 temp = ((i == 0) ? 256UL : i);
1878 error = ustorage_fs_min_len(sc, temp <<
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dreorg.c373 rtx temp = PREV_INSN (PREV_INSN (insn));
378 while (GET_CODE (temp) == USE)
379 temp = PREV_INSN (temp);
381 emit_label_after (end_of_function_label, temp);
1175 rtx temp;
1179 for (temp = delay_list; temp; temp = XEXP (temp,
370 rtx temp = PREV_INSN (PREV_INSN (insn)); local
1166 rtx temp; local
1211 rtx temp; local
2643 rtx temp; local
[all...]
/freebsd-10.1-release/contrib/ncurses/menu/
H A Dm_global.c260 wchar_t *temp = 0; local
263 && (temp = typeMalloc(wchar_t, 2 + count)) != 0)
268 mbstowcs(temp, item->str, (unsigned)count);
271 int test = wcwidth(temp[n]);
277 free(temp);
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dblowfish.c408 u_int32_t temp; local
410 temp = 0x00000000;
416 temp = (temp << 8) | data[j];
420 return temp;
429 u_int32_t temp; local
436 temp = Blowfish_stream2word(key, keybytes, &j);
437 c->P[i] = c->P[i] ^ temp;
468 u_int32_t temp; local
475 temp
[all...]
/freebsd-10.1-release/secure/lib/libcrypt/
H A Dblowfish.c378 u_int32_t temp; local
380 temp = 0x00000000;
386 temp = (temp << 8) | data[j];
390 return temp;
399 u_int32_t temp; local
406 temp = Blowfish_stream2word(key, keybytes, &j);
407 c->P[i] = c->P[i] ^ temp;
437 u_int32_t temp; local
444 temp
[all...]
/freebsd-10.1-release/contrib/one-true-awk/
H A Dlib.c73 char temp[50]; local
81 sprintf(temp, "%d", i);
82 fldtab[i]->nval = tostring(temp);
232 char *s, temp[50]; local
235 sprintf(temp, "%d", n);
236 if (lookup(temp, ARGVtab) == NULL)
238 x = setsymtab(temp, "", 0.0, STR, ARGVtab);
H A Dtran.c104 char temp[50]; local
111 sprintf(temp, "%d", i);
113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab);
115 setsymtab(temp, *av, 0.0, STR, ARGVtab);
159 Cell *cp, *temp; local
169 for (cp = tp->tab[i]; cp != NULL; cp = temp) {
173 temp = cp->cnext; /* avoids freeing then using */
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-rx.c749 #define AFSUUIDOUT() {u_int32_t temp; int i; \
751 temp = EXTRACT_32BITS(bp); \
753 printf(" %08x", temp); \
754 temp = EXTRACT_32BITS(bp); \
756 printf("%04x", temp); \
757 temp = EXTRACT_32BITS(bp); \
759 printf("%04x", temp); \
761 temp = EXTRACT_32BITS(bp); \
763 printf("%02x", (unsigned char) temp); \
2440 int32_t temp; local
[all...]

Completed in 391 milliseconds

<<11121314151617181920>>