Home
last modified time | relevance | path

Searched defs:dc (Results 1 – 25 of 142) sorted by relevance

123456

/external/llvm/test/MC/AArch64/
Darm64-diags.s337 dc zva label
339 dc ivac label
341 dc isw label
343 dc cvac label
345 dc csw label
347 dc cvau label
349 dc civac label
351 dc cisw label
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c64 exif_mnote_data_canon_get_tags (ExifMnoteDataCanon *dc, unsigned int n, in exif_mnote_data_canon_get_tags()
83 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note; in exif_mnote_data_canon_get_value() local
293 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) n; in exif_mnote_data_canon_count() local
304 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) d; in exif_mnote_data_canon_get_id() local
316 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note; in exif_mnote_data_canon_get_name() local
328 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note; in exif_mnote_data_canon_get_title() local
340 ExifMnoteDataCanon *dc = (ExifMnoteDataCanon *) note; in exif_mnote_data_canon_get_description() local
363 ExifMnoteDataCanon *dc; in exif_mnote_data_canon_new() local
/external/vboot_reference/firmware/2lib/
D2sha_utility.c83 int vb2_digest_init(struct vb2_digest_context *dc, in vb2_digest_init()
110 int vb2_digest_extend(struct vb2_digest_context *dc, in vb2_digest_extend()
135 int vb2_digest_finalize(struct vb2_digest_context *dc, in vb2_digest_finalize()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct8x8_1_add_neon.c16 static INLINE uint8x8_t create_dcd(const int16_t dc) { in create_dcd()
44 const uint8x8_t dc = create_dcd(a1); in vpx_idct8x8_1_add_neon() local
54 const uint8x8_t dc = create_dcd(-a1); in vpx_idct8x8_1_add_neon() local
Dintrapred_neon.c27 const uint8x8_t dc) { in dc_store_4x4()
41 uint8x8_t dc; in vpx_dc_predictor_4x4_neon() local
51 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 2)); in vpx_dc_left_predictor_4x4_neon() local
59 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 2)); in vpx_dc_top_predictor_4x4_neon() local
66 const uint8x8_t dc = vdup_n_u8(0x80); in vpx_dc_128_predictor_4x4_neon() local
83 const uint8x8_t dc) { in dc_store_8x8()
98 uint8x8_t dc; in vpx_dc_predictor_8x8_neon() local
108 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 3)); in vpx_dc_left_predictor_8x8_neon() local
116 const uint8x8_t dc = vreinterpret_u8_u16(vrshr_n_u16(sum, 3)); in vpx_dc_top_predictor_8x8_neon() local
123 const uint8x8_t dc = vdup_n_u8(0x80); in vpx_dc_128_predictor_8x8_neon() local
[all …]
Didct16x16_1_add_neon.c40 const uint8x16_t dc = create_dcq(a1); in vpx_idct16x16_1_add_neon() local
58 const uint8x16_t dc = create_dcq(-a1); in vpx_idct16x16_1_add_neon() local
Dhighbd_intrapred_neon.c27 const uint16x4_t dc) { in dc_store_4x4()
41 uint16x4_t dc; in vpx_highbd_dc_predictor_4x4_neon() local
54 const uint16x4_t dc = vrshr_n_u16(sum, 2); in vpx_highbd_dc_left_predictor_4x4_neon() local
64 const uint16x4_t dc = vrshr_n_u16(sum, 2); in vpx_highbd_dc_top_predictor_4x4_neon() local
73 const uint16x4_t dc = vdup_n_u16(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_4x4_neon() local
90 const uint16x4_t dc) { in dc_store_8x8()
105 uint16x4_t dc; in vpx_highbd_dc_predictor_8x8_neon() local
117 const uint16x4_t dc = vrshr_n_u16(sum, 3); in vpx_highbd_dc_left_predictor_8x8_neon() local
127 const uint16x4_t dc = vrshr_n_u16(sum, 3); in vpx_highbd_dc_top_predictor_8x8_neon() local
136 const uint16x4_t dc = vdup_n_u16(1 << (bd - 1)); in vpx_highbd_dc_128_predictor_8x8_neon() local
[all …]
Didct32x32_1_add_neon.c47 const uint8x16_t dc = create_dcq(a1); in vpx_idct32x32_1_add_neon() local
52 const uint8x16_t dc = create_dcq(-a1); in vpx_idct32x32_1_add_neon() local
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp95 HDC dc; in WinGLTestContext() local
159 HDC dc; in onPlatformMakeCurrent() local
176 HDC dc; in onPlatformSwapBuffers() local
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/external/skia/src/utils/win/
DSkWGL_win.cpp17 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
126 HDC dc, in selectFormat()
290 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, in get_pixel_formats_to_try()
337 static HGLRC create_gl_context(HDC dc, SkWGLExtensions extensions, SkWGLContextRequest contextType, in create_gl_context()
407 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
450 HDC dc = extensions.getPbufferDC(pbuf); in Create() local
472 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/external/valgrind/coregrind/m_demangle/
Dcp-demangle.c251 #define d_left(dc) ((dc)->u.s_binary.left) argument
252 #define d_right(dc) ((dc)->u.s_binary.right) argument
298 const struct demangle_component *dc; member
566 d_dump (struct demangle_component *dc, int indent) in d_dump()
1209 has_return_type (struct demangle_component *dc) in has_return_type()
1232 is_ctor_dtor_or_conversion (struct demangle_component *dc) in is_ctor_dtor_or_conversion()
1268 struct demangle_component *dc; in d_encoding() local
1316 d_abi_tags (struct d_info *di, struct demangle_component *dc) in d_abi_tags()
1346 struct demangle_component *dc; in d_name() local
1478 struct demangle_component *dc; in d_prefix() local
[all …]
/external/vboot_reference/tests/
Dvb20_api_tests.c165 int vb2_digest_init(struct vb2_digest_context *dc, in vb2_digest_init()
179 int vb2_digest_extend(struct vb2_digest_context *dc, in vb2_digest_extend()
191 int vb2_digest_finalize(struct vb2_digest_context *dc, in vb2_digest_finalize()
299 struct vb2_digest_context *dc; in extend_hash_tests() local
Dvb2_sha_tests.c22 struct vb2_digest_context dc; in vb2_digest() local
112 struct vb2_digest_context dc; in misc_tests() local
Dvb21_api_tests.c266 struct vb2_digest_context *dc; in extend_hash_tests() local
309 struct vb2_digest_context *dc; in check_hash_tests() local
/external/vboot_reference/firmware/lib20/
Dapi.c43 struct vb2_digest_context *dc; in vb2api_init_hash() local
127 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash() local
/external/vboot_reference/firmware/lib21/
Dapi.c47 struct vb2_digest_context *dc; in vb2api_init_hash2() local
119 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash() local
/external/webrtc/talk/app/webrtc/
Ddatachannel_unittest.cc112 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
238 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
252 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
282 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
382 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
398 rtc::scoped_refptr<DataChannel> dc = DataChannel::Create( in TEST_F() local
/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp53 HDC dc = GetDC(fHWND); in onInitializeContext() local
118 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse2.h22 const __m128i *const dc, in add_dc_clamp()
40 __m128i dc, d; in highbd_idct_1_add_kernel() local
/external/clang/test/CodeGen/
Dcomplex-builtints.c28 volatile double _Complex dc = 1.0 + 2.0i; in main() local
/external/clang/test/Headers/
Dtgmath.c11 double complex dc; variable
/external/clang/test/CodeGenCXX/
Dobserve-noexcept.cpp8 double _Complex dc = (double)a; in ffcomplex() local
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_sse2.c17 int vp8_mbblock_error_sse2(MACROBLOCK *mb, int dc) { in vp8_mbblock_error_sse2()

123456