k                  31 LayoutTests/http/tests/multipart/resources/multipart.php         for ($k = 1; $k < $i; $k++) {
k                  32 LayoutTests/http/tests/multipart/resources/multipart.php             sendPart($images[$k]);
k                2179 Source/bindings/v8/SerializedScriptValue.cpp         RefPtrWillBeRawPtr<Key> k = Key::create(key);
k                2180 Source/bindings/v8/SerializedScriptValue.cpp         *value = toV8(k.release(), v8::Handle<v8::Object>(), m_isolate);
k                  89 Source/core/accessibility/AXARIAGridCell.cpp         for (unsigned k = 0; k < childrenSize; ++k) {
k                  90 Source/core/accessibility/AXARIAGridCell.cpp             if (siblings[k].get() == this) {
k                  91 Source/core/accessibility/AXARIAGridCell.cpp                 rowRange.first = k / columnCount;
k                 112 Source/core/accessibility/AXARIAGridCell.cpp     for (unsigned k = 0; k < childrenSize; ++k) {
k                 113 Source/core/accessibility/AXARIAGridCell.cpp         if (siblings[k].get() == this) {
k                 114 Source/core/accessibility/AXARIAGridCell.cpp             columnRange.first = k;
k                  77 Source/core/accessibility/AXARIAGridRow.cpp     for (int k = index + 1; k < rowCount; ++k) {
k                  78 Source/core/accessibility/AXARIAGridRow.cpp         AXObject* row = allRows[k].get();
k                 107 Source/core/accessibility/AXARIAGridRow.cpp     for (int k = index - 1; k >= 0; --k) {
k                 108 Source/core/accessibility/AXARIAGridRow.cpp         AXObject* row = allRows[k].get();
k                1660 Source/core/accessibility/AXNodeObject.cpp         for (unsigned k = 0; k < length; k++) {
k                1661 Source/core/accessibility/AXNodeObject.cpp             RefPtr<AXObject> axElement = axObjectCache()->getOrCreate(elements[k]);
k                 443 Source/core/accessibility/AXObject.cpp     for (unsigned k = 0; k < count; ++k) {
k                 444 Source/core/accessibility/AXObject.cpp         AXObject* obj = axChildren[k].get();
k                 507 Source/core/accessibility/AXObject.cpp     for (size_t k = 0; k < count; k++) {
k                 508 Source/core/accessibility/AXObject.cpp         if (m_children[k]->isMockObject() && m_children[k]->elementRect().contains(point))
k                 509 Source/core/accessibility/AXObject.cpp             return m_children[k]->elementAccessibilityHitTest(point);
k                 147 Source/core/accessibility/AXObjectCache.cpp     for (unsigned k = 0; k < count; ++k) {
k                 148 Source/core/accessibility/AXObjectCache.cpp         AXObject* child = imageChildren[k].get();
k                 970 Source/core/accessibility/AXRenderObject.cpp     for (unsigned k = 0; k < count; ++k) {
k                 971 Source/core/accessibility/AXRenderObject.cpp         Element* element = elements[k];
k                1848 Source/core/accessibility/AXRenderObject.cpp     for (unsigned k = 0; k < childrenSize; ++k) {
k                1850 Source/core/accessibility/AXRenderObject.cpp         AXObject* child = childObjects[k].get();
k                1908 Source/core/accessibility/AXRenderObject.cpp     for (unsigned k = 0; k < count; ++k) {
k                1909 Source/core/accessibility/AXRenderObject.cpp         Element* element = elements[k];
k                1965 Source/core/accessibility/AXRenderObject.cpp     for (unsigned k = 0; k < count; ++k) {
k                1966 Source/core/accessibility/AXRenderObject.cpp         if (children[k]->elementRect().contains(point))
k                1967 Source/core/accessibility/AXRenderObject.cpp             return children[k].get();
k                2272 Source/core/accessibility/AXRenderObject.cpp     for (unsigned k = 0; k < count; ++k) {
k                2273 Source/core/accessibility/AXRenderObject.cpp         if (allRows[k]->isSelected()) {
k                2274 Source/core/accessibility/AXRenderObject.cpp             result.append(allRows[k]);
k                 276 Source/core/accessibility/AXTable.cpp         for (int k = 1; k < alternatingRowColorCount; k++) {
k                 278 Source/core/accessibility/AXTable.cpp             if (k % 2 == 1 && alternatingRowColors[k] == firstColor)
k                 281 Source/core/accessibility/AXTable.cpp             if (!(k % 2) && alternatingRowColors[k] != firstColor)
k                 423 Source/core/accessibility/AXTable.cpp     for (unsigned k = 0; k < colCount; ++k) {
k                 424 Source/core/accessibility/AXTable.cpp         AXObject* header = toAXTableColumn(m_columns[k].get())->headerObject();
k                  74 Source/core/accessibility/AXTableHeaderContainer.cpp     for (unsigned k = 0; k < length; ++k)
k                  75 Source/core/accessibility/AXTableHeaderContainer.cpp         m_headerRect.unite(m_children[k]->elementRect());
k                 879 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setStrokeColor(float c, float m, float y, float k, float a)
k                 881 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))
k                 883 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));
k                 921 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setFillColor(float c, float m, float y, float k, float a)
k                 923 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_fillStyle && state().m_fillStyle->isEquivalentCMYKA(c, m, y, k, a))
k                 925 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setFillStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));
k                1408 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, float y, float k, float a)
k                1410 Source/core/html/canvas/CanvasRenderingContext2D.cpp     setShadow(FloatSize(width, height), blur, makeRGBAFromCMYKA(c, m, y, k, a));
k                 141 Source/core/html/canvas/CanvasRenderingContext2D.h     void setStrokeColor(float c, float m, float y, float k, float a);
k                 148 Source/core/html/canvas/CanvasRenderingContext2D.h     void setFillColor(float c, float m, float y, float k, float a);
k                 182 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a);
k                 107 Source/core/html/canvas/CanvasStyle.cpp CanvasStyle::CanvasStyle(float c, float m, float y, float k, float a)
k                 109 Source/core/html/canvas/CanvasStyle.cpp     , m_rgba(makeRGBAFromCMYKA(c, m, y, k, a))
k                 110 Source/core/html/canvas/CanvasStyle.cpp     , m_cmyka(c, m, y, k, a)
k                 187 Source/core/html/canvas/CanvasStyle.cpp             && m_cmyka.k == other.m_cmyka.k
k                 208 Source/core/html/canvas/CanvasStyle.cpp bool CanvasStyle::isEquivalentCMYKA(float c, float m, float y, float k, float a) const
k                 216 Source/core/html/canvas/CanvasStyle.cpp         && k == m_cmyka.k
k                  49 Source/core/html/canvas/CanvasStyle.h         static PassRefPtr<CanvasStyle> createFromCMYKAChannels(float c, float m, float y, float k, float a) { return adoptRef(new CanvasStyle(c, m, y, k, a)); }
k                  66 Source/core/html/canvas/CanvasStyle.h         bool isEquivalentCMYKA(float c, float m, float y, float k, float a) const;
k                  75 Source/core/html/canvas/CanvasStyle.h         CanvasStyle(float c, float m, float y, float k, float a);
k                  90 Source/core/html/canvas/CanvasStyle.h             CMYKAValues() : c(0), m(0), y(0), k(0), a(0) { }
k                  91 Source/core/html/canvas/CanvasStyle.h             CMYKAValues(float cyan, float magenta, float yellow, float black, float alpha) : c(cyan), m(magenta), y(yellow), k(black), a(alpha) { }
k                  95 Source/core/html/canvas/CanvasStyle.h             float k;
k                 207 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) {
k                 210 Source/core/html/track/vtt/BufferedLineReaderTest.cpp         size_t blockSize = blockSizes[k];
k                 240 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) {
k                 243 Source/core/html/track/vtt/BufferedLineReaderTest.cpp         size_t blockSize = blockSizes[k];
k                 154 Source/core/inspector/InjectedScriptManager.cpp     for (Vector<int>::iterator k = keys.begin(); k != keys.end(); ++k) {
k                 155 Source/core/inspector/InjectedScriptManager.cpp         IdToInjectedScriptMap::iterator s = m_idToInjectedScript.find(*k);
k                 938 Source/core/inspector/InspectorDOMAgent.cpp             for (size_t k = 0; k < listeners.size(); ++k) {
k                 939 Source/core/inspector/InspectorDOMAgent.cpp                 if (listeners[k].listener->type() == EventListener::JSEventListenerType)
k                 940 Source/core/inspector/InspectorDOMAgent.cpp                     filteredListeners.append(listeners[k]);
k                1427 Source/core/rendering/style/RenderStyle.h     void setKerning(PassRefPtr<SVGLength> k) { accessSVGStyle()->setKerning(k); }
k                  75 Source/modules/speech/SpeechSynthesis.cpp     for (size_t k = 0; k < voiceCount; k++)
k                  76 Source/modules/speech/SpeechSynthesis.cpp         m_voiceList.append(SpeechSynthesisVoice::create(platformVoices[k]));
k                  83 Source/modules/webaudio/AnalyserNode.cpp void AnalyserNode::setMinDecibels(double k, ExceptionState& exceptionState)
k                  85 Source/modules/webaudio/AnalyserNode.cpp     if (k < maxDecibels()) {
k                  86 Source/modules/webaudio/AnalyserNode.cpp         m_analyser.setMinDecibels(k);
k                  90 Source/modules/webaudio/AnalyserNode.cpp             ExceptionMessages::indexExceedsMaximumBound("minDecibels", k, maxDecibels()));
k                  94 Source/modules/webaudio/AnalyserNode.cpp void AnalyserNode::setMaxDecibels(double k, ExceptionState& exceptionState)
k                  96 Source/modules/webaudio/AnalyserNode.cpp     if (k > minDecibels()) {
k                  97 Source/modules/webaudio/AnalyserNode.cpp         m_analyser.setMaxDecibels(k);
k                 101 Source/modules/webaudio/AnalyserNode.cpp             ExceptionMessages::indexExceedsMinimumBound("maxDecibels", k, minDecibels()));
k                 105 Source/modules/webaudio/AnalyserNode.cpp void AnalyserNode::setSmoothingTimeConstant(double k, ExceptionState& exceptionState)
k                 107 Source/modules/webaudio/AnalyserNode.cpp     if (k >= 0 && k <= 1) {
k                 108 Source/modules/webaudio/AnalyserNode.cpp         m_analyser.setSmoothingTimeConstant(k);
k                 112 Source/modules/webaudio/AnalyserNode.cpp             ExceptionMessages::indexOutsideRange("smoothing value", k, 0.0, ExceptionMessages::InclusiveBound, 1.0, ExceptionMessages::InclusiveBound));
k                  54 Source/modules/webaudio/AnalyserNode.h     void setMinDecibels(double k, ExceptionState&);
k                  57 Source/modules/webaudio/AnalyserNode.h     void setMaxDecibels(double k, ExceptionState&);
k                  60 Source/modules/webaudio/AnalyserNode.h     void setSmoothingTimeConstant(double k, ExceptionState&);
k                 232 Source/modules/webaudio/AudioParamTimeline.cpp         float k = deltaTime > 0 ? 1 / deltaTime : 0;
k                 244 Source/modules/webaudio/AudioParamTimeline.cpp                 float x = (currentTime - time1) * k;
k                 142 Source/modules/webaudio/BiquadDSPKernel.cpp     for (int k = 0; k < nFrequencies; ++k)
k                 143 Source/modules/webaudio/BiquadDSPKernel.cpp         frequency[k] = narrowPrecisionToFloat(frequencyHz[k] / nyquist);
k                 193 Source/modules/webaudio/OscillatorNode.cpp         float k = 1.0 / 1200;
k                 194 Source/modules/webaudio/OscillatorNode.cpp         vsmul(detuneValues, 1, &k, detuneValues, 1, framesToProcess);
k                 183 Source/modules/webaudio/RealtimeAnalyser.cpp     double k = m_smoothingTimeConstant;
k                 184 Source/modules/webaudio/RealtimeAnalyser.cpp     k = max(0.0, k);
k                 185 Source/modules/webaudio/RealtimeAnalyser.cpp     k = min(1.0, k);
k                 193 Source/modules/webaudio/RealtimeAnalyser.cpp         destination[i] = float(k * destination[i] + (1 - k) * scalarMagnitude);
k                  48 Source/modules/webaudio/RealtimeAnalyser.h     void setMinDecibels(double k) { m_minDecibels = k; }
k                  51 Source/modules/webaudio/RealtimeAnalyser.h     void setMaxDecibels(double k) { m_maxDecibels = k; }
k                  54 Source/modules/webaudio/RealtimeAnalyser.h     void setSmoothingTimeConstant(double k) { m_smoothingTimeConstant = k; }
k                 322 Source/platform/audio/Biquad.cpp         double k = cos(w0);
k                 327 Source/platform/audio/Biquad.cpp         double b0 = A * (aPlusOne - aMinusOne * k + k2);
k                 328 Source/platform/audio/Biquad.cpp         double b1 = 2 * A * (aMinusOne - aPlusOne * k);
k                 329 Source/platform/audio/Biquad.cpp         double b2 = A * (aPlusOne - aMinusOne * k - k2);
k                 330 Source/platform/audio/Biquad.cpp         double a0 = aPlusOne + aMinusOne * k + k2;
k                 331 Source/platform/audio/Biquad.cpp         double a1 = -2 * (aMinusOne + aPlusOne * k);
k                 332 Source/platform/audio/Biquad.cpp         double a2 = aPlusOne + aMinusOne * k - k2;
k                 357 Source/platform/audio/Biquad.cpp         double k = cos(w0);
k                 362 Source/platform/audio/Biquad.cpp         double b0 = A * (aPlusOne + aMinusOne * k + k2);
k                 363 Source/platform/audio/Biquad.cpp         double b1 = -2 * A * (aMinusOne + aPlusOne * k);
k                 364 Source/platform/audio/Biquad.cpp         double b2 = A * (aPlusOne + aMinusOne * k - k2);
k                 365 Source/platform/audio/Biquad.cpp         double a0 = aPlusOne - aMinusOne * k + k2;
k                 366 Source/platform/audio/Biquad.cpp         double a1 = 2 * (aMinusOne - aPlusOne * k);
k                 367 Source/platform/audio/Biquad.cpp         double a2 = aPlusOne - aMinusOne * k - k2;
k                 391 Source/platform/audio/Biquad.cpp             double k = cos(w0);
k                 394 Source/platform/audio/Biquad.cpp             double b1 = -2 * k;
k                 397 Source/platform/audio/Biquad.cpp             double a1 = -2 * k;
k                 427 Source/platform/audio/Biquad.cpp             double k = cos(w0);
k                 430 Source/platform/audio/Biquad.cpp             double b1 = -2 * k;
k                 433 Source/platform/audio/Biquad.cpp             double a1 = -2 * k;
k                 463 Source/platform/audio/Biquad.cpp             double k = cos(w0);
k                 466 Source/platform/audio/Biquad.cpp             double b1 = -2 * k;
k                 469 Source/platform/audio/Biquad.cpp             double a1 = -2 * k;
k                 499 Source/platform/audio/Biquad.cpp             double k = cos(w0);
k                 505 Source/platform/audio/Biquad.cpp             double a1 = -2 * k;
k                 576 Source/platform/audio/Biquad.cpp     for (int k = 0; k < nFrequencies; ++k) {
k                 577 Source/platform/audio/Biquad.cpp         double omega = -piDouble * frequency[k];
k                 582 Source/platform/audio/Biquad.cpp         magResponse[k] = static_cast<float>(abs(response));
k                 583 Source/platform/audio/Biquad.cpp         phaseResponse[k] = static_cast<float>(atan2(imag(response), real(response)));
k                 103 Source/platform/audio/DynamicsCompressorKernel.cpp float DynamicsCompressorKernel::kneeCurve(float x, float k)
k                 109 Source/platform/audio/DynamicsCompressorKernel.cpp     return m_linearThreshold + (1 - expf(-k * (x - m_linearThreshold))) / k;
k                 113 Source/platform/audio/DynamicsCompressorKernel.cpp float DynamicsCompressorKernel::saturate(float x, float k)
k                 118 Source/platform/audio/DynamicsCompressorKernel.cpp         y = kneeCurve(x, k);
k                 133 Source/platform/audio/DynamicsCompressorKernel.cpp float DynamicsCompressorKernel::slopeAt(float x, float k)
k                 143 Source/platform/audio/DynamicsCompressorKernel.cpp     float yDb = linearToDecibels(kneeCurve(x, k));
k                 144 Source/platform/audio/DynamicsCompressorKernel.cpp     float y2Db = linearToDecibels(kneeCurve(x2, k));
k                 159 Source/platform/audio/DynamicsCompressorKernel.cpp     float k = 5;
k                 163 Source/platform/audio/DynamicsCompressorKernel.cpp         float slope = slopeAt(x, k);
k                 167 Source/platform/audio/DynamicsCompressorKernel.cpp             maxK = k;
k                 170 Source/platform/audio/DynamicsCompressorKernel.cpp             minK = k;
k                 174 Source/platform/audio/DynamicsCompressorKernel.cpp         k = sqrtf(minK * maxK);
k                 177 Source/platform/audio/DynamicsCompressorKernel.cpp     return k;
k                 192 Source/platform/audio/DynamicsCompressorKernel.cpp         float k = kAtSlope(1 / m_ratio);
k                 197 Source/platform/audio/DynamicsCompressorKernel.cpp         m_ykneeThresholdDb = linearToDecibels(kneeCurve(m_kneeThreshold, k));
k                 199 Source/platform/audio/DynamicsCompressorKernel.cpp         m_K = k;
k                 231 Source/platform/audio/DynamicsCompressorKernel.cpp     float k = updateStaticCurveParameters(dbThreshold, dbKnee, ratio);
k                 234 Source/platform/audio/DynamicsCompressorKernel.cpp     float fullRangeGain = saturate(1, k);
k                 395 Source/platform/audio/DynamicsCompressorKernel.cpp                 float shapedInput = saturate(absInput, k);
k                 100 Source/platform/audio/DynamicsCompressorKernel.h     float kneeCurve(float x, float k);
k                 101 Source/platform/audio/DynamicsCompressorKernel.h     float saturate(float x, float k);
k                 102 Source/platform/audio/DynamicsCompressorKernel.h     float slopeAt(float x, float k);
k                 140 Source/platform/audio/VectorMath.cpp         float k = *scale;
k                 144 Source/platform/audio/VectorMath.cpp             *destP += k * *sourceP;
k                 157 Source/platform/audio/VectorMath.cpp         __m128 mScale = _mm_set_ps1(k);
k                 185 Source/platform/audio/VectorMath.cpp         float32x4_t k = vdupq_n_f32(*scale);
k                 190 Source/platform/audio/VectorMath.cpp             dest = vmlaq_f32(dest, source, k);
k                 213 Source/platform/audio/VectorMath.cpp         float k = *scale;
k                 217 Source/platform/audio/VectorMath.cpp             *destP = k * *sourceP;
k                 225 Source/platform/audio/VectorMath.cpp         __m128 mScale = _mm_set_ps1(k);
k                 254 Source/platform/audio/VectorMath.cpp             *destP = k * *sourceP;
k                 262 Source/platform/audio/VectorMath.cpp         float k = *scale;
k                 268 Source/platform/audio/VectorMath.cpp             vst1q_f32(destP, vmulq_n_f32(source, k));
k                 276 Source/platform/audio/VectorMath.cpp     float k = *scale;
k                 278 Source/platform/audio/VectorMath.cpp         *destP = k * *sourceP;
k                 120 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp         for (unsigned k = 1; k < len; ++k) {
k                 121 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             int index = 2 * k;
k                 122 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             real[k] = c[index];
k                 123 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             imag[k] = c[index + 1];
k                 143 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp         for (unsigned k = 1; k < len; ++k) {
k                 144 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             int index = 2 * k;
k                 145 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             fftData[index] = real[k];
k                 146 Source/platform/audio/android/FFTFrameOpenMAXDLAndroid.cpp             fftData[index + 1] = imag[k];
k                 452 Source/platform/fonts/mac/ComplexTextController.cpp         unsigned k = leftmostGlyph + g;
k                 467 Source/platform/fonts/mac/ComplexTextController.cpp             CGSize adjustedAdvance = m_adjustedAdvances[k];
k                 473 Source/platform/fonts/mac/ComplexTextController.cpp                 glyphBuffer->add(m_adjustedGlyphs[k], complexTextRun.fontData(), adjustedAdvance);
k                 498 Source/platform/fonts/mac/ComplexTextController.cpp                 k++;
k                 501 Source/platform/fonts/mac/ComplexTextController.cpp                 k--;
k                 170 Source/platform/geometry/FloatPoint3D.h inline FloatPoint3D operator*(float k, const FloatPoint3D& v)
k                 172 Source/platform/geometry/FloatPoint3D.h     return FloatPoint3D(k * v.x(), k * v.y(), k * v.z());
k                 175 Source/platform/geometry/FloatPoint3D.h inline FloatPoint3D operator*(const FloatPoint3D& v, float k)
k                 177 Source/platform/geometry/FloatPoint3D.h     return FloatPoint3D(k * v.x(), k * v.y(), k * v.z());
k                 117 Source/platform/graphics/Color.cpp RGBA32 makeRGBAFromCMYKA(float c, float m, float y, float k, float a)
k                 119 Source/platform/graphics/Color.cpp     double colors = 1 - k;
k                  46 Source/platform/graphics/Color.h PLATFORM_EXPORT RGBA32 makeRGBAFromCMYKA(float c, float m, float y, float k, float a);
k                  72 Source/platform/graphics/Color.h     Color(float c, float m, float y, float k, float a) : m_color(makeRGBAFromCMYKA(c, m, y, k, a)) { }
k                 110 Source/platform/graphics/filters/FEComponentTransfer.cpp         unsigned k = static_cast<unsigned>(c * (n - 1));
k                 111 Source/platform/graphics/filters/FEComponentTransfer.cpp         double v1 = tableValues[k];
k                 112 Source/platform/graphics/filters/FEComponentTransfer.cpp         double v2 = tableValues[std::min((k + 1), (n - 1))];
k                 113 Source/platform/graphics/filters/FEComponentTransfer.cpp         double val = 255.0 * (v1 + (c * (n - 1) - k) * (v2 - v1));
k                 126 Source/platform/graphics/filters/FEComponentTransfer.cpp         unsigned k = static_cast<unsigned>((i * n) / 255.0);
k                 127 Source/platform/graphics/filters/FEComponentTransfer.cpp         k = std::min(k, n - 1);
k                 128 Source/platform/graphics/filters/FEComponentTransfer.cpp         double val = 255 * tableValues[k];
k                 193 Source/platform/graphics/filters/FETurbulence.cpp         int k = paintingData.latticeSelector[i];
k                 198 Source/platform/graphics/filters/FETurbulence.cpp         paintingData.latticeSelector[j] = k;
k                 690 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         unsigned k = jsample[3];
k                 691 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         buffer.setRGBARaw(pixel, jsample[0] * k / 255, jsample[1] * k / 255, jsample[2] * k / 255, 255);
k                 134 Source/platform/plugins/PluginData.cpp             for (size_t k = 0; k < extensions.size(); ++k) {
k                 135 Source/platform/plugins/PluginData.cpp                 if (extension == extensions[k])
k                 513 Source/wtf/HashTable.h         size_t k = 0;
k                 555 Source/wtf/HashTable.h             if (!k)
k                 556 Source/wtf/HashTable.h                 k = 1 | doubleHash(h);
k                 557 Source/wtf/HashTable.h             i = (i + k) & sizeMask;
k                 567 Source/wtf/HashTable.h         size_t k = 0;
k                 617 Source/wtf/HashTable.h             if (!k)
k                 618 Source/wtf/HashTable.h                 k = 1 | doubleHash(h);
k                 619 Source/wtf/HashTable.h             i = (i + k) & sizeMask;
k                 629 Source/wtf/HashTable.h         size_t k = 0;
k                 679 Source/wtf/HashTable.h             if (!k)
k                 680 Source/wtf/HashTable.h                 k = 1 | doubleHash(h);
k                 681 Source/wtf/HashTable.h             i = (i + k) & sizeMask;
k                 719 Source/wtf/HashTable.h         size_t k = 0;
k                 769 Source/wtf/HashTable.h             if (!k)
k                 770 Source/wtf/HashTable.h                 k = 1 | doubleHash(h);
k                 771 Source/wtf/HashTable.h             i = (i + k) & sizeMask;
k                 116 Source/wtf/PageAllocator.cpp #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k))))
k                 147 Source/wtf/SHA1.cpp         uint32_t temp = rotateLeft(5, a) + f(t, b, c, d) + e + w[t] + k(t);
k                 200 Source/wtf/dtoa.cpp     int k = 0;
k                 203 Source/wtf/dtoa.cpp         k = 16;
k                 207 Source/wtf/dtoa.cpp         k += 8;
k                 211 Source/wtf/dtoa.cpp         k += 4;
k                 215 Source/wtf/dtoa.cpp         k += 2;
k                 219 Source/wtf/dtoa.cpp         k++;
k                 223 Source/wtf/dtoa.cpp     return k;
k                 228 Source/wtf/dtoa.cpp     int k;
k                 241 Source/wtf/dtoa.cpp     k = 0;
k                 243 Source/wtf/dtoa.cpp         k = 16;
k                 247 Source/wtf/dtoa.cpp         k += 8;
k                 251 Source/wtf/dtoa.cpp         k += 4;
k                 255 Source/wtf/dtoa.cpp         k += 2;
k                 259 Source/wtf/dtoa.cpp         k++;
k                 265 Source/wtf/dtoa.cpp     return k;
k                 374 Source/wtf/dtoa.cpp static ALWAYS_INLINE void pow5mult(BigInt& b, int k)
k                 378 Source/wtf/dtoa.cpp     if (int i = k & 3)
k                 381 Source/wtf/dtoa.cpp     if (!(k >>= 2))
k                 401 Source/wtf/dtoa.cpp         if (k & 1)
k                 404 Source/wtf/dtoa.cpp         if (!(k >>= 1))
k                 425 Source/wtf/dtoa.cpp static ALWAYS_INLINE void lshift(BigInt& b, int k)
k                 427 Source/wtf/dtoa.cpp     int n = k >> 5;
k                 432 Source/wtf/dtoa.cpp     if (k &= 0x1f)
k                 441 Source/wtf/dtoa.cpp     if (k) {
k                 443 Source/wtf/dtoa.cpp         int s = 32 - k;
k                 446 Source/wtf/dtoa.cpp             hiSubword = *src << k;
k                 556 Source/wtf/dtoa.cpp     int de, k;
k                 572 Source/wtf/dtoa.cpp         if ((k = lo0bits(&y))) {
k                 573 Source/wtf/dtoa.cpp             x[0] = y | (z << (32 - k));
k                 574 Source/wtf/dtoa.cpp             z >>= k;
k                 584 Source/wtf/dtoa.cpp         k = lo0bits(&z);
k                 588 Source/wtf/dtoa.cpp         k += 32;
k                 591 Source/wtf/dtoa.cpp         *e = de - Bias - (P - 1) + k;
k                 592 Source/wtf/dtoa.cpp         *bits = P - k;
k                 594 Source/wtf/dtoa.cpp         *e = 0 - Bias - (P - 1) + 1 + k;
k                 750 Source/wtf/dtoa.cpp         j, j1, k, k0, k_check, m2, m5, s2, s5,
k                 824 Source/wtf/dtoa.cpp     k = (int)ds;
k                 825 Source/wtf/dtoa.cpp     if (ds < 0. && ds != k)
k                 826 Source/wtf/dtoa.cpp         k--;    /* want k = floor(ds) */
k                 828 Source/wtf/dtoa.cpp     if (k >= 0 && k <= Ten_pmax) {
k                 829 Source/wtf/dtoa.cpp         if (dval(&u) < tens[k])
k                 830 Source/wtf/dtoa.cpp             k--;
k                 841 Source/wtf/dtoa.cpp     if (k >= 0) {
k                 843 Source/wtf/dtoa.cpp         s5 = k;
k                 844 Source/wtf/dtoa.cpp         s2 += k;
k                 846 Source/wtf/dtoa.cpp         b2 -= k;
k                 847 Source/wtf/dtoa.cpp         b5 = -k;
k                 862 Source/wtf/dtoa.cpp         i = ndigits + k + 1;
k                 876 Source/wtf/dtoa.cpp         k0 = k;
k                 879 Source/wtf/dtoa.cpp         if (k > 0) {
k                 880 Source/wtf/dtoa.cpp             ds = tens[k & 0xf];
k                 881 Source/wtf/dtoa.cpp             j = k >> 4;
k                 895 Source/wtf/dtoa.cpp         } else if ((j1 = -k)) {
k                 908 Source/wtf/dtoa.cpp             k--;
k                 965 Source/wtf/dtoa.cpp         k = k0;
k                 971 Source/wtf/dtoa.cpp     if (be >= 0 && k <= Int_max) {
k                 973 Source/wtf/dtoa.cpp         ds = tens[k];
k                 994 Source/wtf/dtoa.cpp                             k++;
k                1073 Source/wtf/dtoa.cpp             k--;
k                1187 Source/wtf/dtoa.cpp                 k++;
k                1205 Source/wtf/dtoa.cpp     k++;
k                1210 Source/wtf/dtoa.cpp     exponentOut = k;
k                 166 Source/wtf/dtoa/cached-powers.cc         double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10);
k                 169 Source/wtf/dtoa/cached-powers.cc         (foo + static_cast<int>(k) - 1) / kDecimalExponentDistance + 1;