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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextstat_main.c220 uint32_t retainCountValue = (uint32_t)-1; local
272 if (!getNumValue(retainCount, kCFNumberSInt32Type, &retainCountValue)) {
273 retainCountValue = (uint32_t)-1;
298 if (retainCountValue == (uint32_t)-1) {
301 fprintf(stdout, " %4d", retainCountValue);

Completed in 169 milliseconds