/third_party/icu/tools/multi/proj/provider/ |
H A D | colldiff.cpp | 125 UCollator *col2 = ucol_openFromShortString(xbuf3, false, NULL, &subStatus); in main() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jfdctfst-neon.c | 77 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_ifast_neon() local
|
H A D | jfdctint-neon.c | 114 int16x8_t col2 = cols_26.val[0]; in jsimd_fdct_islow_neon() local
|
H A D | jidctfst-neon.c | 353 int16x8_t col2 = vreinterpretq_s16_s32(cols_26.val[0]); in jsimd_idct_ifast_neon() local
|
H A D | jidctred-neon.c | 431 int16x4_t col2 = vreinterpret_s16_s32(vget_low_s32(cols_0426.val[1])); in jsimd_idct_4x4_neon() local
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | ColorStateTests.cpp | 223 constexpr RGBA8 operator+(const RGBA8& col1, const RGBA8& col2) { in operator +() argument 238 constexpr RGBA8 operator-(const RGBA8& col1, const RGBA8& col2) { in operator -() argument 253 min(const RGBA8& col1, const RGBA8& col2) min() argument 259 max(const RGBA8& col1, const RGBA8& col2) max() argument 265 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) mix() argument 276 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) mix() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | apicoll.cpp | 254 RuleBasedCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local 452 Collator *col2 = 0; in TestHashCode() local 839 RuleBasedCollator *col2 in TestOperators() local 916 Collator *col2 = col1->clone(); TestDuplicate() local 2250 TestCollator col2; TestSubclass() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 454 UCollator *col1, *col2, *col3, *col4; in TestRuleBasedColl() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 1031 int col2 = (isCofactor && (col <= 2)) ? 3 : 2; in emitDeterminant() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8l_enc.c | 50 static WEBP_INLINE uint32_t PaletteColorDistance(uint32_t col1, uint32_t col2) { in PaletteColorDistance() argument 62 static WEBP_INLINE void SwapColor(uint32_t* const col1, uint32_t* const col2) { in SwapColor() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 710 static float col2[4] = { 0.4f, 0.7f, 0.0f, 0.5f }; in ShowDemoWindowWidgets() local 2092 static float col2[4] = { 0.4f, 0.7f, 0.0f, 0.5f }; in ShowDemoWindowWidgets() local
|