Searched refs:gcount (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/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)) {
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.c1783 u_int32_t gcount = 0; local
1799 gcount = OSSwapBigToHostInt32 (extinfo->write_gen_counter);
1802 if (gcount == 0) {
1803 gcount++;
1807 gcount++;
1810 if (gcount == 0) {
1811 gcount++;
1813 extinfo->write_gen_counter = OSSwapHostToBigInt32 (gcount);
1818 gcount = 0;
1821 return gcount;
1833 u_int32_t gcount = 0; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_workload.c63 conf.gcount = atoi(optarg);
347 for (i = 0; i <= config->gcount; ++i) {
420 printf("\tget element count: %lu\n", (u_long)config->gcount);
448 (u_long)config->pcount * ((config->gcount == 0) ?
449 1 : config->gcount), config->ts,
H A Db_workload.h135 size_t gcount; member in struct:__anon222
/macosx-10.10/BerkeleyDB-21/db/test_micro/source/
H A Db_workload.c62 conf.gcount = atoi(optarg);
346 for (i = 0; i <= config->gcount; ++i) {
419 printf("\tget element count: %lu\n", (u_long)config->gcount);
447 (u_long)config->pcount * ((config->gcount == 0) ?
448 1 : config->gcount), config->ts,
H A Db_workload.h135 size_t gcount; member in struct:__anon379
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.cpp103 return istr->gcount();
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_stream.cxx66 return data->myIS->gcount();
/macosx-10.10/swig-12/Lib/std/
H A Dstd_iostream.i210 gcount(void) const;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-mips.c3114 unsigned int gcount = bfd2got->g->global_gotno;
3132 if (! arg->primary && lcount + gcount + tcount <= maxcnt
3136 arg->primary_count = lcount + gcount;
3142 && (arg->primary_count + lcount + gcount + tcount) <= maxcnt)
3163 BFD_ASSERT (old_gcount + gcount >= arg->primary->global_gotno);
3171 && arg->current_count + lcount + gcount + tcount <= maxcnt)
3189 BFD_ASSERT (old_gcount + gcount >= arg->current->global_gotno);
3203 arg->current_count = lcount + gcount + 2 * tcount;
3100 unsigned int gcount = bfd2got->g->global_gotno; local
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c2085 * gcount pointer to the number of groups wanted/returned
2092 * *gcount Modified, if successful
2096 kauth_cred_uid2groups(uid_t *uid, gid_t *groups, int *gcount) argument
2101 supgroups.count = gcount;

Completed in 317 milliseconds