Searched refs:tbl (Results 51 - 75 of 196) sorted by relevance

12345678

/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl202 tbl v1.16b, {$iptlo}, v1.16b // vpshufb %xmm1, %xmm2, %xmm1
204 tbl v2.16b, {$ipthi}, v0.16b // vpshufb %xmm0, %xmm3, %xmm2
213 tbl v4.16b, {$sb1t}, v2.16b // vpshufb %xmm2, %xmm13, %xmm4 # 4 = sb1u
215 tbl v0.16b, {$sb1u}, v3.16b // vpshufb %xmm3, %xmm12, %xmm0 # 0 = sb1t
217 tbl v5.16b, {$sb2t}, v2.16b // vpshufb %xmm2, %xmm15, %xmm5 # 4 = sb2u
219 tbl v2.16b, {$sb2u}, v3.16b // vpshufb %xmm3, %xmm14, %xmm2 # 2 = sb2t
221 tbl v3.16b, {v0.16b}, v1.16b // vpshufb %xmm1, %xmm0, %xmm3 # 0 = B
223 tbl v0.16b, {v0.16b}, v4.16b // vpshufb %xmm4, %xmm0, %xmm0 # 3 = D
225 tbl v4.16b, {v3.16b}, v1.16b // vpshufb %xmm1, %xmm3, %xmm4 # 0 = 2B+C
235 tbl v
[all...]
H A Daes-s390x.pl121 $tbl="%r12";
278 larl $tbl,AES_Te
323 l $s0,0($s0,$tbl) # Te0[s0>>24]
324 l $t1,1($t1,$tbl) # Te3[s0>>0]
325 l $t2,2($t2,$tbl) # Te2[s0>>8]
326 l $t3,3($t3,$tbl) # Te1[s0>>16]
328 x $s0,3($i1,$tbl) # Te1[s1>>16]
329 l $s1,0($s1,$tbl) # Te0[s1>>24]
330 x $t2,1($i2,$tbl) # Te3[s1>>0]
331 x $t3,2($i3,$tbl) # Te
[all...]
/freebsd-current/usr.bin/mkimg/
H A Dgpt.c189 struct gpt_ent *tbl, *ent; local
193 tbl = calloc(tblsz, secsz);
194 if (tbl == NULL)
198 ent = tbl + part->index;
212 return (tbl);
216 gpt_write_hdr(struct gpt_hdr *hdr, uint64_t self, uint64_t alt, uint64_t tbl) argument
222 le64enc(&hdr->hdr_lba_table, tbl);
233 struct gpt_ent *tbl; local
246 tbl = gpt_mktbl(tblsz);
247 if (tbl
[all...]
/freebsd-current/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c394 struct tegra124_init_item *tbl; local
399 tbl = &clk_init_table[i];
401 clknode = clknode_find_by_name(tbl->name);
404 tbl->name);
407 if (tbl->parent != NULL) {
408 rv = clknode_set_parent_by_name(clknode, tbl->parent);
412 tbl->name, tbl->parent, rv);
416 if (tbl->frequency != 0) {
417 rv = clknode_set_freq(clknode, tbl
[all...]
H A Dtegra124_clk_pll.c441 struct pdiv_table *tbl; local
443 tbl = sc->pdiv_table;
444 if (tbl == NULL)
447 while (tbl->divider != 0) {
448 if (p_div <= tbl->divider)
449 return (tbl->value);
450 tbl++;
458 struct pdiv_table *tbl; local
460 tbl = sc->pdiv_table;
461 if (tbl
810 struct pdiv_table *tbl; local
[all...]
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c392 struct tegra210_init_item *tbl; local
397 tbl = &clk_init_table[i];
399 clknode = clknode_find_by_name(tbl->name);
402 tbl->name);
405 if (tbl->parent != NULL) {
406 rv = clknode_set_parent_by_name(clknode, tbl->parent);
410 tbl->name, tbl->parent, rv);
414 if (tbl->frequency != 0) {
415 rv = clknode_set_freq(clknode, tbl
[all...]
H A Dtegra210_clk_pll.c627 struct pdiv_table *tbl; local
629 tbl = sc->pdiv_table;
630 if (tbl == NULL) {
637 while (tbl->divider != 0) {
638 if (p_div <= tbl->divider)
639 return (tbl->value);
640 tbl++;
648 struct pdiv_table *tbl; local
650 tbl = sc->pdiv_table;
651 if (tbl
1033 struct pdiv_table *tbl; local
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Dphy.h33 void rtw_parse_tbl_phy_cond(struct rtw_dev *rtwdev, const struct rtw_table *tbl);
34 void rtw_parse_tbl_bb_pg(struct rtw_dev *rtwdev, const struct rtw_table *tbl);
35 void rtw_parse_tbl_txpwr_lmt(struct rtw_dev *rtwdev, const struct rtw_table *tbl);
36 void rtw_phy_cfg_mac(struct rtw_dev *rtwdev, const struct rtw_table *tbl,
38 void rtw_phy_cfg_agc(struct rtw_dev *rtwdev, const struct rtw_table *tbl,
40 void rtw_phy_cfg_bb(struct rtw_dev *rtwdev, const struct rtw_table *tbl,
42 void rtw_phy_cfg_rf(struct rtw_dev *rtwdev, const struct rtw_table *tbl,
H A Dphy.c1089 void rtw_parse_tbl_phy_cond(struct rtw_dev *rtwdev, const struct rtw_table *tbl) argument
1091 const union phy_table_tile *p = tbl->data;
1092 const union phy_table_tile *end = p + tbl->size / 2;
1127 (*tbl->do_cfg)(rtwdev, tbl, p->cfg.addr, p->cfg.data);
1480 void rtw_parse_tbl_bb_pg(struct rtw_dev *rtwdev, const struct rtw_table *tbl) argument
1482 const struct rtw_phy_pg_cfg_pair *p = tbl->data;
1483 const struct rtw_phy_pg_cfg_pair *end = p + tbl->size;
1653 const struct rtw_table *tbl)
1655 const struct rtw_txpwr_lmt_cfg_pair *p = tbl
1652 rtw_parse_tbl_txpwr_lmt(struct rtw_dev *rtwdev, const struct rtw_table *tbl) argument
1695 rtw_phy_cfg_mac(struct rtw_dev *rtwdev, const struct rtw_table *tbl, u32 addr, u32 data) argument
1702 rtw_phy_cfg_agc(struct rtw_dev *rtwdev, const struct rtw_table *tbl, u32 addr, u32 data) argument
1709 rtw_phy_cfg_bb(struct rtw_dev *rtwdev, const struct rtw_table *tbl, u32 addr, u32 data) argument
1729 rtw_phy_cfg_rf(struct rtw_dev *rtwdev, const struct rtw_table *tbl, u32 addr, u32 data) argument
1773 const struct rtw_table *tbl; local
2340 const struct rtw_pwr_track_tbl *tbl = rtwdev->chip->pwr_track_tbl; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/asm-aarch64/blake3/
H A Db3_aarch64_sse41.S161 tbl v1.16b, { v1.16b }, v0.16b
171 tbl v7.16b, { v7.16b }, v1.16b
189 tbl v7.16b, { v7.16b }, v0.16b
200 tbl v7.16b, { v7.16b }, v1.16b
215 tbl v7.16b, { v7.16b }, v0.16b
232 tbl v7.16b, { v7.16b }, v1.16b
246 tbl v7.16b, { v7.16b }, v0.16b
256 tbl v7.16b, { v7.16b }, v1.16b
275 tbl v7.16b, { v7.16b }, v0.16b
287 tbl v2
[all...]
/freebsd-current/contrib/mandoc/
H A Dtbl_term.c29 #include "tbl.h"
182 if (tp->tbl.cols == NULL) {
186 tp->tbl.len = term_tbl_len;
187 tp->tbl.slen = term_tbl_strlen;
188 tp->tbl.sulen = term_tbl_sulen;
189 tp->tbl.arg = tp;
191 tblcalc(&tp->tbl, sp, tp->tcol->offset, tp->tcol->rmargin);
200 tsz += tp->tbl.cols[ic].width +
201 tp->tbl.cols[ic].spacing;
203 tsz += tp->tbl
[all...]
H A DMakefile.depend62 out.o: out.c config.h mandoc_aux.h mandoc.h tbl.h out.h
72 tbl.o: tbl.c config.h mandoc_aux.h mandoc.h tbl.h libmandoc.h tbl_parse.h tbl_int.h
73 tbl_data.o: tbl_data.c config.h mandoc_aux.h mandoc.h tbl.h libmandoc.h tbl_int.h
74 tbl_html.o: tbl_html.c config.h mandoc.h roff.h tbl.h out.h html.h
75 tbl_layout.o: tbl_layout.c config.h mandoc_aux.h mandoc.h tbl.h libmandoc.h tbl_int.h
76 tbl_opts.o: tbl_opts.c config.h mandoc.h tbl.h libmandoc.h tbl_int.h
77 tbl_term.o: tbl_term.c config.h mandoc.h tbl.h out.h term.h
83 tree.o: tree.c config.h mandoc.h roff.h mdoc.h man.h tbl
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap.c176 zap_table_grow(zap_t *zap, zap_table_phys_t *tbl, argument
186 ASSERT(tbl->zt_blk != 0);
187 ASSERT(tbl->zt_numblks > 0);
189 if (tbl->zt_nextblk != 0) {
190 newblk = tbl->zt_nextblk;
192 newblk = zap_allocate_blocks(zap, tbl->zt_numblks * 2);
193 tbl->zt_nextblk = newblk;
194 ASSERT0(tbl->zt_blks_copied);
196 tbl->zt_blk << bs, tbl
253 zap_table_store(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t val, dmu_tx_t *tx) argument
300 zap_table_load(zap_t *zap, zap_table_phys_t *tbl, uint64_t idx, uint64_t *valp) argument
1393 zap_stats_ptrtbl(zap_t *zap, uint64_t *tbl, int len, zap_stats_t *zs) argument
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c708 rtbl_t tbl; local
721 tbl = rtbl_create();
722 if (tbl == NULL) {
727 rtbl_add_column(tbl, SLAVE_NAME, 0);
728 rtbl_add_column(tbl, SLAVE_ADDRESS, 0);
729 rtbl_add_column(tbl, SLAVE_VERSION, RTBL_ALIGN_RIGHT);
730 rtbl_add_column(tbl, SLAVE_STATUS, 0);
731 rtbl_add_column(tbl, SLAVE_SEEN, 0);
733 rtbl_set_prefix(tbl, " ");
734 rtbl_set_column_prefix(tbl, SLAVE_NAM
[all...]
/freebsd-current/usr.bin/mandoc/
H A DMakefile8 MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
40 tbl.c \
/freebsd-current/sbin/pfctl/
H A Dpfctl_table.c503 struct pfr_table tbl; local
505 bzero(&tbl, sizeof(tbl));
506 if (strlcpy(tbl.pfrt_name, name, sizeof(tbl.pfrt_name)) >=
507 sizeof(tbl.pfrt_name) || strlcpy(tbl.pfrt_anchor, anchor,
508 sizeof(tbl.pfrt_anchor)) >= sizeof(tbl.pfrt_anchor))
510 tbl
[all...]
H A Dpfctl_optimize.c1219 add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af, argument
1228 if (*tbl == NULL) {
1229 if ((*tbl = calloc(1, sizeof(**tbl))) == NULL ||
1230 ((*tbl)->pt_buf = calloc(1, sizeof(*(*tbl)->pt_buf))) ==
1233 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS;
1234 SIMPLEQ_INIT(&(*tbl)->pt_nodes);
1237 snprintf((*tbl)->pt_name, sizeof((*tbl)
1280 pf_opt_create_table(struct pfctl *pf, struct pf_opt_tbl *tbl) argument
[all...]
/freebsd-current/contrib/flex/src/
H A Dtables_shared.h88 YYTD_ID_START_STATE_LIST = 0x0A, /**< 1-dim indices into trans tbl */
140 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
/freebsd-current/contrib/dialog/
H A Dmakefile.in145 @NROFF_NOTE@ GROFF_NO_SGR=stupid $(SHELL) -c "tbl $< | nroff -rHY=0 -Tascii -man | col -bx" >$@
151 @GROFF_NOTE@ $(SHELL) -c "tbl $< | groff -man" >$@
/freebsd-current/contrib/elftoolchain/size/
H A Dsize.c79 char ***tbl; member in struct:__anon609
833 if ((tb->tbl = calloc(col, sizeof(*tb->tbl))) == NULL)
847 assert(s != NULL && tb->tbl[col][tb->row - 1] == NULL);
848 if ((tb->tbl[col][tb->row - 1] = strdup(s)) == NULL)
873 tb->tbl[i] = realloc(tb->tbl[i], sizeof(*tb->tbl[i]) * tb->row);
874 if (tb->tbl[i] == NULL)
876 tb->tbl[
[all...]
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h151 umad_match_t *tbl; member in struct:vendor_match_tbl
/freebsd-current/libexec/bootpd/
H A Dhash.h126 extern void hash_Reset(hash_tbl *tbl, hash_freefp);
/freebsd-current/crypto/openssl/ssl/
H A Dssl_conf.c99 const ssl_flag_tbl *tbl; member in struct:ssl_conf_ctx_st
142 static int ssl_match_option(SSL_CONF_CTX *cctx, const ssl_flag_tbl *tbl, argument
146 if (!(cctx->flags & tbl->name_flags & SSL_TFLAG_BOTH))
149 if (strcmp(tbl->name, name))
151 } else if (tbl->namelen != namelen
152 || OPENSSL_strncasecmp(tbl->name, name, namelen))
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff);
162 const ssl_flag_tbl *tbl; local
181 for (i = 0, tbl
[all...]
/freebsd-current/contrib/libarchive/tar/
H A Dcreation_set.c53 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) argument
59 for (i = 0; tbl[i].suffix != NULL; i++) {
60 if (strcmp(tbl[i].suffix, suffix) == 0)
61 return (tbl[i].form);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dst.c187 st_table *tbl; local
200 tbl = alloc(st_table);
201 tbl->type = type;
202 tbl->num_entries = 0;
203 tbl->num_bins = size;
204 tbl->bins = (st_table_entry **) Calloc(size, sizeof(st_table_entry *));
206 return tbl;

Completed in 364 milliseconds

12345678