Home
last modified time | relevance | path

Searched refs:otherType (Results 1 – 14 of 14) sorted by relevance

/third_party/flatbuffers/lua/flatbuffers/
DnumTypes.lua55 function type_mt:ConvertType(n, otherType)
56 … assert(self.bytewidth == otherType.bytewidth, "Cannot convert between types of different widths")
57 if self == otherType then
60 return otherType:Unpack(self:Pack(n))
/third_party/openssl/doc/man3/
DCMS_add1_recipient_cert.pod19 ASN1_TYPE *otherType);
28 values B<date>, B<otherTypeId> and B<otherType> to CMS_ContentInfo enveloped
/third_party/vulkan-headers/registry/
Dcgenerator.py318 parent_structs = (otherType.elem.get('parentstruct')
319 for otherType in self.registry.typedict.values())
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderMatrixTests.cpp805 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
807 if (otherType == TYPE_FLOAT) in init()
811 DE_ASSERT(isDataTypeVector(otherType)); in init()
812 resultType = otherType; in init()
/third_party/openssl/crypto/cms/
Dcms_env.c483 ASN1_TYPE *otherType) in CMS_add0_recipient_key() argument
562 kekri->kekid->other->keyAttr = otherType; in CMS_add0_recipient_key()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateTimePatternGenerator.java2816 int otherType = other.type[i]; in getDistance() local
2817 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2821 } else if (otherType == 0) { // and mine is not in getDistance()
2825 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateTimePatternGenerator.java2765 int otherType = other.type[i]; in getDistance() local
2766 if (myType == otherType) continue; // identical (maybe both zero) add 0 in getDistance()
2770 } else if (otherType == 0) { // and mine is not in getDistance()
2774 result += Math.abs(myType - otherType); // square of mismatch in getDistance()
/third_party/openssl/include/openssl/
Dcms.h173 ASN1_TYPE *otherType);
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp2325 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2326 if (myType==otherType) { in getDistance()
2334 if (otherType==0) { in getDistance()
2339 result += abs(myType - otherType); in getDistance()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp2152 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2153 if (myType==otherType) { in getDistance()
2161 if (otherType==0) { in getDistance()
2166 result += abs(myType - otherType); in getDistance()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp2333 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2334 if (myType==otherType) { in getDistance()
2342 if (otherType==0) { in getDistance()
2347 result += abs(myType - otherType); in getDistance()
/third_party/icu/icu4c/source/i18n/
Ddtptngen.cpp2333 int32_t otherType = other.skeleton.type[i]; in getDistance() local
2334 if (myType==otherType) { in getDistance()
2342 if (otherType==0) { in getDistance()
2347 result += abs(myType - otherType); in getDistance()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1458 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in init() local
1460 if (otherType == TYPE_FLOAT) in init()
1464 DE_ASSERT(isDataTypeVector(otherType)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1718 DataType otherType = matNdx == 0 ? m_in1.dataType : m_in0.dataType; in setupShader() local
1720 if (otherType == TYPE_FLOAT) in setupShader()
1724 DE_ASSERT(isDataTypeVector(otherType)); in setupShader()