/external/strace/ |
D | quota.c | 338 struct if_dqblk dq; in decode_cmd_data() local 345 if (umove(tcp, data, &dq) < 0) in decode_cmd_data() 350 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit); in decode_cmd_data() 351 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit); in decode_cmd_data() 352 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace); in decode_cmd_data() 353 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit); in decode_cmd_data() 354 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit); in decode_cmd_data() 355 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes); in decode_cmd_data() 358 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime); in decode_cmd_data() 359 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime); in decode_cmd_data() [all …]
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idct_blk_mmx.c | 15 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q); 20 short *dq = (short *) d->dqcoeff; in vp8_dequantize_b_mmx() local 22 vp8_dequantize_b_impl_mmx(sq, dq, DQC); in vp8_dequantize_b_mmx() 26 (short *q, short *dq, in vp8_dequant_idct_add_y_block_mmx() argument 34 vp8_dequant_idct_add_mmx (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_mmx() 37 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_mmx() 42 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_mmx() 45 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride, in vp8_dequant_idct_add_y_block_mmx() 51 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_mmx() 54 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride, in vp8_dequant_idct_add_y_block_mmx() [all …]
|
D | idct_blk_sse2.c | 15 (short *q, short *dq , 18 (short *q, short *dq , 22 (short *q, short *dq, in vp8_dequant_idct_add_y_block_sse2() argument 32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2() 34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2() 39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2() 41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2() 50 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_sse2() argument 56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2() 58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2() [all …]
|
D | dequantize_mmx.asm | 15 ;void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q) 26 mov rdi, arg(1) ;dq 55 ;short *dq, 1 68 mov rdx, arg(1) ;dq
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 17 void idct_dequant_full_2x_neon(short *q, short *dq, 19 void idct_dequant_0_2x_neon(short *q, short dq, 23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, in vp8_dequant_idct_add_y_block_neon() argument 34 idct_dequant_full_2x_neon (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_neon() 36 idct_dequant_0_2x_neon (q, dq[0], dst, stride); in vp8_dequant_idct_add_y_block_neon() 42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_neon() 44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride); in vp8_dequant_idct_add_y_block_neon() 52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, in vp8_dequant_idct_add_uv_block_neon() argument 60 idct_dequant_full_2x_neon (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_neon() 62 idct_dequant_0_2x_neon (q, dq[0], dstu, stride); in vp8_dequant_idct_add_uv_block_neon() [all …]
|
D | idct_dequant_full_2x_neon.asm | 18 ;void idct_dequant_full_2x_neon(short *q, short *dq, 21 ; r1 *dq, 25 vld1.16 {q0, q1}, [r1] ; dq (same l/r) 43 ; dequant: q[i] = q[i] * dq[i]
|
D | idct_dequant_0_2x_neon.asm | 17 ;void idct_dequant_0_2x_neon(short *q, short dq, 20 ; r1 dq
|
D | dequant_idct_neon.asm | 18 ;void vp8_dequant_idct_add_neon(short *input, short *dq, 21 ; r1 short *dq,
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | idct_blk_v6.c | 15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, in vp8_dequant_idct_add_y_block_v6() argument 24 vp8_dequant_idct_add_v6 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_v6() 27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_v6() 32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_v6() 35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride); in vp8_dequant_idct_add_y_block_v6() 40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_v6() 43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride); in vp8_dequant_idct_add_y_block_v6() 48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride); in vp8_dequant_idct_add_y_block_v6() 51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride); in vp8_dequant_idct_add_y_block_v6() 61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, in vp8_dequant_idct_add_uv_block_v6() argument [all …]
|
D | dequant_idct_v6.asm | 13 ;void vp8_dequant_idct_v6(short *input, short *dq, 16 ; r1 = dq 24 ldr r5, [r1], #4 ;dq 36 ldr r5, [r1], #4 ;dq
|
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 14 void vp8_dequant_idct_add_c(short *input, short *dq, 21 (short *q, short *dq, in vp8_dequant_idct_add_y_block_c() argument 31 vp8_dequant_idct_add_c (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_c() 34 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c() 47 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_c() argument 57 vp8_dequant_idct_add_c (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 60 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 76 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c() 79 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | dequantize.c | 29 void vp8_dequant_idct_add_c(short *input, short *dq, in vp8_dequant_idct_add_c() argument 36 input[i] = dq[i] * input[i]; in vp8_dequant_idct_add_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 17 (short *q, short *dq, in vp8_dequant_idct_add_y_block_dspr2() argument 27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 43 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_dspr2() argument 53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2() 75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
|
D | dequantize_dspr2.c | 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq, in vp8_dequant_idct_add_dspr2() argument 24 input[i] = dq[i] * input[i]; in vp8_dequant_idct_add_dspr2()
|
/external/compiler-rt/lib/asan/ |
D | asan_mac.cc | 339 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \ 348 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \ 357 dispatch_queue_t dq, void *ctxt, in INTERCEPT_DISPATCH_X_F_3() 365 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt, in INTERCEPT_DISPATCH_X_F_3() 370 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR() argument 379 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, in INTERCEPTOR() 386 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); 387 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq, 406 dispatch_queue_t dq, void(^work)(void)) { 408 REAL(dispatch_async)(dq, asan_block); [all …]
|
/external/clang/test/CodeGen/ |
D | debug-info-crash.c | 10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq, in LEGACY_dispatch_call() argument 14 dispatch_async(dq, ^{ in LEGACY_dispatch_call()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-07-16-sse2_storel_dq.ll | 9 call void @llvm.x86.sse2.storel.dq( i8* bitcast (double* @G to i8*), <4 x i32> %0 ) nounwind 13 declare void @llvm.x86.sse2.storel.dq(i8*, <4 x i32>) nounwind
|
/external/llvm/test/CodeGen/X86/ |
D | vec_shuffle-11.ll | 5 …%tmp131 = call <2 x i64> @llvm.x86.sse2.psrl.dq( <2 x i64> < i64 -1, i64 -1 >, i32 96 ) ; … 11 declare <2 x i64> @llvm.x86.sse2.psrl.dq(<2 x i64>, i32)
|
D | pmovext.ll | 16 tail call void @llvm.x86.sse2.storeu.dq(i8* %5, <16 x i8> %6) nounwind 22 declare void @llvm.x86.sse2.storeu.dq(i8*, <16 x i8>) nounwind
|
/external/libvpx/armv7a-neon/ |
D | vpx_rtcd.h | 28 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 29 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride); 30 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride); 33 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 34 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eob… 35 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *e… 38 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 39 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst… 40 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *d…
|
/external/libvpx/mips-dspr2/ |
D | vpx_rtcd.h | 26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 27 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride); 30 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 31 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *… 34 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 35 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *…
|
/external/libvpx/armv7a/ |
D | vpx_rtcd.h | 27 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 28 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride); 31 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 32 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eob… 35 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 36 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst…
|
/external/libvpx/generic/ |
D | vpx_rtcd.h | 26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 29 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_…
|
/external/libvpx/mips/ |
D | vpx_rtcd.h | 26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 29 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_…
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 898 boolean dq = false; // double quote in split() 903 if (!dq && c == '\'' && lastc != '\\') { in split() 908 dq = !dq; in split() 911 else if (!sq && !dq) { in split()
|