Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
Dwcsnrtombs.inc35 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);
/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.c383 register int nbytes = 0; in strong_alias() local
387 nbytes += lp->limit - (char *) lp; in strong_alias()
389 return nbytes; in strong_alias()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c1026 size_t nbytes; in allocset() local
1037 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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1726 int nbytes = 0; in do_length() local
1737 ++nbytes; in do_length()
1742 return nbytes; in do_length()
1744 nbytes += n; in do_length()
1749 return nbytes; in do_length()