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

/macosx-10.9.5/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)) {
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.cpp330 unsigned matchSize = (unsigned)(matchEnd - matchBegin); local
332 if (!input.checkInput(matchSize))
336 for (unsigned i = 0; i < matchSize; ++i) {
338 int ch = input.readChecked(negativeInputOffset + matchSize - i);
351 input.uncheckInput(matchSize);
355 for (unsigned i = 0; i < matchSize; ++i) {
356 if (!checkCharacter(input.reread(matchBegin + i), negativeInputOffset + matchSize - i)) {
357 input.uncheckInput(matchSize);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c2032 updateVolForMedia(const void *object, char *mediaDesc, int matchSize, argument
2056 (void*)matchingKeys, matchingValues, matchSize,

Completed in 174 milliseconds