/external/jemalloc/include/jemalloc/internal/ |
prof.h | 492 prof_thr_cnt_t *tcnt; local 494 tcnt = prof_lookup(ctx->bt); 496 if (tcnt != NULL) { 497 tcnt->epoch++; 501 tcnt->cnts.curobjs--; 502 tcnt->cnts.curbytes -= size; 506 tcnt->epoch++;
|
/external/qemu/hw/net/ |
ne2000.c | 131 uint16_t tcnt; member in struct:NE2000State 350 if (index + s->tcnt <= NE2000_PMEM_END) { 351 qemu_send_packet(s->vc, s->mem + index, s->tcnt); 381 s->tcnt = (s->tcnt & 0xff00) | val; 384 s->tcnt = (s->tcnt & 0x00ff) | (val << 8); 667 qemu_put_be16s(f, &s->tcnt); 709 qemu_get_be16s(f, &s->tcnt);
|
/external/jemalloc/src/ |
prof.c | 811 prof_cnt_t tcnt; local 836 memcpy(&tcnt, &thr_cnt->cnts, sizeof(prof_cnt_t)); 843 ctx->cnt_summed.curobjs += tcnt.curobjs; 844 ctx->cnt_summed.curbytes += tcnt.curbytes; 846 ctx->cnt_summed.accumobjs += tcnt.accumobjs; 847 ctx->cnt_summed.accumbytes += tcnt.accumbytes;
|
/external/lldb/tools/debugserver/source/MacOSX/ |
MachTask.cpp | 240 mach_msg_type_number_t tcnt; local 242 kr = task_threads(task, &threads, &tcnt); 246 for (int i = 0; i < tcnt; i++) 291 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)threads, tcnt * sizeof(*threads)); [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 3014 unsigned int tcnt = 1; local [all...] |