Home
last modified time | relevance | path

Searched refs:twoIndex (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp302 if (cache->isEquivalent(oneIndex, twoIndex)) { in isStructEquivalent()
307 const StructType& two = structType(twoIndex); in isStructEquivalent()
344 if (cache->isEquivalent(oneIndex, twoIndex)) { in isArrayEquivalent()
349 const ArrayType& two = arrayType(twoIndex); in isArrayEquivalent()
359 cache->unmarkEquivalent(oneIndex, twoIndex); in isArrayEquivalent()
445 if (cache->isSubtypeOf(oneIndex, twoIndex)) { in isStructSubtypeOf()
450 const StructType& two = structType(twoIndex); in isStructSubtypeOf()
467 cache->unmarkSubtypeOf(oneIndex, twoIndex); in isStructSubtypeOf()
490 if (cache->isSubtypeOf(oneIndex, twoIndex)) { in isArraySubtypeOf()
495 const ArrayType& two = arrayType(twoIndex); in isArraySubtypeOf()
[all …]
H A DWasmTypeDef.h654 TypeResult isStructEquivalent(uint32_t oneIndex, uint32_t twoIndex,
659 TypeResult isArrayEquivalent(uint32_t oneIndex, uint32_t twoIndex,
697 TypeResult isStructSubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
702 TypeResult isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTypeDef.cpp302 if (cache->isEquivalent(oneIndex, twoIndex)) { in isStructEquivalent()
307 const StructType& two = structType(twoIndex); in isStructEquivalent()
344 if (cache->isEquivalent(oneIndex, twoIndex)) { in isArrayEquivalent()
349 const ArrayType& two = arrayType(twoIndex); in isArrayEquivalent()
359 cache->unmarkEquivalent(oneIndex, twoIndex); in isArrayEquivalent()
445 if (cache->isSubtypeOf(oneIndex, twoIndex)) { in isStructSubtypeOf()
450 const StructType& two = structType(twoIndex); in isStructSubtypeOf()
467 cache->unmarkSubtypeOf(oneIndex, twoIndex); in isStructSubtypeOf()
490 if (cache->isSubtypeOf(oneIndex, twoIndex)) { in isArraySubtypeOf()
495 const ArrayType& two = arrayType(twoIndex); in isArraySubtypeOf()
[all …]
H A DWasmTypeDef.h654 TypeResult isStructEquivalent(uint32_t oneIndex, uint32_t twoIndex,
659 TypeResult isArrayEquivalent(uint32_t oneIndex, uint32_t twoIndex,
697 TypeResult isStructSubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
702 TypeResult isArraySubtypeOf(uint32_t oneIndex, uint32_t twoIndex,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DGLSLTest.cpp2280 GLint twoIndex = glProgram->getUniformLocation("ui_two"); in TEST_P() local
2281 ASSERT_NE(-1, twoIndex); in TEST_P()
2286 glUniform1i(twoIndex, 2); in TEST_P()
2329 GLint twoIndex = glProgram->getUniformLocation("ui_two"); in TEST_P() local
2330 ASSERT_NE(-1, twoIndex); in TEST_P()
2335 glUniform1ui(twoIndex, 2u); in TEST_P()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dattrs.c2528 int twoIndex = indexof( two->attribute, list ); in AlphaComparator() local
2531 if ( oneIndex >= 0 && twoIndex >= 0 ) in AlphaComparator()
2532 return oneIndex < twoIndex ? -1 : 1; in AlphaComparator()
2535 if ( oneIndex >= 0 && twoIndex == -1 ) in AlphaComparator()
2539 if ( oneIndex == -1 && twoIndex >= 0 ) in AlphaComparator()
2554 int twoIndex = indexof( two->attribute, list ); in PriorityComparator() local
2557 if ( oneIndex >= 0 && twoIndex >= 0 ) in PriorityComparator()
2558 return oneIndex < twoIndex ? -1 : 1; in PriorityComparator()
2561 if ( oneIndex >= 0 && twoIndex == -1 ) in PriorityComparator()
2565 if ( oneIndex == -1 && twoIndex >= 0 ) in PriorityComparator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DGLSLTest.cpp2720 ASSERT_NE(-1, twoIndex); in TEST_P()
2725 glUniform1i(twoIndex, 2); in TEST_P()
2770 ASSERT_NE(-1, twoIndex); in TEST_P()
2775 glUniform1ui(twoIndex, 2u); in TEST_P()
2848 GLint twoIndex = glGetUniformLocation(program, "u_a2"); in TEST_P() local
2849 ASSERT_NE(-1, twoIndex); in TEST_P()
2852 glUniform2f(twoIndex, 0.25f, 0.125f); in TEST_P()
2888 ASSERT_NE(-1, twoIndex); in TEST_P()
2891 glUniform2f(twoIndex, 0.25f, 0.125f); in TEST_P()
2927 ASSERT_NE(-1, twoIndex); in TEST_P()
[all …]