Home
last modified time | relevance | path

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

12345

/external/clang/test/Parser/
Dc1x-alignas.c8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warnin… variable
/external/pdfium/core/fxcrt/
Dfx_string.h13 #define FXBSTR_ID(c1, c2, c3, c4) \ argument
/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/skia/tests/
DSkColor4fTest.cpp25 SkColor4f c4 = SkColor4f::FromColor(r.fC); in DEF_TEST() local
/external/skqp/tests/
DSkColor4fTest.cpp25 SkColor4f c4 = SkColor4f::FromColor(r.fC); in DEF_TEST() local
/external/strace/linux/tile/
Draw_syscall.h38 kernel_ulong_t r, e, c2, c3, c4, c5, c10; in raw_syscall_0() local
/external/libcxx/test/std/containers/sequences/array/
Dcompare.pass.cpp40 C c4 = {1, 2, 1}; in main() local
/external/swiftshader/src/Device/
DSurface.cpp3421 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3457 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3566 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
3602 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
3715 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3751 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
3860 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
3896 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4008 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
4044 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
[all …]
/external/compiler-rt/test/tsan/
Dtsan-vs-gvn.cc12 char c1, c2, c3, c4; member
/external/swiftshader/src/Renderer/
DSurface.cpp4093 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4129 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4238 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4274 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4387 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4423 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 4 * x)); in resolve() local
4532 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4568 unsigned int c4 = *(unsigned int*)(source4 + 4 * x); in resolve() local
4680 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
4716 __m128i c4 = _mm_load_si128((__m128i*)(source4 + 8 * x)); in resolve() local
[all …]
/external/skia/gm/
Dcolor4f.cpp109 for (const auto& c4 : colors) { variable
/external/skqp/gm/
Dcolor4f.cpp109 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/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DPureJavaCrc32C.java69 final int c4 = b[off+4] & 0xff; in update() 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/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/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/pdfium/fxbarcode/datamatrix/
DBC_EdifactEncoder.cpp44 wchar_t c4 = len >= 4 ? sb[startPos + 3] : 0; in EncodeToEdifactCodewords() local
/external/tensorflow/tensorflow/cc/framework/
Dcc_ops_test.cc179 auto c4 = Const(root.WithOpName("c4").ColocateWith(a), 5); in TEST() local
229 auto c4 = ops::Const<int>(root, {{{}}}); in TEST() local

12345