Searched refs:hindex (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dline.c112 int hindex; /* Index into hyperlink prefix */ member in struct:ansi_state
596 pansi->hindex = 0;
621 if (pansi->hindex >= 0)
624 if (ch == hlink_prefix[pansi->hindex] ||
625 (pansi->hindex == 0 && IS_CSI_START(ch)))
627 pansi->hindex++;
628 if (hlink_prefix[pansi->hindex] == '\0')
632 pansi->hindex = -1; /* not a hyperlink */
/freebsd-12-stable/sys/net/altq/
H A Daltq_fairq.c613 u_int hindex; local
626 hindex = bucketid & cl->cl_nbucket_mask;
627 b = &cl->cl_buckets[hindex];
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2344 uint32_t hindex; local
2348 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask);
2349 poh = &pmc_ownerhash[hindex];
2579 uint32_t hindex; local
2583 hindex = PMC_HASH_PTR(p, pmc_processhashmask);
2584 pph = &pmc_processhash[hindex];
2666 uint32_t hindex; local
2670 hindex = PMC_HASH_PTR(p, pmc_ownerhashmask);
2671 poh = &pmc_ownerhash[hindex];
2678 PMCDBG5(OWN,FND,1, "find-owner proc=%p (%d, %s) hindex
[all...]
/freebsd-12-stable/contrib/jemalloc/src/
H A Darena.c290 szind_t index, hindex; local
298 hindex = (index >= NBINS) ? index - NBINS : 0;
301 &arena->stats.lstats[hindex].nmalloc, 1);
306 szind_t index, hindex; local
314 hindex = (index >= NBINS) ? index - NBINS : 0;
317 &arena->stats.lstats[hindex].ndalloc, 1);

Completed in 192 milliseconds