Lines Matching refs:dataSecond
528 const T2 *dataSecond, size_t sizeSecond)
539 totalHash = (totalHash << hashShift) - totalHash + dataSecond[i];
570 hash[nowHashIndex] = (hash[nowHashIndex] << hashShift) - hash[nowHashIndex] + dataSecond[index];
574 hash[0] = (hash[0] << hashShift) - hash[0] + dataSecond[index];
575 hash[1] = (hash[1] << hashShift) - hash[1] + dataSecond[index + 1]; // 1: the second element
576 hash[2] = (hash[2] << hashShift) - hash[2] + dataSecond[index + 2]; // 2: the third element
577 hash[3] = (hash[3] << hashShift) - hash[3] + dataSecond[index + 3]; // 3: the fourth element
581 hash[0] = (hash[0] << hashShift) - hash[0] + dataSecond[index];
603 const uint8_t *dataSecond = EcmaString::GetUtf8DataFlat(secondStr, bufSecondUint8);
605 dataSecond, secondStr->GetLength());
609 const uint8_t *dataSecond = EcmaString::GetUtf8DataFlat(secondStr, bufSecondUint8);
611 dataSecond, secondStr->GetLength());
615 const uint16_t *dataSecond = EcmaString::GetUtf16DataFlat(secondStr, bufSecondUint16);
617 dataSecond, secondStr->GetLength());
621 const uint16_t *dataSecond = EcmaString::GetUtf16DataFlat(secondStr, bufSecondUint16);
623 dataSecond, secondStr->GetLength());