/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | sz.h | 53 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 D | sc.h | 281 bool psz; member
|
/freebsd/contrib/jemalloc/src/ |
H A D | sc.c | 67 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 D | sz.c | 12 if (sc->psz) {
|
H A D | extent.c | 345 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/sys/sys/ |
H A D | select.h | 91 __size_t psz = __ssp_bos0(p); in __fdset_idx() local 96 if (psz / sizeof(__fd_mask) < (sidx + 1)) in __fdset_idx()
|
/freebsd/contrib/mandoc/ |
H A D | cgi.c | 64 size_t psz; /* number of available manpaths */ member 494 if (req->psz > 1) { in resp_searchform() 497 for (i = 0; i < (int)req->psz; i++) { in resp_searchform() 531 for (i = 0; i < req->psz; i++) in validate_manpath() 1185 for (i = 0; i < (int)req.psz; i++) in main() 1286 (req->psz + 1) * sizeof(char *)); in parse_manpath_conf() 1299 req->p[req->psz++] = dp; in parse_manpath_conf()
|
H A D | mandocdb.c | 1951 render_string(char **public, size_t *psz) in render_string() argument 1967 ssz = *psz; in render_string() 1971 while (scp < src + *psz) { in render_string() 2065 *psz = dsz; in render_string() 2070 while (*psz > 0 && (*public)[*psz - 1] == ' ') in render_string() 2071 --*psz; in render_string() 2073 (*public)[*psz] = '\0'; in render_string()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 173 InferiorSizedWord(uint64_t val, size_t psz) : ptr_size(psz) { in InferiorSizedWord()
|
/freebsd/contrib/one-true-awk/ |
H A D | lex.c | 111 static int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() argument 115 int sz = *psz; in gettok() 170 *psz = sz; in gettok()
|
/freebsd/stand/ficl/ |
H A D | ficl.h | 319 #define SI_PSZ(si, psz) \ argument 320 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 967 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 D | t4_ddp.c | 2105 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 D | dtrace.c | 990 uintptr_t psz = sizeof (void *); in dtrace_canload_remains() local 1014 if (DTRACE_INRANGE(addr, sz, &vp->v_path, psz)) { in dtrace_canload_remains() 1016 psz); in dtrace_canload_remains() 1027 if (DTRACE_INRANGE(addr, sz, &vp->v_op, psz)) { in dtrace_canload_remains() 1029 psz); in dtrace_canload_remains() 1035 DTRACE_INRANGE(addr, sz, &op->vnop_name, psz)) { in dtrace_canload_remains() 1037 &op->vnop_name, psz); in dtrace_canload_remains()
|