Home
last modified time | relevance | path

Searched refs:psz (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h53 sz_psz2ind(size_t psz) { in sz_psz2ind() argument
54 if (unlikely(psz > SC_LARGE_MAXCLASS)) { in sz_psz2ind()
57 pszind_t x = lg_floor((psz<<1)-1); in sz_psz2ind()
66 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) & in sz_psz2ind()
107 sz_psz2u(size_t psz) { in sz_psz2u() argument
108 if (unlikely(psz > SC_LARGE_MAXCLASS)) { in sz_psz2u()
111 size_t x = lg_floor((psz<<1)-1); in sz_psz2u()
116 size_t usize = (psz + delta_mask) & ~delta_mask; in sz_psz2u()
H A Dsc.h281 bool psz; member
/freebsd/contrib/jemalloc/src/
H A Dsc.c67 sc->psz = (reg_size_compute(lg_base, lg_delta, ndelta) in size_class()
71 assert(!sc->psz); in size_class()
123 if (sc->psz) { in size_classes()
151 if (sc->psz) { in size_classes()
164 if (sc->psz) { in size_classes()
192 if (sc->psz) { in size_classes()
H A Dsz.c12 if (sc->psz) {
H A Dextent.c345 size_t psz = extent_size_quantize_floor(size); in extents_insert_locked() local
346 pszind_t pind = sz_psz2ind(psz); in extents_insert_locked()
376 size_t psz = extent_size_quantize_floor(size); in extents_remove_locked() local
377 pszind_t pind = sz_psz2ind(psz); in extents_remove_locked()
/freebsd/contrib/mandoc/
H A Dcgi.c63 size_t psz; /* number of available manpaths */ member
488 if (req->psz > 1) { in resp_searchform()
490 for (i = 0; i < (int)req->psz; i++) { in resp_searchform()
524 for (i = 0; i < req->psz; i++) in validate_manpath()
1154 for (i = 0; i < (int)req.psz; i++) in main()
1255 (req->psz + 1) * sizeof(char *)); in parse_manpath_conf()
1268 req->p[req->psz++] = dp; in parse_manpath_conf()
H A Dmandocdb.c1962 render_string(char **public, size_t *psz) in render_string() argument
1978 ssz = *psz; in render_string()
1982 while (scp < src + *psz) { in render_string()
2066 *psz = dsz; in render_string()
2071 while (*psz > 0 && (*public)[*psz - 1] == ' ') in render_string()
2072 --*psz; in render_string()
2074 (*public)[*psz] = '\0'; in render_string()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h173 InferiorSizedWord(uint64_t val, size_t psz) : ptr_size(psz) { in InferiorSizedWord()
/freebsd/contrib/one-true-awk/
H A Dlex.c110 static int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() argument
114 int sz = *psz; in gettok()
169 *psz = sz; in gettok()
/freebsd/stand/ficl/
H A Dficl.h319 #define SI_PSZ(si, psz) \ argument
320 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c967 u32 conn_num, total_size, ent_per_page, psz, i; in ecore_cxt_src_t2_alloc() local
987 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in ecore_cxt_src_t2_alloc()
988 p_mngr->t2_num_pages = DIV_ROUND_UP(total_size, psz); in ecore_cxt_src_t2_alloc()
1002 u32 size = OSAL_MIN_T(u32, total_size, psz); in ecore_cxt_src_t2_alloc()
1020 ent_per_page = psz / sizeof(struct src_ent); in ecore_cxt_src_t2_alloc()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c2105 t4_init_ppod_region(struct ppod_region *pr, struct t4_range *r, u_int psz, in t4_init_ppod_region() argument
2115 pr->pr_page_shift[0] = 12 + G_HPZ0(psz); in t4_init_ppod_region()
2116 pr->pr_page_shift[1] = 12 + G_HPZ1(psz); in t4_init_ppod_region()
2117 pr->pr_page_shift[2] = 12 + G_HPZ2(psz); in t4_init_ppod_region()
2118 pr->pr_page_shift[3] = 12 + G_HPZ3(psz); in t4_init_ppod_region()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c989 uintptr_t psz = sizeof (void *); in dtrace_canload_remains() local
1013 if (DTRACE_INRANGE(addr, sz, &vp->v_path, psz)) { in dtrace_canload_remains()
1015 psz); in dtrace_canload_remains()
1026 if (DTRACE_INRANGE(addr, sz, &vp->v_op, psz)) { in dtrace_canload_remains()
1028 psz); in dtrace_canload_remains()
1034 DTRACE_INRANGE(addr, sz, &op->vnop_name, psz)) { in dtrace_canload_remains()
1036 &op->vnop_name, psz); in dtrace_canload_remains()