Searched refs:temp (Results 276 - 300 of 744) sorted by last modified time

<<11121314151617181920>>

/freebsd-11-stable/sys/mips/cavium/
H A Docteon_ebt3000_cf.c354 uint16_t temp; local
355 temp = cf_inw_16(TF_DATA);
356 *ptr_16++ = SWAP_SHORT(temp);
407 uint16_t temp = *ptr_16++; local
408 cf_outw_16(TF_DATA, SWAP_SHORT(temp));
449 uint16_t temp; local
450 temp = cf_inw_16(TF_DATA);
453 cf_priv->drive_param.u.buf[count] = (temp & 0xff);
454 cf_priv->drive_param.u.buf[count + 1] = (temp & 0xff00) >> 8;
/freebsd-11-stable/crypto/openssh/
H A Dhostfile.c542 char *fp, *temp = NULL, *back = NULL; local
560 if ((r = asprintf(&temp, "%s.XXXXXXXXXXX", filename)) < 0 ||
566 if ((fd = mkstemp(temp)) == -1) {
625 if (rename(temp, filename) == -1) {
628 temp, filename, strerror(errno));
634 if (unlink(temp) != 0)
636 temp, strerror(errno));
642 if (temp != NULL && r != 0)
643 unlink(temp);
644 free(temp);
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c718 double temp; local
759 temp = ufvalue;
760 my_modf(temp, &intpart);
771 temp = intpart*0.1;
772 my_modf(temp, &intpart);
773 idx = (int) ((temp -intpart +0.05)* 10.0);
774 /* idx = (int) (((double)(temp*0.1) -intpart +0.05) *10.0); */
775 /* printf ("%llf, %f, %x\n", temp, intpart, idx); */
786 temp = fracpart*0.1;
787 my_modf(temp,
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.c201 uint16_t temp; local
208 temp = SAF1761_READ_LE_4(sc, SOTG_MODE);
209 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp | SOTG_MODE_SNDRSU);
210 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp & ~SOTG_MODE_SNDRSU);
439 uint32_t temp; local
474 temp = SOTG_PTD_DW3_ACTIVE | (td->toggle << 25) | SOTG_PTD_DW3_CERR_3;
475 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW3, temp);
477 temp = SOTG_HC_MEMORY_ADDR(SOTG_DATA_ADDR(td->channel)) << 8;
478 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW2, temp);
480 temp
505 uint32_t temp; local
630 uint32_t temp; local
717 uint32_t temp; local
831 uint32_t temp; local
927 uint32_t temp; local
1022 uint32_t temp; local
1731 saf1761_otg_setup_standard_chain_sub(struct saf1761_otg_std_temp *temp) argument
1759 struct saf1761_otg_std_temp temp; local
2648 uint32_t temp; local
2730 uint32_t temp; local
2886 uint32_t temp; local
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dreader.c567 struct mstring *temp = msnew(); local
577 mputc(temp, c);
581 return msdone(temp);
588 mputc(temp, c);
602 struct mstring *temp = msnew(); local
608 mputc(temp, '*');
611 mputc(temp, c);
613 mputc(temp, ' ');
615 mputc(temp, '*');
616 mputc(temp, '/');
[all...]
H A Dmain.c65 FILE *action_file; /* a temp file, used to save actions associated */
72 FILE *text_file; /* a temp file, used to save text until all */
74 FILE *union_file; /* a temp file, used to save the union */
525 my_mkstemp(char *temp) argument
536 if ((fname = strrchr(temp, '/')) != 0)
538 dname = strdup(temp);
539 dname[++fname - temp] = '\0';
544 fname = temp;
549 strcpy(temp, name);
H A Dconfigure2079 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
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-11-stable/contrib/ipfilter/lib/
H A Dparseipfexpr.c40 char *temp, *arg, *s, *t, *ops, *error; local
48 temp = strdup(line);
49 if (temp == NULL) {
57 for (s = temp; *s != '\0'; ) {
69 if (temp[strlen(temp) - 1] != ';') {
77 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
262 free(temp);
280 if (temp != NULL)
281 free(temp);
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c2485 int temp;
2487 temp = get_absolute_expression ();
2488 switch (temp)
2492 opcode_select (temp);
2496 as_bad (_("invalid operand to .code directive (%d) (expecting 16 or 32)"), temp);
2650 int temp;
2655 temp = get_absolute_expression ();
2656 if (temp > max_alignment)
2657 as_bad (_("alignment too large: %d assumed"), temp = max_alignment);
2658 else if (temp <
2483 int temp; local
2648 int temp; local
17965 unsigned long temp; local
[all...]
H A Dtc-mips.c9656 unsigned char temp[8];
9692 err = md_atof (f64 ? 'd' : 'f', (char *) temp, &len);
9699 memset (temp, '\0', sizeof temp);
9708 || (temp[0] == 0 && temp[1] == 0)
9709 || (temp[2] == 0 && temp[3] == 0))))
9713 imm_expr.X_add_number = bfd_getl32 (temp);
9715 imm_expr.X_add_number = bfd_getb32 (temp);
9649 unsigned char temp[8]; local
12382 int temp; local
[all...]
/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.c563 td_thrhandle_t temp; local
569 &temp);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c144 uint64_t temp; local
163 temp = (uint32_t) cst->isqrt * cst->isqrt;
164 /* Calculate (3 - c*g^2) i.e. (3 - c * temp) */
165 temp = (3ULL<< (FIX_POINT_BITS*2)) - (count * temp);
171 temp >>= (1 + 8);
173 /* Now, temp = (1.5 - 0.5*c*g^2)
174 * Calculate g (1.5 - 0.5*c*g^2) i.e. g * temp
176 temp = (cst->isqrt * temp) >> (FIX_POINT_BIT
[all...]
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c336 u_int32_t result, temp, dxfer; local
361 temp = bus_space_read_4(hba->bar0t, hba->bar0h, index +
365 switch(temp) {
468 u_int32_t req, temp; local
478 temp = bus_space_read_4(hba->bar0t,
482 if (temp & IOP_REQUEST_FLAG_SYNC_REQUEST) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c11204 uint16_t temp; local
11205 temp = vars->line_speed;
11209 vars->line_speed = temp;
11817 uint16_t temp; local
11827 &temp);
11828 temp &= ~(0xf << 4);
11829 temp |= (0x6 << 4);
11832 MDIO_REG_GPHY_SHADOW_WR_ENA | temp);
11847 uint16_t autoneg_val, an_1000_val, an_10_100_val, fc_val, temp; local
11886 &temp);
12052 uint16_t temp; local
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c318 EVP_PKEY *pkey = NULL; /* temp key */
328 u_int temp; local
487 temp = RAND_load_file(pathbuf, -1);
488 if (temp == 0) {
495 "Random seed file %s %u bytes\n", pathbuf, temp);
859 u_char temp; local
865 &temp, sizeof(temp));
870 if (temp == '#')
873 if (temp >
1151 u_int temp; local
1330 u_int temp; local
1559 u_int temp; local
2251 int temp; local
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c1948 mips_split_symbol (rtx temp, rtx addr)
1955 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr)));
1983 mips_unspec_offset_high (rtx temp, rtx base, rtx addr,
1989 addr = mips_force_temporary (temp, addr);
1990 return mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base));
2001 mips_add_offset (rtx temp, rtx reg, HOST_WIDE_INT offset)
2019 high = mips_force_temporary (temp, high);
2020 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
2284 mips_move_integer (rtx dest, rtx temp, unsigned HOST_WIDE_INT value)
2301 emit_insn (gen_rtx_SET (VOIDmode, temp,
1942 mips_split_symbol(rtx temp, rtx addr) argument
1977 mips_unspec_offset_high(rtx temp, rtx base, rtx addr, enum mips_symbol_type symbol_type) argument
1995 mips_add_offset(rtx temp, rtx reg, HOST_WIDE_INT offset) argument
2278 mips_move_integer(rtx dest, rtx temp, unsigned HOST_WIDE_INT value) argument
4539 rtx left, right, temp; local
5022 register int temp; local
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.c1340 unsigned int temp; local
1344 temp = ucom_cons_tx_high - ucom_cons_tx_low;
1345 temp %= UCOM_CONS_BUFSIZE;
1349 if (temp > (UCOM_CONS_BUFSIZE - ucom_cons_tx_low))
1350 temp = (UCOM_CONS_BUFSIZE - ucom_cons_tx_low);
1352 if (temp > len)
1353 temp = len;
1357 usbd_copy_in(pc, offset, ucom_cons_tx_buf + ucom_cons_tx_low, temp);
1361 ucom_cons_tx_low += temp;
1366 *actlen = temp;
1419 unsigned int temp; local
1611 unsigned int temp; local
[all...]
H A Dumct.c290 struct usb_xfer *temp = sc->sc_xfer[UMCT_INTR_DT_RD]; local
293 sc->sc_xfer[UMCT_BULK_DT_RD] = temp;
356 uint8_t temp[4]; local
366 USETDW(temp, value);
369 &req, temp, 0, 1000);
H A Dufoma.c682 uint16_t temp; local
709 temp = UGETW(pkt.wValue);
710 sc->sc_currentmode = (temp >> 8);
711 if (!(temp & 0xff)) {
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c330 uint32_t temp; local
335 temp = sc->cpu_minmhz;
336 err = sysctl_handle_int(oidp, &temp, 0, req);
340 op = cpufreq_nearest_oppt(sc, temp);
362 uint32_t temp; local
367 temp = sc->cpu_maxmhz;
368 err = sysctl_handle_int(oidp, &temp, 0, req);
372 op = cpufreq_nearest_oppt(sc, temp);
470 temp_to_count(struct imx6_anatop_softc *sc, uint32_t temp) argument
474 (sc->temp_high_val - temp) / (s
509 uint32_t temp; local
[all...]
/freebsd-11-stable/lib/libedit/
H A Dreadline.c1114 char **result = NULL, *temp, delim = '\0'; local
1147 temp = el_malloc((size_t)(len + 1) * sizeof(*temp));
1148 if (temp == NULL) {
1154 (void)strncpy(temp, &str[start], len);
1155 temp[len] = '\0';
1156 result[idx++] = temp;
H A Dfilecomplete.c78 char *temp; local
84 temp = strchr(txt + 1, '/');
85 if (temp == NULL) {
86 temp = strdup(txt + 1);
87 if (temp == NULL)
91 len = (size_t)(temp - txt + 1);
92 temp = el_malloc(len * sizeof(*temp));
93 if (temp == NULL)
95 (void)strncpy(temp, tx
150 char *temp; local
425 Char *temp; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ndp.sh212 atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
213 rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
242 # Test temp option (XXX it doesn't work; expire time isn't set)
243 #atf_check -s exit:0 -o ignore rump.ndp -s fc00::10 b2:a0:20:00:00:10 temp
246 # Cannot overwrite a temp cache
/freebsd-11-stable/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh247 # Test temp option
249 atf_check -s exit:0 -o ignore rump.arp -s 10.0.1.10 b2:a0:20:00:00:10 temp
336 atf_check -s exit:0 -o ignore rump.arp -s 10.0.1.10 b2:a0:20:00:00:10 temp
340 # Can overwrite a temp cache

Completed in 602 milliseconds

<<11121314151617181920>>