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

/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp645 UInt32 flushCount; local
652 flushCount = IOMbufFree(m);
653 OSAddAtomic(flushCount, (SInt32 *) &_stats->dropCount);
655 return flushCount;
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache-old.mm163 unsigned int flushCount; // cache flush tally
659 cacheData->flushCount += 1;
1626 flushCountBySize[isMeta][log2Size] += cacheData->flushCount;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dccapitst.c1068 int flushCount = 0; local
1106 if ((flushCount=ucnv_flushCache())==0)
1109 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1115 if ((flushCount=ucnv_flushCache())==0)
1118 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount);
1123 if ((flushCount=ucnv_flushCache())==2)
1128 flushCount);
1131 if ( (flushCount=ucnv_flushCache())==1)
1134 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount);
/macosx-10.10/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-i386.s182 flushCount = maxMissProbes + 4 define
183 flushedEntries = flushCount + 4

Completed in 122 milliseconds