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

1 2

  /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);
  /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...]
  /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...]
  /frameworks/native/cmds/installd/
CacheTracker.cpp 76 struct dqblk dq; local
78 reinterpret_cast<char*>(&dq)) != 0) {
84 cacheUsed += dq.dqb_curspace;
88 reinterpret_cast<char*>(&dq)) != 0) {
94 cacheUsed += dq.dqb_curspace;
InstalldNativeService.cpp 307 struct dqblk dq; local
309 reinterpret_cast<char*>(&dq)) != 0) {
315 if ((dq.dqb_bhardlimit == 0) || (dq.dqb_ihardlimit == 0)) {
323 dq.dqb_valid = QIF_LIMITS;
324 dq.dqb_bhardlimit =
326 dq.dqb_ihardlimit = (stat.f_files / 2);
328 reinterpret_cast<char*>(&dq)) != 0) {
1147 struct dqblk dq; local
1497 struct dqblk dq; local
1658 struct dqblk dq; local
2338 struct dqblk dq; local
    [all...]
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
RsaKeyTest.java 1402 BigInteger dq = key.getPrimeExponentQ(); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
pll.c 410 unsigned int data, wdet, zero_bdl, dq[4]; local
439 dq[0] = mmio_read_32((0xf712c000 + 0x234)) & 0x1f00;
440 dq[1] = mmio_read_32((0xf712c000 + 0x2b4)) & 0x1f00;
441 dq[2] = mmio_read_32((0xf712c000 + 0x334)) & 0x1f00;
442 dq[3] = mmio_read_32((0xf712c000 + 0x3b4)) & 0x1f00;
445 mmio_write_32((0xf712c000 + 0x234), dq[0]);
446 mmio_write_32((0xf712c000 + 0x2b4), dq[1]);
447 mmio_write_32((0xf712c000 + 0x334), dq[2]);
448 mmio_write_32((0xf712c000 + 0x3b4), dq[3]);
490 dq[0] = dq[0] - 0x100
    [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/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/libhevc/common/
ihevc_deblk_edge_filter.c 110 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; local
148 dq = dq0 + dq3;
180 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
347 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; local
390 dq = dq0 + dq3;
426 deq = (dq < ((beta + (beta >> 1)) >> 3)) ? 1 : 0;
  /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++;
  /external/strace/
quota.c 182 struct if_dqblk dq; local
189 if (umove_or_printaddr(tcp, data, &dq))
191 PRINT_FIELD_U("{", dq, dqb_bhardlimit);
192 PRINT_FIELD_U(", ", dq, dqb_bsoftlimit);
193 PRINT_FIELD_U(", ", dq, dqb_curspace);
194 PRINT_FIELD_U(", ", dq, dqb_ihardlimit);
195 PRINT_FIELD_U(", ", dq, dqb_isoftlimit);
196 PRINT_FIELD_U(", ", dq, dqb_curinodes);
198 PRINT_FIELD_U(", ", dq, dqb_btime);
199 PRINT_FIELD_U(", ", dq, dqb_itime)
210 struct if_nextdqblk dq; local
252 struct xfs_dqblk dq; local
315 struct if_dqinfo dq; local
331 struct xfs_dqstats dq; local
365 struct fs_quota_statv dq; local
    [all...]
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 112 WORD32 d, dp, dq, d_sam0, d_sam3; local
175 // dq dp d3 d0
190 dq = _mm_cvtsi128_si32(mask_16x8b);
227 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
549 WORD32 d0, d3, dp, dq, d; local
635 // dq dp d3 d0
650 dq = _mm_cvtsi128_si32(mask_16x8b);
687 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
    [all...]
  /device/google/contexthub/firmware/os/algos/
fusion.c 480 struct Vec3 dq; local
481 mat33Apply(&dq, &K[0], &e);
490 q.x = fusion->x0.x + 0.5f * (F[0].x * dq.x + F[1].x * dq.y + F[2].x * dq.z);
491 q.y = fusion->x0.y + 0.5f * (F[0].y * dq.x + F[1].y * dq.y + F[2].y * dq.z);
492 q.z = fusion->x0.z + 0.5f * (F[0].z * dq.x + F[1].z * dq.y + F[2].z * dq.z)
    [all...]
  /external/webp/src/enc/
frame_enc.c 30 #define DQ_LIMIT 0.4 // convergence is considered reached if dq < DQ_LIMIT
36 float dq; member in struct:__anon38546
49 s->dq = 10.f;
64 float dq; local
66 dq = (s->value > s->target) ? -s->dq : s->dq;
70 dq = (float)(slope * (s->last_q - s->q));
72 dq = 0.; // we're done?!
75 s->dq = Clamp(dq, -30.f, 30.f)
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 2067 void Assembler::dq(uint64_t value) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x87/
assembler-x87.cc 2184 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 2296 float dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1713 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/v8/src/asmjs/
asm-typer.cc 225 auto* dq = AsmType::DoubleQ(); local
227 dq2d->AsFunctionType()->AddArgument(dq);
230 dqdq2d->AsFunctionType()->AddArgument(dq);
231 dqdq2d->AsFunctionType()->AddArgument(dq);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 3045 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 4695 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
4701 void Assembler::dq(Label* label) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 3071 void Assembler::dq(uint64_t data) { function in class:v8::Assembler
    [all...]

Completed in 1192 milliseconds

1 2