Home
last modified time | relevance | path

Searched defs:c4 (Results 1 – 25 of 99) sorted by relevance

1234

/external/fio/lib/
Dbswap.h9 uint32_t c1, c2, c3, c4; in __be32_to_cpu() local
21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; in __be64_to_cpu() local
/external/skia/tests/
DSkColor4fTest.cpp40 SkColor4f c4 = SkColor4f::FromColor(r.fC); in DEF_TEST() local
50 SkColor4f c4 { in DEF_TEST() local
DFloat16Test.cpp48 SkColor4f c4 { 1, 0.5f, 0.25f, 0.5f }; in DEF_TEST() local
/external/clang/test/Parser/
Dc1x-alignas.c8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
/external/clang/test/Sema/
Dpointer-conversion.c9 volatile char * c4; variable
Dstring-init.c24 …char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
/external/clang/test/CodeGen/
Dconstant-comparison.c8 int *c4 = &a - (6 * 5 > 30); variable
/external/clang/test/SemaTemplate/
Dinstantiation-default-2.cpp13 Constant<float (*)(int, double), f> *c4; variable
Dattributes.cpp20 check_alignment<4>::t c4; variable
/external/libvpx/libvpx/vpx_dsp/ppc/
Dtranspose_vsx.h41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; in vpx_transpose_s16_8x8() local
Dhadamard_vsx.c30 const int16x8_t c4 = vec_add(b4, b6); in vpx_hadamard_s16_8x8_one_pass() local
/external/compiler-rt/test/tsan/
Dtsan-vs-gvn.cc12 char c1, c2, c3, c4; member
/external/swiftshader/src/Renderer/
DSurface.cpp3868 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3904 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4013 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4049 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4162 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4198 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4307 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4343 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4455 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
4491 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
[all …]
/external/skia/src/core/
DSkColor.cpp147 auto c4 = Sk4f::Load(fVec); in assertIsUnit() local
174 SkColor4f c4; in Pin() local
/external/skia/gm/
Dcolor4f.cpp115 for (const auto& c4 : colors) { variable
/external/clang/test/CodeGenCXX/
Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, in f()
/external/clang/test/SemaCXX/
Dstring-init.cpp19 …char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
/external/icu/icu4c/source/i18n/
Dcecal.cpp135 int32_t c4; // number of 4 year cycle (1461 days) in jdToCE() local
/external/valgrind/massif/tests/
Dalloc-fns.c13 void c4(int n) { malloc(n); } in c4() function
/external/webrtc/talk/media/base/
Dcodec_unittest.cc87 AudioCodec c4(96, "A", 44100, 10000, 2, 3); in TEST_F() local
166 VideoCodec c4(96, "V", 320, 100, 30, 3); in TEST_F() local
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_EdifactEncoder.cpp140 FX_WCHAR c4 = len >= 4 ? sb.GetAt(startPos + 3) : 0; in encodeToCodewords() local
/external/pdfium/core/fxcrt/
Dfx_string.h27 #define FXBSTR_ID(c1, c2, c3, c4) \ argument
/external/skia/src/shaders/
DSkColorShader.cpp57 SkColor4f c4 = SkColor4f::FromColor(shader.fColor); in ColorShaderContext() local
176 SkColor4f c4 = shader.fColor4; in Color4Context() local
/external/ltp/lib/
Dtst_kvercmp.c109 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; in tst_kvexcmp() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCECalendar.java265 int c4; // number of 4 year cycle (1461 days) in jdToCE() local

1234