| /src/external/bsd/mdocml/dist/ |
| mandoc_xr.c | 69 size_t ssz, nsz, tsz; local 79 tsz = ssz + nsz; 80 xr = mandoc_malloc(sizeof(*xr) + tsz); 90 pend = xr->hashkey + tsz; 92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv);
|
| tbl_term.c | 168 size_t coloff, tsz; local 197 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) 200 tsz += tp->tbl.cols[ic].width + 203 tsz += tp->tbl.cols[sp->opts->cols - 1].width; 204 if (offset + tsz > tp->tcol->rmargin) 205 tsz -= 1; 206 offset = offset + tp->tcol->rmargin > tsz ? 207 (offset + tp->tcol->rmargin - tsz) / 2 : 0;
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| xallocx.c | 23 size_t sz, tsz; local 29 tsz = xallocx(p, sz, 0, 0); 30 expect_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 38 size_t sz, tsz; local 44 tsz = xallocx(p, sz, sz-42, 0); 45 expect_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 53 size_t sz, tsz; local 59 tsz = xallocx(p, sz + 5, 0, 0) [all...] |
| rallocx.c | 49 size_t tsz; local 77 tsz = sallocx(q, 0); 78 expect_zu_eq(tsz, szs[j-1], 79 "Expected size=%zu, got size=%zu", szs[j-1], tsz);
|
| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| xallocx.c | 23 size_t sz, tsz; local 29 tsz = xallocx(p, sz, 0, 0); 30 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 38 size_t sz, tsz; local 44 tsz = xallocx(p, sz, sz-42, 0); 45 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 53 size_t sz, tsz; local 59 tsz = xallocx(p, sz + 5, 0, 0) [all...] |
| rallocx.c | 45 size_t tsz; local 73 tsz = sallocx(q, 0); 74 assert_zu_eq(tsz, szs[j-1], 75 "Expected size=%zu, got size=%zu", szs[j-1], tsz);
|
| /src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| elf2bb.c | 105 uint32_t tsz, dsz, bsz, trsz, relver; local 159 tsz = dsz = bsz = trsz = 0; 187 tsz += sh_size; 204 dprintf(("tsz = 0x%x, dsz = 0x%x, bsz = 0x%x, total 0x%x\n", 205 tsz, dsz, bsz, tsz + dsz + bsz)); 229 bbsize = roundup(tsz + dsz, 512); 235 if (tsz + dsz + bsz > bbsize) 237 argv[0], tsz, dsz, bsz, tsz + dsz + bsz) [all...] |
| /src/external/bsd/flex/dist/src/ |
| buf.c | 78 size_t tsz; 80 tsz = strlen(fmt) + strlen(s) + 1; 81 t = malloc(tsz); 84 snprintf (t, tsz, fmt, s); 100 size_t tsz; 105 tsz = strlen("#line \"\"\n") + /* constant parts */ 109 t = malloc(tsz); 112 for (dst = t + snprintf (t, tsz, "#line %d \"", lineno), src = filename; *src; *dst++ = *src++) 77 size_t tsz; local 99 size_t tsz; local
|
| /src/sys/arch/hpc/stand/hpcboot/ |
| memory.h | 96 vsize_t tsz = getTaggedPageSize(); local 97 return ((sz + tsz - 1) / tsz) * _page_size;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PRBTree.cc | 306 int tsz = times->size (); local 313 for (i = 1; i <= tsz; i = i * 2) 314 if (times->fetch (tsz - i) <= ts) 317 if (i <= tsz) 319 lt = tsz - i; 320 rt = tsz - i / 2 - 1; 325 rt = tsz - 1;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PRBTree.cc | 306 int tsz = times->size (); local 313 for (i = 1; i <= tsz; i = i * 2) 314 if (times->fetch (tsz - i) <= ts) 317 if (i <= tsz) 319 lt = tsz - i; 320 rt = tsz - i / 2 - 1; 325 rt = tsz - 1;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_warc.c | 355 _popul_ehdr(struct archive_string *tgt, size_t tsz, warc_essential_hdr_t hdr) 431 return (archive_strlen(tgt) >= tsz)? -1: (ssize_t)archive_strlen(tgt);
|
| /src/sys/lib/libsa/ |
| ext2fs.c | 322 size_t block_size, tsz; local 361 tsz = (size_t)(fp->f_di.e2di_size - fp->f_seekp); 362 if (*size_p > tsz) 363 *size_p = tsz;
|
| /src/usr.sbin/sunlabel/ |
| sunlabel.c | 979 struct ttysize tsz; local 996 if ((ioctl(1, TIOCGSIZE, &tsz) == 0) && (tsz.ts_cols > 0)) { 997 ncols = tsz.ts_cols;
|
| /src/sys/arch/atari/dev/ |
| fd.c | 1205 int sec, toff, tsz; local 1212 tsz = sc->nsectors * sc->nheads * SECTOR_SIZE; 1218 bp->b_bcount = uimin(bp->b_bcount, tsz - toff);
|
| /src/sys/kern/ |
| kern_proc.c | 951 size_t pt_size, tsz; local 965 tsz = pt_size * 2 * sizeof(struct pid_table); 966 new_pt = kmem_alloc(tsz, KM_SLEEP); 976 kmem_free(new_pt, tsz); 1026 tsz = pt_size * sizeof(struct pid_table); 1049 kmem_free(n_pt, tsz);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pftn.c | 1007 int incomp, tsz, al; local 1042 tsz = (int)tsize(sp->stype, sp->sdf, sp->sap); 1043 sp->soffset = upoff(tsz, al, &rpole->rstr); 1349 int al, off, tsz; local 1369 tsz = (int)tsize(p->stype, p->sdf, p->sap); 1372 noff = off + tsz; 1383 off = noff - tsz; 1386 off = upoff(tsz, al, &noff);
|
| trees.c | 2398 int t2f, inbits, tsz, ctsz; local 2441 tsz = (int)tsize(t, 0, 0); 2446 q = TYPLS(q, bcon(tsz-fsz), t); 2447 q = TYPRS(q, bcon(tsz-fsz), t);
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pftn.c | 989 int incomp, tsz, al; local 1035 tsz = (int)tsize(sp->stype, sp->sdf, sp->sap); 1036 sp->soffset = upoff(tsz, al, &rpole->rstr); 1372 int al, off, tsz; local 1392 tsz = (int)tsize(p->stype, p->sdf, p->sap); 1395 noff = off + tsz; 1406 off = noff - tsz; 1409 off = upoff(tsz, al, &noff);
|
| trees.c | 2386 int t2f, inbits, tsz, ctsz; local 2429 tsz = (int)tsize(t, 0, 0); 2434 q = TYPLS(q, bcon(tsz-fsz), t); 2435 q = TYPRS(q, bcon(tsz-fsz), t);
|
| /src/sys/arch/amiga/dev/ |
| fd.c | 1668 int sec, toff, tsz; local 1676 tsz = sc->nsectors * FDSECSIZE; 1680 bp->b_bcount = uimin(bp->b_bcount, tsz - toff);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| declaration.d | 1353 const tsz = type.size(); 1354 assert(vsz != SIZE_INVALID && tsz != SIZE_INVALID); 1368 tbitsize = tsz * 8;
|