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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h53 sz_psz2ind(size_t psz) { argument
54 if (unlikely(psz > SC_LARGE_MAXCLASS)) {
57 pszind_t x = lg_floor((psz<<1)-1);
66 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) &
107 sz_psz2u(size_t psz) {
108 if (unlikely(psz > SC_LARGE_MAXCLASS)) {
111 size_t x = lg_floor((psz<<1)-1);
116 size_t usize = (psz + delta_mask) & ~delta_mask;
H A Dsc.h281 bool psz; member in struct:sc_s
/freebsd-13-stable/contrib/jemalloc/src/
H A Dsc.c67 sc->psz = (reg_size_compute(lg_base, lg_delta, ndelta)
71 assert(!sc->psz);
123 if (sc->psz) {
151 if (sc->psz) {
164 if (sc->psz) {
192 if (sc->psz) {
H A Dsz.c12 if (sc->psz) {
H A Dextent.c345 size_t psz = extent_size_quantize_floor(size); local
346 pszind_t pind = sz_psz2ind(psz);
376 size_t psz = extent_size_quantize_floor(size); local
377 pszind_t pind = sz_psz2ind(psz);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h173 InferiorSizedWord(uint64_t val, size_t psz) : ptr_size(psz) { argument
/freebsd-13-stable/contrib/mandoc/
H A Dcgi.c61 size_t psz; /* number of available manpaths */ member in struct:req
464 if (req->psz > 1) {
466 for (i = 0; i < (int)req->psz; i++) {
500 for (i = 0; i < req->psz; i++)
1128 for (i = 0; i < (int)req.psz; i++)
1229 (req->psz + 1) * sizeof(char *));
1242 req->p[req->psz++] = dp;
H A Dmandocdb.c1904 render_string(char **public, size_t *psz) argument
1920 ssz = *psz;
1924 while (scp < src + *psz) {
2008 *psz = dsz;
2013 while (*psz > 0 && (*public)[*psz - 1] == ' ')
2014 --*psz;
2016 (*public)[*psz] = '\0';
/freebsd-13-stable/contrib/one-true-awk/
H A Dlex.c107 int gettok(char **pbuf, int *psz) /* get next input token */ argument
111 int sz = *psz;
166 *psz = sz;
/freebsd-13-stable/stand/ficl/
H A Dficl.h320 #define SI_PSZ(si, psz) \
321 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1193 t4_init_ppod_region(struct ppod_region *pr, struct t4_range *r, u_int psz, argument
1203 pr->pr_page_shift[0] = 12 + G_HPZ0(psz);
1204 pr->pr_page_shift[1] = 12 + G_HPZ1(psz);
1205 pr->pr_page_shift[2] = 12 + G_HPZ2(psz);
1206 pr->pr_page_shift[3] = 12 + G_HPZ3(psz);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c969 u32 conn_num, total_size, ent_per_page, psz, i; local
989 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val);
990 p_mngr->t2_num_pages = DIV_ROUND_UP(total_size, psz);
1004 u32 size = OSAL_MIN_T(u32, total_size, psz);
1022 ent_per_page = psz / sizeof(struct src_ent);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c985 uintptr_t psz = sizeof (void *); local
1009 if (DTRACE_INRANGE(addr, sz, &vp->v_path, psz)) {
1011 psz);
1022 if (DTRACE_INRANGE(addr, sz, &vp->v_op, psz)) {
1024 psz);
1030 DTRACE_INRANGE(addr, sz, &op->vnop_name, psz)) {
1032 &op->vnop_name, psz);

Completed in 304 milliseconds