| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ckh.c | 259 ckhc_t *tab, *ttab; in ckh_grow() local 284 if (tab == NULL) { in ckh_grow() 289 ttab = ckh->tab; in ckh_grow() 290 ckh->tab = tab; in ckh_grow() 291 tab = ttab; in ckh_grow() 301 ckh->tab = tab; in ckh_grow() 328 if (tab == NULL) { in ckh_shrink() 336 ttab = ckh->tab; in ckh_shrink() 337 ckh->tab = tab; in ckh_shrink() 338 tab = ttab; in ckh_shrink() [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | disassem.c | 192 while (tab->name != NULL) { in arm64_disasm_generate_masks() 195 format = tab->format; in arm64_disasm_generate_masks() 234 tab->name); in arm64_disasm_generate_masks() 247 tab->name); in arm64_disasm_generate_masks() 254 tab->tokens[token].len = len; in arm64_disasm_generate_masks() 265 tab->mask = mask; in arm64_disasm_generate_masks() 266 tab->pattern = val; in arm64_disasm_generate_masks() 275 tab->mask = 0; in arm64_disasm_generate_masks() 276 tab->pattern = 0xffffffff; in arm64_disasm_generate_masks() 278 tab->name); in arm64_disasm_generate_masks() [all …]
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | armv4-gf2m.S | 17 str r4,[sp,#0] @ tab[0]=0 19 str r5,[sp,#4] @ tab[1]=a1 21 str r6,[sp,#8] @ tab[2]=a2 23 str r7,[sp,#12] @ tab[3]=a1^a2 25 str r8,[sp,#16] @ tab[4]=a4 27 str r9,[sp,#20] @ tab[5]=a1^a4 29 str r4,[sp,#24] @ tab[6]=a2^a4 31 str r7,[sp,#28] @ tab[7]=a1^a2^a4 34 ldr r5,[sp,r8] @ tab[b & 0x7] 36 ldr r7,[sp,r9] @ tab[b >> 3 & 0x7] [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aesopt.h | 701 #define one_table(x, op, tab, vf, rf, c) \ argument 702 (tab[bval(vf(x, 0, c), rf(0, c))] \ 703 ^ op(tab[bval(vf(x, 1, c), rf(1, c))], 1) \ 704 ^ op(tab[bval(vf(x, 2, c), rf(2, c))], 2) \ 705 ^ op(tab[bval(vf(x, 3, c), rf(3, c))], 3)) 707 #define four_tables(x, tab, vf, rf, c) \ argument 708 (tab[0][bval(vf(x, 0, c), rf(0, c))] \ 709 ^ tab[1][bval(vf(x, 1, c), rf(1, c))] \ 710 ^ tab[2][bval(vf(x, 2, c), rf(2, c))] \ 711 ^ tab[3][bval(vf(x, 3, c), rf(3, c))])
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_bridge.c | 99 struct ng_bridge_bucket *tab; /* hash table bucket array */ member 302 priv->tab = malloc(MIN_BUCKETS * sizeof(*priv->tab), in ng_bridge_constructor() 440 SLIST_FOREACH(hent, &priv->tab[bucket], next) { in ng_bridge_rcvmsg() 555 SLIST_FOREACH(hent, &priv->tab[bucket], next) { in ng_bridge_rcvmsg() 835 free(priv->tab, M_NETGRAPH_BRIDGE); in ng_bridge_shutdown() 885 SLIST_FOREACH(hent, &priv->tab[bucket], next) { in ng_bridge_get() 905 SLIST_FOREACH(hent, &priv->tab[bucket], next) { in ng_bridge_put() 921 SLIST_INSERT_HEAD(&priv->tab[bucket], hent, next); in ng_bridge_put() 963 struct ng_bridge_bucket *const oldList = &priv->tab[oldBucket]; in ng_bridge_rehash() 981 free(priv->tab, M_NETGRAPH_BRIDGE); in ng_bridge_rehash() [all …]
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 735 struct pqos_l3ca tab[PQOS_MAX_L3CA_COS] = {{0} }; local 739 ret = pqos_l3ca_get(m_sockets[i], PQOS_MAX_L3CA_COS, &num, tab); 747 if (tab[n].cdp == 1) { 749 "dMASK: 0x%llx\n", tab[n].class_id, 751 (unsigned long long)tab[n].code_mask, 752 (unsigned long long)tab[n].data_mask); 754 (unsigned long long)tab[n].u.s.code_mask, 755 (unsigned long long)tab[n].u.s.data_mask); 759 tab[n].class_id, 761 (unsigned long long)tab[n].ways_mask); [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_blist.c | 146 int tab); 1049 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int tab) in blst_radix_print() argument 1058 tab, tab, "", in blst_radix_print() 1069 tab, tab, "", in blst_radix_print() 1078 tab += 4; in blst_radix_print() 1085 radix / BLIST_RADIX, tab); in blst_radix_print() 1087 tab -= 4; in blst_radix_print() 1091 tab, tab, "" in blst_radix_print()
|
| H A D | subr_scanf.c | 581 __sccl(char *tab, const u_char *fmt) in __sccl() argument 595 tab[n] = v; /* memset(tab, v, 256) */ in __sccl() 609 tab[c] = v; /* take character c */ in __sccl() 643 tab[++c] = v; in __sccl()
|
| H A D | kern_thread.c | 296 lwpid_t tab[16]; member 311 KASSERT(tb->n < nitems(tb->tab), in tidbatch_add() 313 tb->tab[tb->n] = td->td_tid; in tidbatch_add() 321 KASSERT(tb->n <= nitems(tb->tab), in tidbatch_process() 323 if (tb->n == nitems(tb->tab)) { in tidbatch_process() 324 tid_free_batch(tb->tab, tb->n); in tidbatch_process() 333 KASSERT(tb->n <= nitems(tb->tab), in tidbatch_final() 336 tid_free_batch(tb->tab, tb->n); in tidbatch_final()
|
| H A D | subr_prf.c | 160 tablefull(const char *tab) in tablefull() argument 163 log(LOG_ERR, "%s: table is full\n", tab); in tablefull()
|
| H A D | vfs_subr.c | 300 struct vnode *tab[VDBATCH_SIZE]; member 3425 vp = vd->tab[i]; in vdbatch_process() 3433 bzero(vd->tab, sizeof(vd->tab)); in vdbatch_process() 3456 MPASS(vd->tab[vd->index] == NULL); in vdbatch_enqueue() 3462 vd->tab[vd->index] = vp; in vdbatch_enqueue() 3493 if (vd->tab[i] != vp) in vdbatch_dequeue() 3497 vd->tab[i] = vd->tab[vd->index]; in vdbatch_dequeue() 3498 vd->tab[vd->index] = NULL; in vdbatch_dequeue()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_sync.c | 1001 int tab; 1036 switch (tab) 1084 sl->sl_table = tab; 1086 if (tab == SMC_STATE) { 1089 } else if (tab == SMC_NAT) { 1110 if (tab == SMC_STATE) { 1112 } else if (tab == SMC_NAT) { 1136 int tab; 1150 if (tab == SMC_STATE) { 1168 slu->sup_hdr.sm_table = tab; [all …]
|
| H A D | radix_ipf.c | 1180 tabe_t *tab; in buildtab() local 1193 tab = malloc(sizeof(*tab) * 2); in buildtab() 1195 tab = realloc(tab, (lines + 1) * sizeof(*tab)); in buildtab() 1196 tab[lines - 1].host = strdup(line); in buildtab() 1197 s = strchr(tab[lines - 1].host, '/'); in buildtab() 1199 tab[lines - 1].mask = s; in buildtab() 1200 tab[lines - 1].what = "d"; in buildtab() 1204 tab[lines].host = NULL; in buildtab() 1205 tab[lines].mask = NULL; in buildtab() 1206 tab[lines].what = NULL; in buildtab() [all …]
|
| H A D | ip_lookup.c | 930 void *tab = NULL; local 937 tab = ipf_htable_find(softl->ipf_back[i], unit, name); 943 return tab;
|
| H A D | fil.c | 9218 ipf_settimeout_tcp(t, p, tab) in ipf_settimeout_tcp() argument 9221 ipftq_t *tab; 9229 ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int); 9231 ipf_apply_timeout(&tab[IPF_TCPS_LISTEN], p->ipftu_int); 9233 ipf_apply_timeout(&tab[IPF_TCPS_CLOSING], p->ipftu_int); 9235 ipf_apply_timeout(&tab[IPF_TCPS_LISTEN], p->ipftu_int); 9239 ipf_apply_timeout(&tab[IPF_TCPS_CLOSING], p->ipftu_int); 9243 ipf_apply_timeout(&tab[IPF_TCPS_SYN_SENT], p->ipftu_int); 9245 ipf_apply_timeout(&tab[IPF_TCPS_CLOSED], p->ipftu_int); 9247 ipf_apply_timeout(&tab[IPF_TCPS_CLOSED], p->ipftu_int); [all …]
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_qos.c | 215 get_entry_values(const char *entry, uint8_t *tab, in get_entry_values() argument 278 *tab = val; in get_entry_values() 279 tab = RTE_PTR_ADD(tab, elem_sz); in get_entry_values() 292 *tab = val; in get_entry_values() 293 tab = RTE_PTR_ADD(tab, elem_sz); in get_entry_values()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | po.m4 | 258 tab=`printf '\t'` 266 /^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=/{ 268 s/^['"${tab}"' ]*VARIABLE['"${tab}"' ]*=// 408 tab=`printf '\t'` 415 ${tab}@echo "\$(MSGFMT) -c --tcl -d \$(srcdir) -l $lang $srcdirpre$lang.po"; \ 416 ${tab}\$(MSGFMT) -c --tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobb… 426 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \ 427 ${tab}\$(MSGFMT) -c --csharp -d "\$(srcdir)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f…
|
| H A D | zfs-meta.m4 | 22 dnl # Placing a colon followed by a space or tab (ie, ":[ \t]+") within the
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ckh.h | 62 ckhc_t *tab; member
|
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair.c | 271 if (tab == NULL) in nvt_tab_alloc() 274 priv->nvp_hashtable = tab; in nvt_tab_alloc() 282 i_nvp_t **tab = priv->nvp_hashtable; in nvt_tab_free() local 283 if (tab == NULL) { in nvt_tab_free() 334 if (tab == NULL) { in nvt_lookup_name_type() 347 i_nvp_t *entry = tab[index]; in nvt_lookup_name_type() 384 i_nvp_t *next, *e = tab[i]; in nvt_resize() 398 tab[i] = NULL; in nvt_resize() 481 i_nvp_t *bucket = tab[index]; in nvt_remove_nvpair() 536 i_nvp_t *bucket = tab[index]; in nvt_add_nvpair() [all …]
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | est.c | 98 #define INTEL(tab, zhi, vhi, zlo, vlo, bus_clk) \ argument 99 { CPU_VENDOR_INTEL, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) } 100 #define CENTAUR(tab, zhi, vhi, zlo, vlo, bus_clk) \ argument 101 { CPU_VENDOR_CENTAUR, ID32(zhi, vhi, zlo, vlo, bus_clk), tab, nitems(tab) }
|
| /f-stack/freebsd/mips/mips/ |
| H A D | exception.S | 140 andi k0, k0, PTE2MASK #0c: k0=page tab offset 860 PTR_L k1, %lo(kernel_segmap)(k1) # k1=segment tab base 871 beq k1, zero, MipsKernGenException # ==0 -- no seg tab 883 beq k1, zero, MipsKernGenException # ==0 -- no pde tab 894 andi k0, k0, PTEMASK # k0=page tab offset 1047 PTR_L k1, %lo(kernel_segmap)(k1) # k1=segment tab base 1048 beq k1, zero, MipsKernGenException # ==0 -- no seg tab 1063 andi k0, k0, PTE2MASK # k0=page tab offset
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | sa.c | 1136 sa_idx_tab_t *tab; in sa_tear_down() local 1137 while ((tab = list_head(&layout->lot_idx_tab))) { in sa_tear_down() 1138 ASSERT(zfs_refcount_count(&tab->sa_refcount)); in sa_tear_down() 1139 sa_idx_tab_rele(os, tab); in sa_tear_down() 1174 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument 1177 sa_lot_t *tb = tab; in sa_attr_iter() 1185 if (tab == NULL) { in sa_attr_iter()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_common.c | 1142 const struct decode_win *tab; in decode_win_overlap() local 1145 tab = wintab; in decode_win_overlap() 1147 for (i = 0; i < win_no; i++, tab++) { in decode_win_overlap() 1152 if ((tab->base + tab->size - 1) < (wintab + win)->base) in decode_win_overlap() 1156 tab->base) in decode_win_overlap()
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 205 git config --local core.whitespace trailing-space,space-before-tab,indent-with-non-tab,-tab-in-inde…
|