Home
last modified time | relevance | path

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

123456789

/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.5a-mte.s406 dc igvac, x0 label
407 dc igsw, x1 label
408 dc cgsw, x2 label
409 dc cigsw, x3 label
410 dc cgvac, x4 label
411 dc cgvap, x5 label
412 dc cgvadp, x6 label
413 dc cigvac, x7 label
414 dc gva, x8 label
415 dc igdvac, x9 label
[all …]
Darm64-diags.s398 dc zva label
400 dc ivac label
402 dc isw label
404 dc cvac label
406 dc csw label
408 dc cvau label
410 dc civac label
412 dc cisw label
Ddirective-arch_extension-negative.s58 dc cvadp, x7 label
78 dc cvap, x7 label
Ddirective-arch_extension.s44 dc cvadp, x7 label
64 dc cvap, x7 label
/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/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/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer() local
112 HDC dc; in WinGLTestContext() local
178 HDC dc; in onPlatformMakeCurrent() local
202 HDC dc; in onPlatformSwapBuffers() local
/external/libvpx/libvpx/vpx_dsp/arm/
Didct8x8_1_add_neon.c16 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
Didct16x16_1_add_neon.c41 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
Didct32x32_1_add_neon.c48 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
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 …]
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_intrapred_sse2.c257 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/mesa3d/src/glx/windows/
Dwindows_drawable.c42 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/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_sse2.c172 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/
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/llvm-project/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/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp31 auto dc = wglGetCurrentDC(); in context_restorer() local
113 HDC dc; in WinGLTestContext() local
192 HDC dc; in onPlatformMakeCurrent() local
/external/llvm-project/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
15 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
24 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/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
/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/skqp/src/utils/win/
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
127 HDC dc, in selectFormat()
303 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, in get_pixel_formats_to_try()
350 static HGLRC create_gl_context(HDC dc, const SkWGLExtensions& extensions, in create_gl_context()
420 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
485 HDC dc = extensions.getPbufferDC(pbuf); in Create() local
506 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/external/skia/src/utils/win/
DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
127 HDC dc, in selectFormat()
301 static void get_pixel_formats_to_try(HDC dc, const SkWGLExtensions& extensions, in get_pixel_formats_to_try()
348 static HGLRC create_gl_context(HDC dc, const SkWGLExtensions& extensions, in create_gl_context()
414 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext()
479 HDC dc = extensions.getPbufferDC(pbuf); in Create() local
500 SkWGLPbufferContext::SkWGLPbufferContext(HPBUFFER pbuffer, HDC dc, HGLRC glrc) in SkWGLPbufferContext()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dynamic_indexing.c69 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

123456789