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

1234567891011>>

/freebsd-11-stable/sbin/ifconfig/
H A Daf_link.c133 char *temp; local
149 if ((temp = malloc(strlen(addr) + 2)) == NULL)
151 temp[0] = ':';
152 strcpy(temp + 1, addr);
154 link_addr(temp, &sdl);
155 free(temp);
/freebsd-11-stable/sys/dev/usb/controller/
H A Duhci.c732 uint8_t temp; local
744 temp = ((td_next & UHCI_PTR_T) || (td_next == 0));
780 return (temp);
786 uint8_t temp; local
798 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) |
801 return (temp);
1523 uhci_setup_standard_chain_sub(struct uhci_std_temp *temp) argument
1534 shortpkt_old = temp->shortpkt;
1535 len_old = temp->len;
1540 if ((temp
1666 struct uhci_std_temp temp; local
2143 uint32_t temp; local
[all...]
H A Dohci.c542 uint8_t temp; local
547 temp = (std->td_next == 0);
564 return (temp);
572 uint8_t temp; local
577 temp = (sitd->itd_next == 0);
595 return (temp);
804 uint32_t temp; local
830 temp = (OHCI_PAGE(phy_start ^ phy_end) ?
832 temp += OHCI_PAGE_OFFSET(phy_end);
833 temp
1248 ohci_setup_standard_chain_sub(struct ohci_std_temp *temp) argument
1394 struct ohci_std_temp temp; local
2691 uint32_t temp; local
[all...]
H A Dehci.c743 uint8_t temp; local
748 temp = (sqtd->qtd_next & htohc32(sc, EHCI_LINK_TERMINATE)) ? 1 : 0;
749 return (temp);
1556 ehci_setup_standard_chain_sub(struct ehci_std_temp *temp) argument
1570 terminate = temp->sc->sc_terminate_self;
1571 qtd_altnext = temp->sc->sc_terminate_self;
1574 shortpkt_old = temp->shortpkt;
1575 len_old = temp->len;
1580 td = temp->td;
1581 td_next = temp
1754 struct ehci_std_temp temp; local
2244 uint32_t temp; local
2470 uint32_t temp; local
2709 uint32_t temp; local
3895 uint32_t temp; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.h91 addressT temp = 1; \
92 while ((size & temp) == 0) \
93 ++align, temp <<= 1; \
/freebsd-11-stable/sys/crypto/rc4/
H A Drc4.c49 u_char temp; local
51 temp = *a;
53 *b = temp;
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap.h477 char temp; local
482 temp = p_dest[i];
484 p_dest[size - 1 - i] = temp;
/freebsd-11-stable/contrib/tcpdump/
H A Dparsenfsfh.c115 uint32_t temp; local
288 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
289 fsidp->Fsid_dev.Minor = temp & 0xFFFFF;
290 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
342 temp = make_uint16(fhp[0], fhp[1]);
343 fsidp->Fsid_dev.Major = (temp>>2) & 0x3FFF;
344 temp = make_uint24(fhp[1], fhp[2], fhp[3]);
345 fsidp->Fsid_dev.Minor = temp & 0x3FFFF;
359 temp = make_uint32(fhp[7], fhp[6], fhp[5], fhp[4]);
360 *inop = temp;
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c274 cd9660node *temp; local
323 TAILQ_FOREACH(temp, &writenode->cn_children, cn_next_child) {
328 memcpy(&temp_record, temp->isoDirRecord,
332 cd9660_compute_record_size(diskStructure, temp);
346 temp->isoDirRecord->length[0], fd);
348 cd9660_write_rr(diskStructure, fd, temp,
353 temp_record.length[0] - temp->su_tail_size,
356 if (temp->su_tail_size > 0)
357 fwrite(temp->su_tail_data, 1,
358 temp
[all...]
/freebsd-11-stable/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-11-stable/contrib/gcc/config/i386/
H A Duwin.asm9 pushl %ecx /* save temp */
27 movl (%eax),%ecx /* recover saved temp */
/freebsd-11-stable/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-11-stable/sys/dev/ow/
H A Dow_temp.c67 int temp; member in struct:ow_temp_softc
169 sc->temp = (int16_t)((scratch[0] & 0xfe) |
171 sc->temp += 16 - scratch[6] - 4; /* count_per_c == 16 */
173 sc->temp = (int16_t)(scratch[0] | (scratch[1] << 8)) << 3;
175 sc->temp = (int16_t)(scratch[0] | (scratch[1] << 8));
176 sc->temp = sc->temp * 1000 / 16 + 273150;
201 &sc->temp, 0, sysctl_handle_int,
228 sc->temp = -1;
/freebsd-11-stable/sys/x86/x86/
H A Dmp_watchdog.c141 int error, temp; local
143 temp = watchdog_cpu;
144 error = sysctl_handle_int(oidp, &temp, 0, req);
149 watchdog_change(temp);
/freebsd-11-stable/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-11-stable/usr.sbin/cron/lib/
H A Dcompat.c43 char *temp; local
45 if ((temp = malloc(strlen(str) + 1)) == NULL) {
49 (void) strcpy(temp, str);
50 return temp;
/freebsd-11-stable/contrib/groff/
H A DMakefile.comm44 depend.temp core y.output $(CLEANADD)
96 -rm -f \#* *~ =* core junk grot old temp tmp tem *.new *.old *.orig
271 depend_src: depend.temp
272 mv depend.temp Makefile.dep
274 depend.temp: FORCE
275 > depend.temp;
282 || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $$ytabc >>depend.temp
284 || $(CC) $(ALL_CFLAGS) -MM $(CSRCS) >>depend.temp
286 || (sed -e 's|$(YTABH)|$(YTABC)|g' depend.temp >depend1.temp; \
[all...]
H A DMakefile.lib16 depend.temp: $(GENSRCS)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c2370 u32 temp; local
2378 temp = I915_READ(0x4600c);
2379 temp &= 0xffff0000;
2380 I915_WRITE(0x4600c, temp | 0x8124);
2382 temp = I915_READ(0x46010);
2383 I915_WRITE(0x46010, temp | 1);
2385 temp = I915_READ(0x46034);
2386 I915_WRITE(0x46034, temp | (1 << 24));
2402 u32 reg, temp; local
2406 temp
2444 uint32_t temp; local
2468 u32 reg, temp, tries; local
2569 u32 reg, temp, i, retry; local
2701 u32 reg, temp, i; local
2816 u32 reg, temp; local
2857 u32 reg, temp; local
2887 u32 reg, temp; local
3004 u32 temp; local
3096 u32 reg, temp; local
3310 u32 temp; local
3328 u32 temp; local
3498 u32 reg, temp; local
4318 u32 temp; local
4369 u32 temp; local
4435 I915_WRITE(DPLL_MD(pipe), temp); local
4550 u32 temp = 0; local
4558 I915_WRITE(DPLL_MD(pipe), temp); local
4873 u32 temp; local
5323 uint32_t temp; local
5603 u32 temp; local
5786 u32 temp; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh166 char temp[TCAP_LEN + 1];
170 temp[limit++] = *string++;
174 temp[limit] = '\0';
175 return info_hash(temp);
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c131 char temp[80]; local
151 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
157 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
163 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
167 result = _nc_trace_bufcat(bufnum, temp);
/freebsd-11-stable/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
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile10 choose-temp.c \
24 make-temp-file.c \
/freebsd-11-stable/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 \

Completed in 448 milliseconds

1234567891011>>