HomeSort by relevance Sort by last modified time
    Searched refs:dq (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *dq = (short *)d->dqcoeff; local
22 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
idct_blk_sse2.c 14 void vp8_idct_dequant_0_2x_sse2(short *q, short *dq, unsigned char *dst,
16 void vp8_idct_dequant_full_2x_sse2(short *q, short *dq, unsigned char *dst,
19 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst,
26 vp8_idct_dequant_full_2x_sse2(q, dq, dst, stride);
28 vp8_idct_dequant_0_2x_sse2(q, dq, dst, stride);
33 vp8_idct_dequant_full_2x_sse2(q + 32, dq, dst + 8, stride);
35 vp8_idct_dequant_0_2x_sse2(q + 32, dq, dst + 8, stride);
44 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq,
50 vp8_idct_dequant_full_2x_sse2(q, dq, dstu, stride);
52 vp8_idct_dequant_0_2x_sse2(q, dq, dstu, stride)
    [all...]
  /external/strace/
quota.c 183 struct if_dqblk dq; local
190 if (umove_or_printaddr(tcp, data, &dq))
192 PRINT_FIELD_U("{", dq, dqb_bhardlimit);
193 PRINT_FIELD_U(", ", dq, dqb_bsoftlimit);
194 PRINT_FIELD_U(", ", dq, dqb_curspace);
195 PRINT_FIELD_U(", ", dq, dqb_ihardlimit);
196 PRINT_FIELD_U(", ", dq, dqb_isoftlimit);
197 PRINT_FIELD_U(", ", dq, dqb_curinodes);
199 PRINT_FIELD_U(", ", dq, dqb_btime);
200 PRINT_FIELD_U(", ", dq, dqb_itime)
211 struct if_nextdqblk dq; local
253 struct xfs_dqblk dq; local
316 struct if_dqinfo dq; local
332 struct xfs_dqstats dq; local
366 struct fs_quota_statv dq; local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_blk_neon.c 17 void idct_dequant_full_2x_neon(short *q, short *dq, unsigned char *dst,
19 void idct_dequant_0_2x_neon(short *q, short dq, unsigned char *dst, int stride);
21 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst,
28 idct_dequant_full_2x_neon(q, dq, dst, stride);
30 idct_dequant_0_2x_neon(q, dq[0], dst, stride);
35 idct_dequant_full_2x_neon(q + 32, dq, dst + 8, stride);
37 idct_dequant_0_2x_neon(q + 32, dq[0], dst + 8, stride);
45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq,
51 idct_dequant_full_2x_neon(q, dq, dstu, stride);
53 idct_dequant_0_2x_neon(q, dq[0], dstu, stride)
    [all...]
idct_dequant_0_2x_neon.c 13 void idct_dequant_0_2x_neon(int16_t *q, int16_t dq, unsigned char *dst,
22 a0 = ((q[0] * dq) + 4) >> 3;
23 a1 = ((q[16] * dq) + 4) >> 3;
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 49 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
50 assertEquals(0, dq.getSize());
51 assertTrue(dq.isEmpty());
55 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
58 final boolean result = dq.addRequest(dr);
60 assertEquals(1, dq.getSize());
61 assertFalse(dq.isEmpty());
65 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
68 dq.addRequest(null);
73 assertEquals(0, dq.getSize())
78 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
94 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
112 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
130 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
149 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
163 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
174 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
189 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
225 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
231 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
304 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
356 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
    [all...]
  /external/f2fs-tools/fsck/
mkquota.c 29 static void print_dquot(const char *desc, struct dquot *dq)
34 dq->dq_id, (long long) dq->dq_dqb.dqb_curspace,
35 (long long) dq->dq_dqb.dqb_bsoftlimit,
36 (long long) dq->dq_dqb.dqb_bhardlimit,
37 (long long) dq->dq_dqb.dqb_curinodes,
38 (long long) dq->dq_dqb.dqb_isoftlimit,
39 (long long) dq->dq_dqb.dqb_ihardlimit);
48 struct dquot *dq; local
51 dq = dnode_get(n)
202 struct dquot *dq; local
225 struct dquot *dq; local
247 struct dquot *dq; local
268 struct dquot *dq; local
317 struct dquot *dq; local
365 struct dquot *dq; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
idct_blk.c 15 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest,
21 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst,
28 vp8_dequant_idct_add_c(q, dq, dst, stride);
30 vp8_dc_only_idct_add_c(q[0] * dq[0], dst, stride, dst, stride);
42 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dstu,
50 vp8_dequant_idct_add_c(q, dq, dstu, stride);
52 vp8_dc_only_idct_add_c(q[0] * dq[0], dstu, stride, dstu, stride);
66 vp8_dequant_idct_add_c(q, dq, dstv, stride);
68 vp8_dc_only_idct_add_c(q[0] * dq[0], dstv, stride, dstv, stride);
dequantize.c 18 short *DQ = d->dqcoeff;
22 DQ[i] = Q[i] * DQC[i];
26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest,
31 input[i] = dq[i] * input[i];
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
dequantize_dspr2.c 16 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *dest,
21 input[i] = dq[i] * input[i];
idct_blk_dspr2.c 16 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst,
23 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
25 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dst, stride, dst, stride);
37 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq,
46 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
48 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstu, stride, dstu, stride);
62 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride);
64 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstv, stride, dstv, stride);
  /external/libvpx/libvpx/vp8/common/mips/mmi/
idct_blk_mmi.c 14 void vp8_dequant_idct_add_y_block_mmi(int16_t *q, int16_t *dq, uint8_t *dst,
21 vp8_dequant_idct_add_mmi(q, dq, dst, stride);
23 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dst, stride, dst, stride);
35 void vp8_dequant_idct_add_uv_block_mmi(int16_t *q, int16_t *dq, uint8_t *dstu,
43 vp8_dequant_idct_add_mmi(q, dq, dstu, stride);
45 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dstu, stride, dstu, stride);
59 vp8_dequant_idct_add_mmi(q, dq, dstv, stride);
61 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dstv, stride, dstv, stride);
dequantize_mmi.c 58 void vp8_dequant_idct_add_mmi(int16_t *input, int16_t *dq, unsigned char *dest,
63 "gsldlc1 %[ftmp0], 0x07(%[dq]) \n\t"
64 "gsldrc1 %[ftmp0], 0x00(%[dq]) \n\t"
65 "gsldlc1 %[ftmp1], 0x0f(%[dq]) \n\t"
66 "gsldrc1 %[ftmp1], 0x08(%[dq]) \n\t"
67 "gsldlc1 %[ftmp2], 0x17(%[dq]) \n\t"
68 "gsldrc1 %[ftmp2], 0x10(%[dq]) \n\t"
69 "gsldlc1 %[ftmp3], 0x1f(%[dq]) \n\t"
70 "gsldrc1 %[ftmp3], 0x18(%[dq]) \n\t"
97 : [dq] "r"(dq), [input] "r"(input
    [all...]
  /external/e2fsprogs/debugfs/
quota.c 92 static int list_quota_callback(struct dquot *dq,
96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,
97 (long long)dq->dq_dqb.dqb_bsoftlimit,
98 (long long)dq->dq_dqb.dqb_bhardlimit,
99 (long long)dq->dq_dqb.dqb_curinodes,
100 (long long)dq->dq_dqb.dqb_isoftlimit,
101 (long long)dq->dq_dqb.dqb_ihardlimit);
138 struct dquot *dq; local
163 dq = qh->qh_ops->read_dquot(qh, id)
    [all...]
  /external/clang/test/CodeGen/
debug-info-crash.c 10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq,
14 dispatch_async(dq, ^{
  /external/e2fsprogs/lib/support/
mkquota.c 49 static void print_dquot(const char *desc, struct dquot *dq)
54 dq->dq_id, dq->dq_dqb.dqb_curspace,
55 dq->dq_dqb.dqb_bsoftlimit, dq->dq_dqb.dqb_bhardlimit,
56 dq->dq_dqb.dqb_curinodes,
57 dq->dq_dqb.dqb_isoftlimit, dq->dq_dqb.dqb_ihardlimit);
61 struct dquot *dq EXT2FS_ATTR((unused)))
148 struct dquot *dq; local
350 struct dquot *dq; local
376 struct dquot *dq; local
403 struct dquot *dq; local
428 struct dquot *dq; local
507 struct dquot *dq; local
626 struct dquot *dq; local
    [all...]
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 137 dq := StartDumpQueue(*systemRoot, dumpPath, uq)
138 dq.Wait()
229 dq := &DumpQueue{
234 dq.WorkerPool = StartWorkerPool(12, dq.worker)
236 findLibsInRoot(root, dq)
238 return dq
243 func (dq *DumpQueue) DumpSymbols(filepath string, arch string) {
244 dq.queue <- dumpRequest{
250 func (dq *DumpQueue) Wait()
    [all...]
  /external/strace/tests/
quotactl-xfs.c 92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimit)
    [all...]
  /external/strace/tests-m32/
quotactl-xfs.c 92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimit)
    [all...]
  /external/strace/tests-mx32/
quotactl-xfs.c 92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimit)
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 191 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
200 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
209 dispatch_queue_t dq, void *ctxt,
217 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
222 dispatch_queue_t dq, void *ctxt,
231 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
237 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
238 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
257 dispatch_queue_t dq, void(^work)(void)) {
260 REAL(dispatch_async)(dq, asan_block)
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
feeding_queue_runner_test.py 61 dq = sess.run(dq_op)
62 np.testing.assert_array_equal(indices, dq[0])
63 np.testing.assert_array_equal(expected_dq, dq[1])
77 dq = sess.run(dq_op)
78 indices = dq[0]
80 np.testing.assert_array_equal(expected_dq, dq[1])
104 dq = sess.run(dq_op)
105 np.testing.assert_array_equal(expected_df_indices, dq[0])
108 dq[col_num + 1])
126 dq = sess.run(dq_op
    [all...]
  /external/tensorflow/tensorflow/python/estimator/inputs/queues/
feeding_queue_runner_test.py 64 dq = sess.run(dq_op)
65 np.testing.assert_array_equal(indices, dq[0])
66 np.testing.assert_array_equal(expected_dq, dq[1])
80 dq = sess.run(dq_op)
81 indices = dq[0]
83 np.testing.assert_array_equal(expected_dq, dq[1])
107 dq = sess.run(dq_op)
108 np.testing.assert_array_equal(expected_df_indices, dq[0])
111 dq[col_num + 1])
129 dq = sess.run(dq_op
    [all...]
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 67 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
68 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
71 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
72 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
75 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
76 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 76 double *dp, *dq; local
224 dq = (double *)p2;
226 *dp++ = *dq++;
227 *dp++ = *dq++;
228 *dp++ = *dq++;
229 *dp++ = *dq++;

Completed in 846 milliseconds

1 2 3 4 5