Home
last modified time | relevance | path

Searched refs:gcount (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp439 if ((f1.gcount() == 0) && (f2.gcount() == 0)) { in compare_files()
444 if ((f1.gcount() != f2.gcount()) || in compare_files()
445 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) { in compare_files()
/netbsd/external/bsd/kyua-cli/dist/utils/
H A Dstream.cpp78 buffer.write(tmp, input.gcount()); in read_stream()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream80 * function; see gcount().
269 gcount() const
286 * by gcount().
405 * is extracted (and therefore counted in @c gcount()) but not stored
518 * are extracted, the next call to @c gcount() will return 0,
534 * are extracted, the next call to @c gcount() will return 0,
553 * call to @c gcount().
567 * call to @c gcount(). At variance with putback, unget and
583 * not affect the next call to @c gcount().
599 * not affect the next call to @c gcount().
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream80 * function; see gcount().
269 gcount() const
286 * by gcount().
405 * is extracted (and therefore counted in @c gcount()) but not stored
518 * are extracted, the next call to @c gcount() will return 0,
534 * are extracted, the next call to @c gcount() will return 0,
553 * call to @c gcount().
567 * call to @c gcount(). At variance with putback, unget and
583 * not affect the next call to @c gcount().
599 * not affect the next call to @c gcount().
/netbsd/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c740 int pcount, psize, pi, gcount, gi; in sync_threadlists() local
786 gcount = 0; in sync_threadlists()
787 iterate_over_threads (giter_count, &gcount); in sync_threadlists()
788 g = gbuf = XNEWVEC (struct thread_info *, gcount); in sync_threadlists()
790 qsort (gbuf, gcount, sizeof *gbuf, gcmp); in sync_threadlists()
795 for (pi = gi = 0; pi < pcount || gi < gcount;) in sync_threadlists()
802 else if (gi == gcount) in sync_threadlists()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Daix-thread.c740 int pcount, psize, pi, gcount, gi; in sync_threadlists() local
786 gcount = 0; in sync_threadlists()
787 iterate_over_threads (giter_count, &gcount); in sync_threadlists()
788 g = gbuf = XNEWVEC (struct thread_info *, gcount); in sync_threadlists()
790 qsort (gbuf, gcount, sizeof *gbuf, gcmp); in sync_threadlists()
795 for (pi = gi = 0; pi < pcount || gi < gcount;) in sync_threadlists()
802 else if (gi == gcount) in sync_threadlists()
/netbsd/etc/
H A Dsecurity356 gcount=$(awk -F: "/$group/ { print \$1,\$3 }" $GRP |
358 if [ $gcount -gt 1 ]; then
/netbsd/external/bsd/kyua-cli/dist/store/
H A Dbackend.cpp230 output.write(buffer, input.gcount()); in backup_database()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dasan.c3121 unsigned HOST_WIDE_INT gcount = 0; in asan_finish_file() local
3147 ++gcount; in asan_finish_file()
3150 (&gcount); in asan_finish_file()
3151 if (gcount) in asan_finish_file()
3158 type = build_array_type_nelts (type, gcount); in asan_finish_file()
3166 vec_alloc (v, gcount); in asan_finish_file()
3186 tree gcount_tree = build_int_cst (pointer_sized_int_node, gcount); in asan_finish_file()
H A Dasan.cc3558 unsigned HOST_WIDE_INT gcount = 0; in asan_finish_file() local
3584 ++gcount; in asan_finish_file()
3587 (&gcount); in asan_finish_file()
3588 if (gcount) in asan_finish_file()
3595 type = build_array_type_nelts (type, gcount); in asan_finish_file()
3603 vec_alloc (v, gcount); in asan_finish_file()
3623 tree gcount_tree = build_int_cst (pointer_sized_int_node, gcount); in asan_finish_file()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c3121 unsigned HOST_WIDE_INT gcount = 0; in asan_finish_file() local
3147 ++gcount; in asan_finish_file()
3150 (&gcount); in asan_finish_file()
3151 if (gcount) in asan_finish_file()
3158 type = build_array_type_nelts (type, gcount); in asan_finish_file()
3166 vec_alloc (v, gcount); in asan_finish_file()
3186 tree gcount_tree = build_int_cst (pointer_sized_int_node, gcount); in asan_finish_file()
/netbsd/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2bStatusIssuesStatus.csv13 "`3464 <https://wg21.link/LWG3464>`__","``istream::gcount()`` can overflow","November 2020","",""
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c2134 uint_t i, gcount; in spa_try_repair() local
2144 &glist, &gcount) != 0) in spa_try_repair()
2147 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP); in spa_try_repair()
2151 for (i = 0; i < gcount; i++) { in spa_try_repair()
2172 for (extracted = 0, i = 0; i < gcount; i++) { in spa_try_repair()
2185 if (!attempt_reopen || gcount == extracted) { in spa_try_repair()
2186 for (i = 0; i < gcount; i++) in spa_try_repair()
2192 kmem_free(vd, gcount * sizeof (vdev_t *)); in spa_try_repair()
/netbsd/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_lexer.cpp1458 return yyin->gcount(); in LexerInput()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Distream61 streamsize gcount() const;
249 streamsize gcount() const {return __gc_;}
/netbsd/sys/dev/stbi/
H A Dstb_image.c3372 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in bmp_load() local
3393 gshift = high_bit(mg)-7; gcount = bitcount(mr); in bmp_load()
3413 out[z++] = (uint8) shiftsigned(v & mg, gshift, gcount); in bmp_load()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20035784 Comment and change to comply with DR 60 and the effect on gcount().
5787 comments about reasons for tests. Test sync() against gcount().
5789 for effect on gcount().
5791 for effect on gcount().
6629 * include/bits/istream.tcc (basic_istream::putback): Set gcount to
H A DChangeLog-20005121 gcount if eof.
/netbsd/external/bsd/flex/dist/src/
H A Dflex.skl1542 return yyin.gcount();
/netbsd/external/bsd/flex/dist/doc/
H A Dflex.info-15820 1 for yyin->gcount().
H A Dflex.texi6885 if the streams library on your platform always returns 1 for yyin->gcount().