Searched refs:temp (Results 126 - 150 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libreadline/
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...]
H A Ddisplay.c463 int newlines, lpos, temp, modmark, n0, num; local
518 temp = local_prompt_len + out + 2;
519 if (temp >= line_size)
521 line_size = (temp + 1024) - (temp % 1024);
540 pmtlen = prompt_this_line - rl_display_prompt; /* temp var */
552 temp = pmtlen + out + 2;
553 if (temp >= line_size)
555 line_size = (temp + 1024) - (temp
1218 int temp, lendiff, wsatend, od, nd, twidth, o_cpos; local
1774 register char *temp; local
[all...]
H A Dsearch.c459 HIST_ENTRY *temp; local
463 temp = (HIST_ENTRY *)NULL;
478 temp = current_history ();
482 if (prev_line_found && STREQ (prev_line_found, temp->line))
484 prev_line_found = temp->line;
489 if (temp == 0)
511 make_history_line_current (temp);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tt560.c253 unsigned char temp; local
257 temp = byte_swap.byte[3];
259 byte_swap.byte[0] = temp;
261 temp = byte_swap.byte[2];
263 byte_swap.byte[1] = temp;
H A Dntp_prio_q.c56 node *temp = NULL; local
60 temp = my_queue->front;
62 free(temp);
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c108 * Permit dates past 1999/12/31. Make lock and temp files faster and safer.
673 char const *temp; local
678 temp = sp;
689 pt->ssymbol = temp;
788 char const *temp; local
794 temp = sp;
801 headstate = temp;
812 pt->status = temp;
1170 struct hshentry *target, *target2, *temp; local
1182 temp
[all...]
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.c973 octusb_setup_standard_chain_sub(struct octusb_std_temp *temp) argument
978 td = temp->td_next;
979 temp->td = td;
982 temp->td_next = td->obj_next;
985 td->func = temp->func;
986 td->pc = temp->pc;
987 td->offset = temp->offset;
988 td->remainder = temp->len;
991 td->short_pkt = temp->short_pkt;
992 td->alt_next = temp
998 struct octusb_std_temp temp; local
1282 uint32_t temp; local
[all...]
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_cdce.c327 struct usb_ncm_parameters temp; local
350 USETW(req.wLength, sizeof(temp));
353 &temp, 0, NULL, 1000 /* ms */);
360 sc->sc_ncm.rx_max = UGETDW(temp.dwNtbInMaxSize);
361 sc->sc_ncm.tx_max = UGETDW(temp.dwNtbOutMaxSize);
362 sc->sc_ncm.tx_remainder = UGETW(temp.wNdpOutPayloadRemainder);
363 sc->sc_ncm.tx_modulus = UGETW(temp.wNdpOutDivisor);
364 sc->sc_ncm.tx_struct_align = UGETW(temp.wNdpOutAlignment);
365 sc->sc_ncm.tx_nframe = UGETW(temp.wNtbOutMaxDatagrams);
367 sc->sc_ncm.rx_max = UGETDW(temp
1370 uint8_t temp; local
1432 int temp; local
[all...]
/freebsd-11-stable/sys/dev/random/
H A Dfortuna.c317 static uint8_t temp[RANDOM_BLOCKSIZE*(RANDOM_KEYS_PER_BLOCK)]; local
329 random_fortuna_genblocks(temp, RANDOM_KEYS_PER_BLOCK);
330 randomdev_encrypt_init(&fortuna_state.fs_key, temp);
331 explicit_bzero(temp, sizeof(temp));
348 uint8_t temp[RANDOM_KEYSIZE]; local
375 * FS&K - temp = (P_i)
377 * - s = s|H(temp)
379 randomdev_hash_finish(&fortuna_state.fs_pool[i].fsp_hash, temp);
383 randomdev_hash_iterate(&context, temp, RANDOM_KEYSIZ
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c187 struct radix_tree_node *temp[RADIX_TREE_MAX_HEIGHT - 1]; local
252 temp[idx] = malloc(sizeof(*node), M_RADIX,
254 if (temp[idx] == NULL) {
256 free(temp[idx], M_RADIX);
265 node->slots[idx] = temp[height - 1];
286 struct radix_tree_node *temp[RADIX_TREE_MAX_HEIGHT - 1]; local
357 temp[idx] = malloc(sizeof(*node), M_RADIX,
359 if (temp[idx] == NULL) {
361 free(temp[idx], M_RADIX);
370 node->slots[idx] = temp[heigh
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_request.c140 int temp; local
146 temp = usb_ctrl_debug.ds_delay;
147 if (temp < 0)
148 temp = 0;
149 else if (temp > (16*1024))
150 temp = (16*1024);
152 dbg->ds_delay = temp;
156 temp = usb_ctrl_debug.ss_delay;
157 if (temp < 0)
158 temp
419 uint16_t temp; local
1105 uint8_t *temp; local
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c1326 unsigned int temp; local
1400 temp = 0;
1401 if (!(c_temp & 0x40)) temp |= METEOR_STATUS_HCLK;
1402 if (!(c_temp & 0x10)) temp |= METEOR_STATUS_FIDT;
1403 *(u_short *)arg = temp;
1407 temp = *(unsigned long*)arg & BT848_IFORM_FORMAT;
1411 OUTB(bktr, BKTR_IFORM, (temp_iform | temp | format_params[temp].iform_xtsel));
1412 switch( temp ) {
1422 OUTB(bktr, BKTR_ADELAY, format_params[temp]
1941 int temp, temp1; local
2361 unsigned int temp; local
3448 unsigned int temp; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c692 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */ local
696 temp = activeHosts;
697 while (temp)
699 if (temp->sockctrl == pr->rmt_sockctrl)
704 temp = temp->next;
950 struct activehosts *temp; /* temp var needed to scan the host list chain */ local
951 struct addrinfo hints, *addrinfo, *ai_next; /* temp va
1020 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */ local
2638 struct activehosts *temp, *prev; /* temp var needed to scan he host list chain */ local
2769 struct activehosts *temp, *prev; /* temp var needed to scan the host list chain */ local
2877 struct activehosts *temp; /* temp var needed to scan the host list chain */ local
[all...]
/freebsd-11-stable/sys/dev/agp/
H A Dagp_nvidia.c135 u_int32_t temp; local
231 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4);
232 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp | 0x11, 4);
235 temp = pci_read_config(sc->dev, AGP_NVIDIA_0_APSIZE, 4);
236 pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp | 0x100, 4);
248 u_int32_t temp; local
253 temp = pci_read_config(sc->dev, AGP_NVIDIA_0_APSIZE, 4);
254 pci_write_config(sc->dev, AGP_NVIDIA_0_APSIZE, temp & ~(0x100), 4);
257 temp = pci_read_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, 4);
258 pci_write_config(sc->mc2_dev, AGP_NVIDIA_2_GARTCTRL, temp
346 u_int32_t wbc_reg, temp; local
[all...]
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c107 * temp.buf or the caller-provided input buffer.
275 } temp; member in struct:xz_dec_lzma2
842 * s->temp.buf, which (hopefully) gets filled on the next call to this
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) {
853 tmp = 2 * LZMA_IN_REQUIRED - s->temp.size;
854 if (tmp > s->lzma2.compressed - s->temp.size)
855 tmp = s->lzma2.compressed - s->temp.size;
859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp);
861 if (s->temp
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c105 cd9660node *temp; local
118 TAILQ_FOREACH(temp, &node->cn_children, cn_next_child) {
119 if ((r = cd9660_susp_finalize(diskStructure, temp)) < 0)
210 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; local
221 TAILQ_FOREACH(temp, &node->head, rr_ll) {
226 * CD9660_SUSP_ENTRY_SIZE(temp));
228 working -= CD9660_SUSP_ENTRY_SIZE(temp);
230 last = temp;
231 susp_used += CD9660_SUSP_ENTRY_SIZE(temp);
256 for (temp
301 struct ISO_SUSP_ATTRIBUTES *temp; local
462 struct ISO_SUSP_ATTRIBUTES* temp; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-loop-linear.c255 struct loop *temp; local
278 for (temp = loop_nest->inner; temp; temp = temp->inner)
281 if (temp->next || !temp->single_exit)
H A Dexpr.c713 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from));
714 emit_move_insn (to, temp);
748 rtx temp;
837 temp = gen_reg_rtx (mode);
838 convert_move (temp, x, unsignedp);
839 return temp;
1915 rtx temp;
1927 temp = assign_stack_temp (GET_MODE (dst), ssize, 0);
1928 emit_group_store (temp, src, type, ssize);
1929 emit_group_load (dst, temp, typ
711 rtx temp = force_reg (to_mode, gen_lowpart (to_mode, from)); local
746 rtx temp; local
1910 rtx temp; local
1933 rtx temp; local
2916 rtx temp; local
3420 rtx temp; local
3616 rtx temp; local
4205 rtx temp; local
4274 rtx temp; local
4365 convert_move (SUBREG_REG (target), temp, local
5535 rtx temp; local
6022 rtx temp = expand_simple_binop (GET_MODE (value), code, local
6789 rtx op0, op1, temp, decl_rtl; local
9373 rtx temp, vector; local
[all...]
H A Dipa-prop.c112 ipa_methodlist_p temp; local
114 temp = ipa_create_methodlist_node ();
115 ipa_methodlist_method_set (temp, mt);
116 ipa_methodlist_next_method_set (temp, *wl);
117 *wl = temp;
603 tree temp; local
613 temp = ipa_method_get_tree (node, i);
614 if (TREE_CODE (temp) == PARM_DECL)
616 (*lang_hooks.decl_printable_name) (temp, 2));
628 bool temp; local
[all...]
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex_isa.c277 uint16_t temp; local
300 temp = ex_eeprom_read(sc, EE_W0);
302 (temp & EE_W0_PNP) ? "PnP" : "Manual",
303 (temp & EE_W0_BUS16) ? "16-bit" : "8-bit");
305 temp = ex_eeprom_read(sc, EE_W6);
307 (temp & EE_W6_BOARD_MASK) >> EE_W6_BOARD_SHIFT,
308 temp & EE_W6_STEP_MASK);
/freebsd-11-stable/usr.sbin/usbdump/
H A Dusbdump.c381 hexbyte(char *buf, uint8_t temp) argument
386 lo = temp & 0xF;
387 hi = temp >> 4;
579 struct header_32 temp; local
591 temp.ts_sec = htole32(hdr->bh_tstamp.tv_sec);
592 temp.ts_usec = htole32(hdr->bh_tstamp.tv_usec);
593 temp.caplen = htole32(hdr->bh_caplen);
594 temp.datalen = htole32(hdr->bh_datalen);
595 temp.hdrlen = hdr->bh_hdrlen;
596 temp
619 struct header_32 temp; local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp36 int index_lsb, index_msb, temp; local
42 temp = log_per_phy;
43 while ((temp & 1) == 0) {
44 temp >>= 1;
48 temp = log_per_phy;
49 while ((temp & 0x80000000) == 0) {
50 temp <<= 1;
/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/lib/libedit/
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/ncurses/ncurses/tinfo/
H A Daccess.c56 static char *temp; local
59 temp = strdup(result);
60 result = temp;

Completed in 263 milliseconds

1234567891011>>