Searched refs:counted (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/mjsunit/tools/
H A Dprofile.js282 var counted = 0; variable
284 counted++;
292 assertEquals(counted, flatProfile.length, 'counted vs. flatProfile');
338 assertEquals(2, flatProfile.length, 'counted vs. flatProfile');
/external/oprofile/events/i386/nehalem/
H A Devents27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
/external/oprofile/events/mips/74K/
H A Devents52 event:0x23 counters:0,2 um:zero minimum:500 name:LOAD_MISS_CONSUMER_REPLAYS : 35-0 Replays following optimistic issue of instruction dependent on load which missed, counted only when the dependent instruction graduates
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c6604 int counted = yaffs_CountFreeChunks(dev); local
6606 int difference = dev->nFreeChunks - counted;
6611 dev->nFreeChunks, counted, difference));

Completed in 97 milliseconds