/external/skia/src/gpu/ganesh/ |
D | GrMeshBuffers.cpp | 34 sk_sp<Base> GrMeshBuffer<Base, Type>::Make(GrDirectContext* dc, const void* data, size_t size) { in Make() 57 bool GrMeshBuffer<Base, Type>::onUpdate(GrDirectContext* dc, in onUpdate() 105 sk_sp<SkMesh::IndexBuffer> MakeIndexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeIndexBuffer() 113 sk_sp<SkMesh::IndexBuffer> CopyIndexBuffer(GrDirectContext* dc, sk_sp<SkMesh::IndexBuffer> src) { in CopyIndexBuffer() 128 sk_sp<SkMesh::VertexBuffer> MakeVertexBuffer(GrDirectContext* dc, const void* data, size_t size) { in MakeVertexBuffer() 135 sk_sp<SkMesh::VertexBuffer> CopyVertexBuffer(GrDirectContext* dc, sk_sp<SkMesh::VertexBuffer> src) { in CopyVertexBuffer()
|
/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/vboot_reference/firmware/2lib/ |
D | 2sha_utility.c | 59 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init() 108 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, in vb2_digest_extend() 138 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, in vb2_digest_finalize() 174 struct vb2_digest_context dc; in vb2_hash_calculate() local
|
D | 2api.c | 199 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_extend_hash() local 274 struct vb2_digest_context *dc; in vb2api_init_hash() local 341 struct vb2_digest_context *dc = (struct vb2_digest_context *) in vb2api_check_hash_get_digest() local
|
/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/tests/ |
D | vb2_sha_tests.c | 36 struct vb2_digest_context dc; in sha1_tests() local 80 struct vb2_digest_context dc; in sha256_tests() local 123 struct vb2_digest_context dc; in sha512_tests() local 137 struct vb2_digest_context dc; in misc_tests() local
|
D | vb2_api_tests.c | 205 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init() 217 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, in vb2_digest_extend() 226 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, in vb2_digest_finalize() 714 struct vb2_digest_context *dc; in extend_hash_tests() local
|
/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 | 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
|
/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
|
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/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 284 struct dIndexing_transform_context *dc = dIndexing_transform_context(ctx); in dIndexing_inst() local
|
/external/coreboot/tests/lib/ |
D | cbfs-verification-test.c | 61 vb2_error_t vb2_digest_init(struct vb2_digest_context *dc, bool allow_hwcrypto, in vb2_digest_init() 72 vb2_error_t vb2_digest_extend(struct vb2_digest_context *dc, const uint8_t *buf, uint32_t size) in vb2_digest_extend() 79 vb2_error_t vb2_digest_finalize(struct vb2_digest_context *dc, uint8_t *digest, uint32_t size) in vb2_digest_finalize()
|
/external/skia/tools/window/win/ |
D | GLWindowContext_win.cpp | 62 HDC dc = GetDC(fHWND); in onInitializeContext() local 137 HDC dc = GetDC((HWND)fHWND); in onSwapBuffers() local
|
/external/libaom/av1/common/arm/ |
D | cfl_neon.c | 413 int16x4_t dc) { in predict_w4() 422 int16x8_t dc) { in predict_w8() 431 int16x8_t dc) { in predict_w16() 447 int16x8_t dc) { in predict_w32() 476 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_lbd_neon() local 485 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_lbd_neon() local 552 const int16x4_t dc = vdup_n_s16(*dst); in cfl_predict_hbd_neon() local 562 const int16x8_t dc = vdupq_n_s16(*dst); in cfl_predict_hbd_neon() local
|
/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/sdv/vsomeip/third_party/boost/function_types/test/custom_ccs/ |
D | member_ccs_exact.cpp | 24 typedef ft::default_cc dc; typedef
|
D | nonmember_ccs_exact.cpp | 26 typedef ft::default_cc dc; typedef
|
/external/bc/vs/tests/ |
D | tests_dc.bat | 4 set dc=%~dp0\dc.exe variable
|
/external/clang/test/CodeGen/ |
D | complex-builtints.c | 28 volatile double _Complex dc = 1.0 + 2.0i; in main() local
|