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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextfind_commands.c204 int numByteGroups; local
211 numByteGroups = numBytes / kByteGroupSize;
213 result = malloc(((numBytes * 2) + numByteGroups + 1) * sizeof(char));

Completed in 128 milliseconds