| /external/llvm/test/MC/AArch64/ | 
| D | arm64-diags.s | 337 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/libaom/aom_dsp/x86/ | 
| D | highbd_intrapred_sse2.c | 257                                 const __m128i *dc) {  in dc_store_4x4() 270   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2);  in aom_highbd_dc_left_predictor_4x4_sse2()  local 281   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2);  in aom_highbd_dc_top_predictor_4x4_sse2()  local 290   const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1));  in aom_highbd_dc_128_predictor_4x4_sse2()  local 301                                 const __m128i *dc) {  in dc_store_4x8() 324   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);  in aom_highbd_dc_left_predictor_4x8_sse2()  local 335   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2);  in aom_highbd_dc_top_predictor_4x8_sse2()  local 344   const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1));  in aom_highbd_dc_128_predictor_4x8_sse2()  local 355                                 const __m128i *dc) {  in dc_store_8xh() 371   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);  in dc_top_predictor_8xh()  local [all …] 
 | 
| /external/vboot_reference/firmware/2lib/ | 
| D | 2sha_utility.c | 83 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/vpx_dsp/arm/ | 
| D | idct8x8_1_add_neon.c | 16 static INLINE uint8x8_t create_dcd(const int16_t dc) {  in create_dcd() 45     const uint8x8_t dc = create_dcd(a1);  in vpx_idct8x8_1_add_neon()  local 55     const uint8x8_t dc = create_dcd(-a1);  in vpx_idct8x8_1_add_neon()  local
  | 
| D | idct16x16_1_add_neon.c | 41     const uint8x16_t dc = create_dcq(a1);  in vpx_idct16x16_1_add_neon()  local 59     const uint8x16_t dc = create_dcq(-a1);  in vpx_idct16x16_1_add_neon()  local
  | 
| D | intrapred_neon.c | 27                                 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 …] 
 | 
| D | idct32x32_1_add_neon.c | 48     const uint8x16_t dc = create_dcq(a1);  in vpx_idct32x32_1_add_neon()  local 53     const uint8x16_t dc = create_dcq(-a1);  in vpx_idct32x32_1_add_neon()  local
  | 
| D | highbd_intrapred_neon.c | 27                                 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 …] 
 | 
| /external/mesa3d/src/glx/windows/ | 
| D | windows_drawable.c | 42 void window_releasedc(windowsDrawable *d, HDC dc)  in window_releasedc() 64 void pixmap_releasedc(windowsDrawable *d, HDC dc)  in pixmap_releasedc() 86 void pbuffer_releasedc(windowsDrawable *d, HDC dc)  in pbuffer_releasedc()
  | 
| /external/libvpx/vpx_dsp/x86/ | 
| D | highbd_intrapred_intrin_sse2.c | 172                                 const __m128i *dc) {  in dc_store_4x4() 185   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2);  in vpx_highbd_dc_left_predictor_4x4_sse2()  local 196   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, two), 2);  in vpx_highbd_dc_top_predictor_4x4_sse2()  local 205   const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1));  in vpx_highbd_dc_128_predictor_4x4_sse2()  local 225                                 const __m128i *dc) {  in dc_store_8x8() 239   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);  in vpx_highbd_dc_left_predictor_8x8_sse2()  local 250   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, four), 3);  in vpx_highbd_dc_top_predictor_8x8_sse2()  local 259   const __m128i dc = _mm_cvtsi32_si128(1 << (bd - 1));  in vpx_highbd_dc_128_predictor_8x8_sse2()  local 276                                   const __m128i *dc) {  in dc_store_16x16() 291   const __m128i dc = _mm_srli_epi16(_mm_add_epi16(sum, eight), 4);  in vpx_highbd_dc_left_predictor_16x16_sse2()  local [all …] 
 | 
| /external/clang/test/Sema/ | 
| D | overloadable-complex.c | 4 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/ | 
| D | complex-overload.cpp | 4 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/tools/gpu/gl/win/ | 
| D | CreatePlatformGLTestContext_win.cpp | 31     auto dc = wglGetCurrentDC();  in context_restorer()  local 113     HDC dc;  in WinGLTestContext()  local 192     HDC dc;  in onPlatformMakeCurrent()  local
  | 
| /external/vboot_reference/tests/ | 
| D | vb20_api_tests.c | 165 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
  | 
| D | vb2_sha_tests.c | 22 	struct vb2_digest_context dc;  in vb2_digest()  local 112 	struct vb2_digest_context dc;  in misc_tests()  local
  | 
| /external/skia/src/utils/win/ | 
| D | SkWGL_win.cpp | 18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {  in hasExtension() 125                                   HDC dc,  in selectFormat() 308 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions,  in get_pixel_formats_to_try() 355 static HGLRC create_gl_context(HDC dc, const SkWGLExtensions& extensions,  in create_gl_context() 421 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor,  in SkCreateWGLContext() 486             HDC dc = extensions.getPbufferDC(pbuf);  in Create()  local 507 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc)  in SkWGLPbufferContext()
  | 
| /external/vboot_reference/firmware/lib20/ | 
| D | api.c | 43 	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/ | 
| D | api.c | 47 	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/mesa3d/src/gallium/auxiliary/tgsi/ | 
| D | tgsi_dynamic_indexing.c | 69    struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx);  in dIndexing_decl()  local 109    struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx);  in remove_dynamic_indexes()  local 283    struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx);  in dIndexing_inst()  local
  | 
| /external/skia/tools/sk_app/win/ | 
| D | GLWindowContext_win.cpp | 67     HDC dc = GetDC(fHWND);  in onInitializeContext()  local 138     HDC dc = GetDC((HWND)fHWND);  in onSwapBuffers()  local
  | 
| /external/libaom/av1/common/arm/ | 
| D | cfl_neon.c | 411                                    int16x4_t dc) {  in predict_w4() 420                                    int16x8_t dc) {  in predict_w8() 429                                       int16x8_t dc) {  in predict_w16() 448                                       int16x8_t dc) {  in predict_w32() 480     const int16x4_t dc = vdup_n_s16(*dst);  in cfl_predict_lbd_neon()  local 489     const int16x8_t dc = vdupq_n_s16(*dst);  in cfl_predict_lbd_neon()  local 556     const int16x4_t dc = vdup_n_s16(*dst);  in cfl_predict_hbd_neon()  local 566     const int16x8_t dc = vdupq_n_s16(*dst);  in cfl_predict_hbd_neon()  local
  | 
| /external/rust/crates/static_assertions/tests/ | 
| D | eq_size.rs | 30 mod dc {  module 102         let dc = DropCounter::new(&mut count);  in test_eq_size_drop_count()  localVariable
  | 
| /external/webrtc/pc/ | 
| D | data_channel_unittest.cc | 127   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local 322   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local 336   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local 367   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local 471   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local 535   rtc::scoped_refptr<SctpDataChannel> dc =  in TEST_F()  local
  | 
| /external/bc/vs/tests/ | 
| D | tests_dc.bat | 4 set dc=%~dp0\dc.exe  variable
  | 
| /external/skia/src/core/ | 
| D | SkMesh.cpp | 654 sk_sp<IndexBuffer> SkMesh::MakeIndexBuffer(GrDirectContext* dc, const void* data, size_t size) {  in MakeIndexBuffer() 665 sk_sp<IndexBuffer> SkMesh::CopyIndexBuffer(GrDirectContext* dc, sk_sp<IndexBuffer> src) {  in CopyIndexBuffer() 677 sk_sp<VertexBuffer> SkMesh::MakeVertexBuffer(GrDirectContext* dc, const void* data, size_t size) {  in MakeVertexBuffer() 688 sk_sp<VertexBuffer> SkMesh::CopyVertexBuffer(GrDirectContext* dc, sk_sp<VertexBuffer> src) {  in CopyVertexBuffer() 857 bool SkMesh::IndexBuffer::update(GrDirectContext* dc,  in update() 864 bool SkMesh::VertexBuffer::update(GrDirectContext* dc,  in update() 872 bool SkMeshPriv::UpdateGpuBuffer(GrDirectContext* dc,  in UpdateGpuBuffer()
  |