Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance
35 size_t nbytes;39 nbytes = 0;47 return (nbytes + nb - 1);49 nbytes += nb;51 return (nbytes);83 return (nbytes + nb - 1);88 nbytes += nb;91 return (nbytes);
383 register int nbytes = 0; in strong_alias() local387 nbytes += lp->limit - (char *) lp; in strong_alias()389 return nbytes; in strong_alias()
1026 size_t nbytes; in allocset() local1037 nbytes = nc / CHAR_BIT * css; in allocset()1044 ptr = (uch *)realloc((char *)p->g->setbits, nbytes); in allocset()1052 (void) memset((char *)p->g->setbits + (nbytes - css), 0, css); in allocset()
1726 int nbytes = 0; in do_length() local1737 ++nbytes; in do_length()1742 return nbytes; in do_length()1744 nbytes += n; in do_length()1749 return nbytes; in do_length()