Home
last modified time | relevance | path

Searched refs:numPeriods (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DMonotonicCounter.h101 int64_t numPeriods = (mCounter64 + period - 1) / period; in roundUp64() local
102 mCounter64 = numPeriods * period; in roundUp64()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext.cpp64 int numPeriods = 0; in spvTextToLiteral() local
84 numPeriods++; in spvTextToLiteral()
102 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
119 } else if (numPeriods == 1) { in spvTextToLiteral()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.cpp66 int numPeriods = 0; in spvTextToLiteral() local
86 numPeriods++; in spvTextToLiteral()
104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
121 } else if (numPeriods == 1) { in spvTextToLiteral()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.cpp66 int numPeriods = 0; in spvTextToLiteral() local
86 numPeriods++; in spvTextToLiteral()
104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
121 } else if (numPeriods == 1) { in spvTextToLiteral()
/third_party/spirv-tools/source/
Dtext.cpp66 int numPeriods = 0; in spvTextToLiteral() local
86 numPeriods++; in spvTextToLiteral()
104 if (isString || numPeriods > 1 || (isSigned && len == 1)) { in spvTextToLiteral()
121 } else if (numPeriods == 1) { in spvTextToLiteral()