Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 6 of 6) sorted by relevance

/components/utilities/libadt/uthash/
A Duthash.h137 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) argument
139 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle*)(void*)(((char*)(elp)) + ((tbl)->hho))) argument
209 #define HASH_BLOOM_FREE(tbl) argument
284 (add)->hh.prev = ELMT_FROM_HH((head)->hh.tbl, (head)->hh.tbl->tail); \
368 (add)->hh.tbl = (head)->hh.tbl; \
413 (add)->hh.tbl = (head)->hh.tbl; \
465 (head)->hh.tbl->tail = HH_FROM_ELMT((head)->hh.tbl, _hd_hh_del->prev); \
850 ((tbl)->num_items >> ((tbl)->log2_num_buckets+1U)) + \
851 ((((tbl)->num_items & (((tbl)->num_buckets*2U)-1U)) != 0U) ? 1U : 0U); \
878 (tbl)->ineff_expands = ((tbl)->nonideal_items > ((tbl)->num_items >> 1)) ? \
[all …]
/components/drivers/pic/
A Dpic-gicv3-its.c710 struct its_table *tbl; in gicv3_its_irq_alloc_msi() local
793 if (tbl->lvl2_bits) in gicv3_its_irq_alloc_msi()
927 struct its_table *tbl; in its_map_release() local
1117 struct its_table *tbl; in its_table_init() local
1135 tbl->page_size = its_baser_page_size(its, tbl); in its_table_init()
1152 while (MAX_HANDLERS / tbl->itt_entries < (1 << tbl->size_bits) && in its_table_init()
1166 tbl->lvl2_bits = tbl->size_bits - rt_ilog2(tbl->page_size / (int)entry_size); in its_table_init()
1169 alloc_size = (1 << tbl->size_bits) / (tbl->page_size / entry_size); in its_table_init()
1178 tbl->base = rt_malloc_align(alloc_size, tbl->page_size); in its_table_init()
1181 if (!tbl->base) in its_table_init()
[all …]
/components/dfs/dfs_v1/filesystems/elmfat/
A Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
A Dff.c1602 DWORD cl, ncl, *tbl; in clmt_clust() local
1606 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1609 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1612 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1614 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4379 DWORD *tbl; local
4395 tbl = fp->cltbl;
4396 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4409 *tbl++ = ncl; *tbl++ = tcl;
4415 *tbl = 0; /* Terminate table */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dffunicode.c31 #define CVTBL(tbl, cp) MERGE2(tbl, cp) argument
A Dff.c1633 DWORD *tbl; in clmt_clust() local
1637 tbl = fp->cltbl + 1; /* Top of CLMT */ in clmt_clust()
1640 ncl = *tbl++; /* Number of cluters in the fragment */ in clmt_clust()
1643 cl -= ncl; tbl++; /* Next fragment */ in clmt_clust()
1645 return cl + *tbl; /* Return the cluster number */ in clmt_clust()
4445 DWORD *tbl; local
4461 tbl = fp->cltbl;
4462 tlen = *tbl++; ulen = 2; /* Given table size and required table size */
4475 *tbl++ = ncl; *tbl++ = tcl;
4481 *tbl = 0; /* Terminate table */

Completed in 111 milliseconds