Searched refs:matchSize (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_watchvol.c2177 updateVolForMedia(const void *object, char *mediaDesc, int matchSize, argument
2201 (void*)matchingKeys, matchingValues, matchSize,
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.cpp326 unsigned matchSize = (unsigned)(matchEnd - matchBegin); local
328 if (!input.checkInput(matchSize))
332 for (unsigned i = 0; i < matchSize; ++i) {
334 int ch = input.readChecked(negativeInputOffset + matchSize - i);
347 input.uncheckInput(matchSize);
351 for (unsigned i = 0; i < matchSize; ++i) {
352 if (!checkCharacter(input.reread(matchBegin + i), negativeInputOffset + matchSize - i)) {
353 input.uncheckInput(matchSize);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp402 int matchSize = sizeof(match) - 1; local
404 if (!strncmp(match, key->getCStringNoCopy(), matchSize)) {
604 int matchSize = sizeof(match) - 1; local
606 if (!strncmp(match, key->getCStringNoCopy(), matchSize)) {

Completed in 118 milliseconds