Home
last modified time | relevance | path

Searched refs:offsetValue (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimestamps.java269 String offsetValue = value.substring(timezoneOffsetPosition + 1); in parse() local
270 long offset = parseTimezoneOffset(offsetValue); in parse()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetSCSU.java699 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument
700 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()
701 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK… in isInOffsetWindowOrDirect()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp430 auto offsetValue = Operand(this, state, instruction.offsetId); in callSamplerFunction() local
432 for(uint32_t j = 0; j < offsetValue.componentCount; j++, i++) in callSamplerFunction()
434 in[i] = As<SIMD::Float>(offsetValue.Int(j)); // Integer values, but transfered as float. in callSamplerFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6688 int offsetValue = values[i].getIConst(); in checkSingleTextureOffset() local
6689 if (offsetValue > maxOffsetValue || offsetValue < minOffsetValue) in checkSingleTextureOffset()
6692 tokenStream << offsetValue; in checkSingleTextureOffset()