/external/f2fs-tools/fsck/ |
D | mkquota.c | 29 static void print_dquot(const char *desc, struct dquot *dq) in print_dquot() 48 struct dquot *dq; in write_dquots() local 202 struct dquot *dq; in get_dq() local 225 struct dquot *dq; in quota_data_add() local 247 struct dquot *dq; in quota_data_sub() local 268 struct dquot *dq; in quota_data_inodes() local 317 struct dquot *dq; in scan_dquots_callback() local 365 struct dquot *dq; in quota_compare_and_update() local
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 21 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, in vp8_dequant_idct_add_y_block_neon() 45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, in vp8_dequant_idct_add_uv_block_neon()
|
D | idct_dequant_0_2x_neon.c | 13 void idct_dequant_0_2x_neon(int16_t *q, int16_t dq, unsigned char *dst, in idct_dequant_0_2x_neon()
|
D | dequant_idct_neon.c | 22 void vp8_dequant_idct_add_neon(int16_t *input, int16_t *dq, unsigned char *dst, in vp8_dequant_idct_add_neon()
|
D | idct_dequant_full_2x_neon.c | 17 void idct_dequant_full_2x_neon(int16_t *q, int16_t *dq, unsigned char *dst, in idct_dequant_full_2x_neon()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idct_blk_sse2.c | 19 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, in vp8_dequant_idct_add_y_block_sse2() 44 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, in vp8_dequant_idct_add_uv_block_sse2()
|
D | idct_blk_mmx.c | 20 short *dq = (short *)d->dqcoeff; in vp8_dequantize_b_mmx() local
|
/external/libvpx/libvpx/vp8/common/ |
D | idct_blk.c | 21 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, in vp8_dequant_idct_add_y_block_c() 42 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dstu, in vp8_dequant_idct_add_uv_block_c()
|
D | dequantize.c | 26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, in vp8_dequant_idct_add_c()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | idct_blk_mmi.c | 14 void vp8_dequant_idct_add_y_block_mmi(int16_t *q, int16_t *dq, uint8_t *dst, in vp8_dequant_idct_add_y_block_mmi() 35 void vp8_dequant_idct_add_uv_block_mmi(int16_t *q, int16_t *dq, uint8_t *dstu, in vp8_dequant_idct_add_uv_block_mmi()
|
D | dequantize_mmi.c | 58 void vp8_dequant_idct_add_mmi(int16_t *input, int16_t *dq, unsigned char *dest, in vp8_dequant_idct_add_mmi()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 16 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, in vp8_dequant_idct_add_y_block_dspr2() 37 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, in vp8_dequant_idct_add_uv_block_dspr2()
|
D | dequantize_dspr2.c | 16 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *dest, in vp8_dequant_idct_add_dspr2()
|
/external/e2fsprogs/lib/support/ |
D | mkquota.c | 49 static void print_dquot(const char *desc, struct dquot *dq) in print_dquot() 148 struct dquot *dq; in write_dquots() local 350 struct dquot *dq; in get_dq() local 376 struct dquot *dq; in quota_data_add() local 403 struct dquot *dq; in quota_data_sub() local 428 struct dquot *dq; in quota_data_inodes() local 507 struct dquot *dq; in scan_dquots_callback() local 626 struct dquot *dq; in quota_compare_and_update() local
|
/external/e2fsprogs/debugfs/ |
D | quota.c | 92 static int list_quota_callback(struct dquot *dq, in list_quota_callback() 138 struct dquot *dq; in do_get_quota() local
|
/external/strace/ |
D | quota.c | 183 struct if_dqblk dq; in decode_cmd_data() local 211 struct if_nextdqblk dq; in decode_cmd_data() local 253 struct xfs_dqblk dq; in decode_cmd_data() local 316 struct if_dqinfo dq; in decode_cmd_data() local 332 struct xfs_dqstats dq; in decode_cmd_data() local 366 struct fs_quota_statv dq; in decode_cmd_data() local
|
/external/clang/test/CodeGen/ |
D | debug-info-crash.c | 10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq, in LEGACY_dispatch_call()
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_grad.py | 85 def _QrGrad(op, dq, dr): argument
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | RsaKeyTest.java | 1402 BigInteger dq = key.getPrimeExponentQ(); in checkPrivateCrtKey() local
|
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 110 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_vert() local 347 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; in ihevc_deblk_luma_horz() local
|
/external/ltp/tools/pounder21/src/memxfer5b/ |
D | memxfer5b.c | 76 double *dp, *dq; in main() local
|
/external/compiler-rt/lib/asan/ |
D | asan_mac.cc | 222 dispatch_queue_t dq, void *ctxt, in INTERCEPTOR()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 314 void vp8_dequant_idct_add_msa(int16_t *input, int16_t *dq, uint8_t *dest, in vp8_dequant_idct_add_msa() 332 void vp8_dequant_idct_add_y_block_msa(int16_t *q, int16_t *dq, uint8_t *dst, in vp8_dequant_idct_add_y_block_msa() 362 void vp8_dequant_idct_add_uv_block_msa(int16_t *q, int16_t *dq, uint8_t *dstu, in vp8_dequant_idct_add_uv_block_msa()
|
/external/strace/tests/ |
D | quotactl-xfs.c | 92 struct fs_disk_quota *dq = ptr; in print_xdisk_quota() local
|
/external/strace/tests-mx32/ |
D | quotactl-xfs.c | 92 struct fs_disk_quota *dq = ptr; in print_xdisk_quota() local
|