Searched refs:ncnt (Results 1 - 13 of 13) sorted by path

/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm79 my $ncnt = $sem->getncnt(0);
90 Processes waiting for counter increase ... $ncnt
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Util/
H A DSemaphore.pm77 my $ncnt = $sem->getncnt(0);
88 Processes waiting for counter increase ... $ncnt
/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dgetifaddrs.c94 int ncnt = 0; local
173 ncnt += dl->sdl_nlen + 1;
245 ncnt += sizeof(ifr->ifr_name) + 1;
251 if (icnt + dcnt + ncnt == 1) {
256 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt);
/macosx-10.9.5/cctools-845/gprof/
H A Dgprof.c786 header.ncnt = header32.ncnt;
795 * The ncnt field is a byte count of the header and the number of
799 if(header.ncnt < sizeof_header)
800 fatal("gmon.out file: %s malformed (ncnt field less than the "
802 if(header.ncnt > nbytes)
803 fatal("gmon.out file: %s malformed (ncnt field greater than "
808 if(((header.ncnt - sizeof_header) % sizeof(unsigned short)) != 0)
834 sample_sets[i].sampbytes == header.ncnt - sizeof_header)
862 sample_sets[i].sampbytes = header.ncnt
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dgmon.h144 * header for ncnt - sizeof(struct phdr) bytes.
149 int ncnt; /* number of bytes of histogram counters minius member in struct:phdr
/macosx-10.9.5/cctools-845/include/sys/
H A Dgmon.h44 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr
54 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr_64
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dkey.c475 int ncnt; local
488 ncnt = key__decode_char(el->el_key.buf, cnt,
493 ncnt + 1));
497 el->el_key.buf[ncnt + 1] = '"';
498 el->el_key.buf[ncnt + 2] = '\0';
524 int ncnt; local
542 ncnt = key__decode_char(el->el_key.buf, cnt, (unsigned char) ptr->ch);
545 el->el_key.buf[ncnt + 1] = '"';
546 el->el_key.buf[ncnt + 2] = '\0';
549 (void) node_enum(el, ptr->next, ncnt
[all...]
/macosx-10.9.5/shell_cmds-175/users/
H A Dusers.c70 int ncnt = 0; local
91 if (ncnt >= nmax) {
102 (void)strncpy(names[ncnt], ux->ut_user, _UTX_USERSIZE);
103 ++ncnt;
107 if (ncnt) {
108 qsort(names, ncnt, _UTX_USERSIZE, scmp);
110 for (cnt = 1; cnt < ncnt; ++cnt)
/macosx-10.9.5/top-89.1.2/
H A Dlibtop.c1372 mach_msg_type_number_t ncnt, tcnt; local
1378 kr = mach_port_names(task, &names, &ncnt, &types, &tcnt);
1381 pinfo->psamp.prt = ncnt;
1383 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)names, ncnt * sizeof(*names));
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c1337 u_long ncnt = 0; local
1344 ncnt++;
1357 vfs_statfs(mp)->f_mntfromname, (uint64_t)diff.tv_sec * 1000000LL + diff.tv_usec, i, ncnt, (i <= nfsnodehash));
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dgmon.h74 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr
84 uint32_t ncnt; /* size of sample buffer (plus this header) */ member in struct:gmonhdr_64
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_misc.c204 mach_msg_type_number_t ncnt, tcnt; local
218 (mach_port_name_t **)&map_copy_names, &ncnt,
232 for (rval = 0, i = 0; i < ncnt; i++)
238 (vm_address_t)names, ncnt * sizeof (*names));
/macosx-10.9.5/xnu-2422.115.4/osfmk/x86_64/
H A Dkpc_x86.c264 int ncnt = (int) kpc_get_counter_count(KPC_CLASS_CONFIGURABLE_MASK); local
270 for( i = 0; i < ncnt; i++ ) {

Completed in 286 milliseconds