Home
last modified time | relevance | path

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

12345

/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/v8/src/js/
Dharmony-simd.js465 function Int16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
476 function Uint16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
487 function Bool16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) { argument
495 function Int8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
511 function Uint8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
527 function Bool8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument
/external/clang/test/Parser/
Dc1x-alignas.c8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
/external/swiftshader/src/Renderer/
DSurface.cpp3771 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3807 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3915 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
3951 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4062 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4098 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4206 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4242 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4353 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
4389 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
[all …]
/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/SemaTemplate/
Dinstantiation-default-2.cpp13 Constant<float (*)(int, double), f> *c4; variable
Dattributes.cpp20 check_alignment<4>::t c4; variable
/external/clang/test/CodeGen/
Dconstant-comparison.c8 int *c4 = &a - (6 * 5 > 30); variable
/external/skia/src/core/
DSkColor.cpp147 auto c4 = Sk4f::Load(fVec); in assertIsUnit() local
174 SkColor4f c4; in Pin() local
/external/compiler-rt/test/tsan/
Dtsan-vs-gvn.cc12 char c1, c2, c3, c4; member
/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/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/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/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/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/ltp/lib/
Dtst_kvercmp.c91 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; in tst_kexvcmp() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks_mips.c116 int32_t c4, c5, c6, c7; in WebRtcIsacfix_HighpassFilterFixDec32MIPS() local

12345