Searched refs:tab (Results 176 - 200 of 307) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-mips.c10646 Elf32_gptab *tab;
10719 tab = bfd_malloc (amt);
10720 if (tab == NULL)
10722 tab[0].gt_header.gt_current_g_value = elf_gp_size (abfd);
10723 tab[0].gt_header.gt_unused = 0;
10764 free (tab);
10776 if (tab[look].gt_entry.gt_g_value >= val)
10777 tab[look].gt_entry.gt_bytes += add;
10779 if (tab[look].gt_entry.gt_g_value == val)
10790 new_tab = bfd_realloc (tab, am
10605 Elf32_gptab *tab; local
[all...]
/freebsd-12-stable/sys/arm/mv/
H A Dmv_common.c1185 const struct decode_win *tab; local
1188 tab = wintab;
1190 for (i = 0; i < win_no; i++, tab++) {
1195 if ((tab->base + tab->size - 1) < (wintab + win)->base)
1199 tab->base)
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c2058 struct tbl_loadavg tab; local
2060 if (table(TBL_LOADAVG, 0, &tab, 1, sizeof(tab)) == -1)
2068 sm_dprintf("getla: scale = %d\n", tab.tl_lscale);
2070 if (tab.tl_lscale)
2071 ave = ((tab.tl_avenrun.l[2] + (tab.tl_lscale/2)) /
2072 tab.tl_lscale);
2074 ave = (int) (tab.tl_avenrun.d[2] + 0.5);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c9209 /* tab(I) - pointer to table of TCP queues */
9216 ipf_settimeout_tcp(t, p, tab)
9219 ipftq_t *tab;
9223 ipf_apply_timeout(&tab[IPF_TCPS_ESTABLISHED], p->ipftu_int);
9225 ipf_apply_timeout(&tab[IPF_TCPS_CLOSE_WAIT], p->ipftu_int);
9227 ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int);
9229 ipf_apply_timeout(&tab[IPF_TCPS_LISTEN], p->ipftu_int);
9230 ipf_apply_timeout(&tab[IPF_TCPS_HALF_ESTAB], p->ipftu_int);
9231 ipf_apply_timeout(&tab[IPF_TCPS_CLOSING], p->ipftu_int);
9233 ipf_apply_timeout(&tab[IPF_TCPS_LISTE
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c549 * If XTABS was on, remove the tab and backtab capabilities.
554 tab = back_tab = NULL;
557 tab = back_tab = NULL;
/freebsd-12-stable/sys/kern/
H A Dsubr_prf.c158 tablefull(const char *tab) argument
161 log(LOG_ERR, "%s: table is full\n", tab);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-isakmp.c736 #define STR_OR_ID(x, tab) \
737 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c2120 double tab[][4] /* correlation vector array */
2143 for (i = 0; tab[i][0] != 0; i++) {
2146 acc += data[j] * tab[i][j];
/freebsd-12-stable/sys/dev/pccard/
H A Dpccard.c134 const struct pccard_product *tab, size_t ent_size,
370 const struct pccard_product *tab, size_t ent_size,
399 for (ent = tab; ent->pp_vendor != 0; ent =
369 pccard_do_product_lookup(device_t bus, device_t dev, const struct pccard_product *tab, size_t ent_size, pccard_product_match_fn matchfn) argument
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_block.h2405 br_des_tab_cbcenc_keys tab; member in union:__anon267
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c2111 uint64_t *tab, *cno; local
2157 tab = (uint64_t *)data;
2158 error = nandfs_delete_cp(nandfsdev->nd_cp_node, tab[0], tab[1]);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2701 % starts with @tab. Empty columns may be produced by supplying @tab's
2703 % ie, @tab@tab@tab will produce two empty columns.
2705 % @item, @tab do not need to be on their own lines, but it will not hurt
2711 % @item first col stuff @tab second col stuff @tab third col
2714 % @tab
2716 % @tab
[all...]
/freebsd-12-stable/contrib/libstdc++/libmath/
H A DMakefile.in305 -rm -f *.tab.c
/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk152 *:y.tab.c \
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c4337 int i, ridx, tab = 0; local
4398 tab = iwm_rates[ridx].plcp;
4399 tab |= nextant << IWM_RATE_MCS_ANT_POS;
4401 tab |= IWM_RATE_MCS_CCK_MSK;
4404 i, iwm_rates[ridx].rate, tab);
4405 lq->rs_table[i] = htole32(tab);
4409 KASSERT(tab != 0, ("invalid tab"));
4410 lq->rs_table[i] = htole32(tab);
/freebsd-12-stable/share/mk/
H A Dmeta.autodep.mk154 *:y.tab.c \
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A DMakefile.in525 -rm -f *.tab.c
560 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/crypto/heimdal/lib/com_err/
H A DMakefile.in561 -rm -f *.tab.c
624 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/crypto/heimdal/lib/sl/
H A DMakefile.in570 -rm -f *.tab.c
607 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in478 -rm -f *.tab.c
731 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A DMakefile.in802 -rm -f *.tab.c
874 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
/freebsd-12-stable/contrib/openbsm/bin/audit/
H A DMakefile.in429 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/bin/auditd/
H A DMakefile.in434 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/bin/auditfilterd/
H A DMakefile.in425 -rm -f *.tab.c
/freebsd-12-stable/contrib/openbsm/bin/auditreduce/
H A DMakefile.in424 -rm -f *.tab.c

Completed in 667 milliseconds

1234567891011>>