Home
last modified time | relevance | path

Searched refs:span (Results 1 – 19 of 19) sorted by relevance

/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t137 span.linkdescr {
344 table caption span.caption-number {
348 table caption span.caption-text {
397 div.figure p.caption span.caption-number {
401 div.figure p.caption span.caption-text {
533 span.pre {
568 div.code-block-caption span.caption-number {
573 div.code-block-caption span.caption-text {
627 span.eqno {
631 span.eqno a.headerlink {
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_diff.c127 uint64_t span = DBP_SPAN(dnp, zb->zb_level); in diff_cb() local
128 uint64_t dnobj = (zb->zb_blkid * span) >> DNODE_SHIFT; in diff_cb()
131 dnobj + (span >> DNODE_SHIFT) - 1); in diff_cb()
H A Ddmu_send.c1038 uint32_t span = srhp->datablksz >> DNODE_SHIFT; in do_dump() local
1039 uint64_t first_obj = range->start_blkid * span; in do_dump()
1040 uint64_t numobj = range->end_blkid * span - first_obj; in do_dump()
1146 uint64_t span = bp_span_in_blocks(dnp->dn_indblkshift, zb->zb_level); in send_cb() local
1154 if (!overflow_multiply(span, zb->zb_blkid, &start) || (!(zb->zb_blkid == in send_cb()
1156 span * zb->zb_blkid > dnp->dn_maxblkid)) { in send_cb()
1173 (start + span < start ? 0 : start + span), B_FALSE); in send_cb()
H A Ddnode.c2373 int i, inc, error, span; in dnode_next_offset_level() local
2441 span = (lvl - 1) * epbs + dn->dn_datablkshift; in dnode_next_offset_level()
2450 if (span >= 8 * sizeof (*offset)) { in dnode_next_offset_level()
2455 *offset = *offset >> span; in dnode_next_offset_level()
2468 if (span >= 8 * sizeof (*offset)) { in dnode_next_offset_level()
2471 *offset = *offset << span; in dnode_next_offset_level()
2477 *offset = MIN(*offset + (1ULL << span) - 1, start); in dnode_next_offset_level()
/f-stack/app/redis-5.0.5/deps/lua/doc/
H A Dmanual.css10 span.apii {
/f-stack/app/redis-5.0.5/src/
H A Dhyperloglog.c657 long first, span; in hllSparseSet() local
679 span = 0; in hllSparseSet()
690 span = HLL_SPARSE_ZERO_LEN(p); in hllSparseSet()
692 span = HLL_SPARSE_VAL_LEN(p); in hllSparseSet()
694 span = HLL_SPARSE_XZERO_LEN(p); in hllSparseSet()
698 if (index <= first+span-1) break; in hllSparseSet()
701 first += span; in hllSparseSet()
703 if (span == 0) return -1; /* Invalid format. */ in hllSparseSet()
778 int last = first+span-1; /* Last register covered by the sequence. */ in hllSparseSet()
H A Dt_zset.c90 zsl->header->level[j].span = 0; in zslCreate()
147 rank[i] += x->level[i].span; in zslInsert()
161 update[i]->level[i].span = zsl->length; in zslInsert()
171 x->level[i].span = update[i]->level[i].span - (rank[0] - rank[i]); in zslInsert()
172 update[i]->level[i].span = (rank[0] - rank[i]) + 1; in zslInsert()
177 update[i]->level[i].span++; in zslInsert()
194 update[i]->level[i].span += x->level[i].span - 1; in zslDeleteNode()
197 update[i]->level[i].span -= 1; in zslDeleteNode()
452 traversed += x->level[i].span; in zslDeleteRangeByRank()
487 rank += x->level[i].span; in zslGetRank()
[all …]
H A Dserver.h808 unsigned long span; member
/f-stack/freebsd/arm64/iommu/
H A Dsmmuvar.h123 uint8_t span; member
H A Dsmmu.c984 l1_desc->span = STRTAB_SPLIT + 1; in smmu_init_l1_entry()
1006 val |= l1_desc->span; in smmu_init_l1_entry()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v3.yaml112 A list of pairs <intid span>, where "intid" is the first SPI of a range
113 that can be used an MBI, and "span" the size of that range. Multiple
/f-stack/dpdk/doc/guides/nics/
H A Daf_packet.rst44 "block", a "frame" may not span across two "blocks".
H A Dmlx5.rst521 it is possible for a packet to span across multiple strides. This mode allows
/f-stack/freebsd/kern/
H A Dkern_shutdown.c1574 uint64_t dumpextent, span; in dump_start() local
1592 span = SIZEOF_METADATA + dumpextent + 2 * di->blocksize + in dump_start()
1594 if (di->mediasize < span) { in dump_start()
1606 dumpextent = di->mediasize - span + dumpextent; in dump_start()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt51 voltages reduced, provided all cpus enter this state. Since the span of low
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_02.rst62 also require that a malloc allocation not span across two separate
/f-stack/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst179 that any allocation from the malloc heap not span across allocations
837 Also, since a malloc element may span multiple pages, its contents may not
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1303 which is `255`, since literal values span from `0` to `255`,
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1146 Set RSS queue region span on a port::