Home
last modified time | relevance | path

Searched defs:col2 (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dxvididct.asm556 .col2: label
/third_party/icu/tools/multi/proj/provider/
Dcolldiff.cpp125 UCollator *col2 = ucol_openFromShortString(xbuf3, false, NULL, &subStatus); in main() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +()
238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -()
253 RGBA8 min(const RGBA8& col1, const RGBA8& col2) { in min()
259 RGBA8 max(const RGBA8& col1, const RGBA8& col2) { in max()
265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java403 Collator col2 = null; in TestHashCode() local
DCollationMiscTest.java1642 RuleBasedCollator col2 = new RuleBasedCollator(rule); in TestLocaleRuleBasedCollators() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationAPITest.java406 Collator col2 = null; in TestHashCode() local
DCollationMiscTest.java1645 RuleBasedCollator col2 = new RuleBasedCollator(rule); in TestLocaleRuleBasedCollators() local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c77 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_ifast_neon() local
Djfdctint-neon.c114 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_islow_neon() local
Djidctred-neon.c431 int16x4_t col2 = vreinterpret_s16_s32(vget_low_s32(cols_0426.val[1])); in jsimd_idct_4x4_neon() local
Djidctfst-neon.c353 int16x8_t col2 = vreinterpretq_s16_s32(cols_26.val[0]); in jsimd_idct_ifast_neon() local
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
452 Collator *col2 = 0; in TestHashCode() local
839 RuleBasedCollator *col2 = new RuleBasedCollator(ruleset2, success); in TestOperators() local
916 Collator *col2 = col1->clone(); in TestDuplicate() local
2250 TestCollator col2; in TestSubclass() local
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py205 def assertApprox(col1, col2): argument
/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts360 const col2 = PROF_COLS[i + 1].col; constant
/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8l_enc.c50 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance()
62 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor()
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1031 int col2 = (isCofactor && (col <= 2)) ? 3 : 2; in emitDeterminant() local
/third_party/python/Lib/tkinter/
D__init__.py1776 def grid_bbox(self, column=None, row=None, col2=None, row2=None): argument