Searched defs:tsize (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfvwrite.c138 int tsize; local
141 tsize = fp->f_bf.smb_size;
144 tsize = (tsize << 1) + 1;
145 } while ((size_t) tsize < blen + len);
147 tsize + 1);
153 fp->f_w += tsize - fp->f_bf.smb_size;
155 fp->f_bf.smb_size = tsize;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index.cc366 * Return in 'tsize' the table_size, and 'tcount' the number of entries
370 db_index::stats(long *tsize, long *tcount) argument
373 *tsize = table_size;
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c386 db_indx_t tsize, item_size; local
391 tsize = DUP_SIZE(item_size);
392 if ((ret = __ham_init_dbt(duplicate, tsize, bufp, sizep)) != 0)
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c238 grub_size_t tsize = 0, talign = 1;
249 tsize = ALIGN_UP (tsize, s->sh_addralign) + s->sh_size;
258 tsize += ALIGN_UP (tramp, GRUB_ARCH_DL_TRAMP_ALIGN);
261 tsize += ALIGN_UP (got, GRUB_ARCH_DL_GOT_ALIGN);
269 tsize = ALIGN_UP (tsize, 8192 * 16);
272 mod->base = grub_memalign (talign, tsize);
275 mod->sz = tsize;
279 mprotect (mod->base, tsize, PROT_REA
236 grub_size_t tsize = 0, talign = 1; local
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurshdr.h137 short tsize; /* How big is a tab decided by newscreen */ member in struct:screen
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c625 size_t tsize; local
668 tsize = (shift + size) - (MAX_CACHED + 8 +
671 if (!IS_OVERSIZE(tsize, alloc_size)) {
676 tsize += OVSZ_HEADER_SIZE;
678 tsize, MTMALLOC_MIN_ALIGN);
713 tsize = orig->size - (MAX_CACHED + 8 +
716 if (!IS_OVERSIZE(tsize, alloc_size)) {
738 tsize = orig->size - data_sz;
742 tsize -= OVSZ_HEADER_SIZE;
743 tail = oversize_header_alloc(taddr, tsize);
[all...]
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c322 size_t tsize; local
324 tsize = (n + 1) * MB_LEN_MAX;
325 tmpp = lmalloc(tsize);
335 lfree(tmpp, tsize);
346 lfree(tmpp, tsize);
353 lfree(tmpp, tsize);

Completed in 33 milliseconds