Searched refs:tcnt (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Darc-dis.h75 unsigned char tcnt; member in struct:arcDisState
H A Darc-dis.c167 #define add_target(x) (state->targets[state->tcnt++] = (x))
568 state->tcnt = 0;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dipc_misc.c204 mach_msg_type_number_t ncnt, tcnt; local
219 (mach_port_type_t **)&map_copy_types, &tcnt);
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1251 mach_msg_type_number_t i, j, pcnt, tcnt; local
1270 kr = processor_set_tasks(pset, &tasks, &tcnt);
1283 for (j = 0; j < tcnt; j++) {
1300 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)tasks, tcnt * sizeof(*tasks));
1445 mach_msg_type_number_t ncnt, tcnt; local
1451 kr = mach_port_names(task, &names, &ncnt, &types, &tcnt);
1457 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)types, tcnt * sizeof(*types));
1636 mach_msg_type_number_t tcnt; local
1643 kr = task_threads(task, &threads, &tcnt);
1654 pinfo->psamp.th = tcnt;
[all...]
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctf.c1009 int tcnt; local
1030 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) {
1256 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt);

Completed in 148 milliseconds