Searched refs:gcount (Results 76 - 86 of 86) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem04.C148 int gcount; member in struct:base
149 int ret_gcount() {return gcount;}
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check.cpp424 std::cout << "1 read: " << f1.gcount() << "\n";
425 std::cout << "2 read: " << f2.gcount() << "\n";
426 if ((f1.gcount() == 0) && (f2.gcount() == 0)) {
431 if ((f1.gcount() != f2.gcount()) ||
432 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp427 if ((f1.gcount() == 0) && (f2.gcount() == 0)) {
432 if ((f1.gcount() != f2.gcount()) ||
433 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c685 int pcount, psize, pi, gcount, gi; local
731 gcount = 0;
732 iterate_over_threads (giter_count, &gcount);
733 g = gbuf = (struct thread_info **) xmalloc (gcount * sizeof *gbuf);
735 qsort (gbuf, gcount, sizeof *gbuf, gcmp);
740 for (pi = gi = 0; pi < pcount || gi < gcount;)
747 else if (gi == gcount)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C376 int gcount() { return _gcount; } function in class:istream
441 int gcount() { return _gcount; } function in class:iostream
H A Dp784.C693 size_t gcount() { return _gcount; } function in class:istream
750 size_t gcount() { return _gcount; } function in class:iostream
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C376 int gcount() { return _gcount; } function in class:istream
441 int gcount() { return _gcount; } function in class:iostream
H A Dp784.C693 size_t gcount() { return _gcount; } function in class:istream
750 size_t gcount() { return _gcount; } function in class:iostream
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_istream.h89 * function; see gcount().
240 gcount() const function in class:std::basic_istream
256 * by gcount().
375 * is extracted (and therefore counted in @c gcount()) but not stored
488 * @c gcount() will return 0, as required by DR 60.
503 * @c gcount() will return 0, as required by DR 60.
521 * call to @c gcount().
535 * call to @c gcount().
550 * call to @c gcount().
566 * call to @c gcount()
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c1542 uint_t i, gcount; local
1552 &glist, &gcount) != 0)
1555 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP);
1559 for (i = 0; i < gcount; i++) {
1580 for (extracted = 0, i = 0; i < gcount; i++) {
1593 if (!attempt_reopen || gcount == extracted) {
1594 for (i = 0; i < gcount; i++)
1600 kmem_free(vd, gcount * sizeof (vdev_t *));
/netbsd-6-1-5-RELEASE/sys/dev/stbi/
H A Dstb_image.c3347 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; local
3365 gshift = high_bit(mg)-7; gcount = bitcount(mr);
3385 out[z++] = (uint8) shiftsigned(v & mg, gshift, gcount);

Completed in 146 milliseconds

1234