/third_party/flatbuffers/lua/flatbuffers/ |
D | numTypes.lua | 55 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/ |
D | CMS_add1_recipient_cert.pod | 19 ASN1_TYPE *otherType); 28 values B<date>, B<otherTypeId> and B<otherType> to CMS_ContentInfo enveloped
|
/third_party/vulkan-headers/registry/ |
D | cgenerator.py | 318 parent_structs = (otherType.elem.get('parentstruct') 319 for otherType in self.registry.typedict.values())
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 805 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/ |
D | cms_env.c | 483 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/ |
D | DateTimePatternGenerator.java | 2816 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/ |
D | DateTimePatternGenerator.java | 2765 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/ |
D | cms.h | 173 ASN1_TYPE *otherType);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen.cpp | 2325 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/ |
D | dtptngen.cpp | 2152 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/ |
D | dtptngen.cpp | 2333 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/ |
D | dtptngen.cpp | 2333 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/ |
D | es3fShaderMatrixTests.cpp | 1458 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/ |
D | vktShaderRenderMatrixTests.cpp | 1718 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()
|