/external/strace/tests/ |
D | quotactl-xfs.c | 132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local 136 printf("%p", qs); in print_xquota_stat() 140 PRINT_FIELD_D("{", *qs, qs_version); in print_xquota_stat() 144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???"); in print_xquota_stat() 145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino); in print_xquota_stat() 146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks); in print_xquota_stat() 147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents); in print_xquota_stat() 148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino); in print_xquota_stat() 149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks); in print_xquota_stat() 150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents); in print_xquota_stat() [all …]
|
/external/strace/tests-mx32/ |
D | quotactl-xfs.c | 132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local 136 printf("%p", qs); in print_xquota_stat() 140 PRINT_FIELD_D("{", *qs, qs_version); in print_xquota_stat() 144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???"); in print_xquota_stat() 145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino); in print_xquota_stat() 146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks); in print_xquota_stat() 147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents); in print_xquota_stat() 148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino); in print_xquota_stat() 149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks); in print_xquota_stat() 150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents); in print_xquota_stat() [all …]
|
/external/strace/tests-m32/ |
D | quotactl-xfs.c | 132 struct fs_quota_stat *qs = ptr; in print_xquota_stat() local 136 printf("%p", qs); in print_xquota_stat() 140 PRINT_FIELD_D("{", *qs, qs_version); in print_xquota_stat() 144 printflags(xfs_quota_flags, qs->qs_flags, "XFS_QUOTA_???"); in print_xquota_stat() 145 PRINT_FIELD_U(", qs_uquota={", qs->qs_uquota, qfs_ino); in print_xquota_stat() 146 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nblks); in print_xquota_stat() 147 PRINT_FIELD_U(", ", qs->qs_uquota, qfs_nextents); in print_xquota_stat() 148 PRINT_FIELD_U("}, qs_gquota={", qs->qs_gquota, qfs_ino); in print_xquota_stat() 149 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nblks); in print_xquota_stat() 150 PRINT_FIELD_U(", ", qs->qs_gquota, qfs_nextents); in print_xquota_stat() [all …]
|
/external/aac/libSACdec/src/ |
D | sac_reshapeBBEnv.cpp | 161 INT qs; in getSlotNrgHQ() local 230 for (qs = 31; qs < hybBands; qs++) { in getSlotNrgHQ() 245 INT qs, clz; in getMaxValDmx() local 248 for (qs = 12; qs < cplxBands; qs++) { in getMaxValDmx() 249 maxVal |= fAbs(pReal[qs]); in getMaxValDmx() 250 maxVal |= fAbs(pImag[qs]); in getMaxValDmx() 252 for (; qs < hybBands; qs++) { in getMaxValDmx() 253 maxVal |= fAbs(pReal[qs]); in getMaxValDmx() 268 INT qs, clz; in getMaxValDryWet() local 271 for (qs = 12; qs < cplxBands; qs++) { in getMaxValDryWet() [all …]
|
D | sac_process.cpp | 479 INT qs, pb; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() local 499 for (pb = 0, qs = 3; pb < 2; pb++) { in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() 537 if (qs > 0) { in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() 539 qs--; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() 597 int qs, row, col; in SpatialDecApplyM2() local 681 for (qs = 0; qs < complexHybBands; qs++) { in SpatialDecApplyM2() 682 pHybOutRealDry[qs] = fMult(pWReal[qs], pKernel[qs]); in SpatialDecApplyM2() 683 pHybOutImagDry[qs] = fMult(pWImag[qs], pKernel[qs]); in SpatialDecApplyM2() 688 for (qs = 0; qs < complexHybBands; qs++) { in SpatialDecApplyM2() 689 pHybOutRealDry[qs] += fMultDiv2(pWReal[qs], pKernel[qs]) in SpatialDecApplyM2() [all …]
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 537 depth_test_quad(struct quad_stage *qs, in depth_test_quad() argument 541 struct softpipe_context *softpipe = qs->softpipe; in depth_test_quad() 621 depth_stencil_test_quad(struct quad_stage *qs, in depth_stencil_test_quad() argument 625 struct softpipe_context *softpipe = qs->softpipe; in depth_stencil_test_quad() 665 depth_test_quad(qs, data, quad); /* quad->mask is updated */ in depth_stencil_test_quad() 688 alpha_test_quads_##FUNC( struct quad_stage *qs, \ 692 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \ 727 alpha_test_quads(struct quad_stage *qs, in alpha_test_quads() argument 731 switch (qs->softpipe->depth_stencil->alpha.func) { in alpha_test_quads() 733 return alpha_test_quads_LESS( qs, quads, nr ); in alpha_test_quads() [all …]
|
D | sp_quad_fs.c | 60 quad_shade_stage(struct quad_stage *qs) in quad_shade_stage() argument 62 return (struct quad_shade_stage *) qs; in quad_shade_stage() 71 shade_quad(struct quad_stage *qs, struct quad_header *quad) in shade_quad() argument 73 struct softpipe_context *softpipe = qs->softpipe; in shade_quad() 89 coverage_quad(struct quad_stage *qs, struct quad_header *quad) in coverage_quad() argument 91 struct softpipe_context *softpipe = qs->softpipe; in coverage_quad() 112 shade_quads(struct quad_stage *qs, in shade_quads() argument 116 struct softpipe_context *softpipe = qs->softpipe; in shade_quads() 136 if (!shade_quad(qs, quads[i]) && i > 0) in shade_quads() 140 coverage_quad( qs, quads[i] ); in shade_quads() [all …]
|
D | sp_quad_stipple.c | 17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) in stipple_quad() argument 23 struct softpipe_context *softpipe = qs->softpipe; in stipple_quad() 54 qs->next->run(qs->next, quads, pass); in stipple_quad() 58 static void stipple_begin(struct quad_stage *qs) in stipple_begin() argument 60 qs->next->begin(qs->next); in stipple_begin() 64 static void stipple_destroy(struct quad_stage *qs) in stipple_destroy() argument 66 FREE( qs ); in stipple_destroy()
|
D | sp_quad_blend.c | 150 logicop_quad(struct quad_stage *qs, in logicop_quad() argument 154 struct softpipe_context *softpipe = qs->softpipe; in logicop_quad() 262 blend_quad(struct quad_stage *qs, in blend_quad() argument 271 struct softpipe_context *softpipe = qs->softpipe; in blend_quad() 918 blend_fallback(struct quad_stage *qs, in blend_fallback() argument 922 const struct blend_quad_stage *bqs = blend_quad_stage(qs); in blend_fallback() 923 struct softpipe_context *softpipe = qs->softpipe; in blend_fallback() 989 logicop_quad( qs, quadColor, dest ); in blend_fallback() 993 blend_quad(qs, quadColor, quadColor2, dest, blend_color, blend_buf); in blend_fallback() 1026 blend_single_add_src_alpha_inv_src_alpha(struct quad_stage *qs, in blend_single_add_src_alpha_inv_src_alpha() argument [all …]
|
D | sp_quad_pipe.h | 49 void (*begin)(struct quad_stage *qs); 52 void (*run)(struct quad_stage *qs, struct quad_header *quad[], unsigned nr); 54 void (*destroy)(struct quad_stage *qs);
|
D | sp_quad_depth_test_tmp.h | 49 NAME(struct quad_stage *qs, in NAME() argument 74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer); in NAME() 141 qs->next->run(qs->next, quads, pass); in NAME()
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_pre_mix.c | 352 WORD32 ts, qs, row, col = 0; in ixheaacd_mps_apply_pre_matrix() local 373 for (qs = 0; qs < 2; qs++) { in ixheaacd_mps_apply_pre_matrix() 375 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; in ixheaacd_mps_apply_pre_matrix() 382 FLOAT32 real = self->hyb_in[0][ts][qs].re * in ixheaacd_mps_apply_pre_matrix() 384 self->hyb_in[0][ts][qs].im * in ixheaacd_mps_apply_pre_matrix() 386 FLOAT32 imag = self->hyb_in[0][ts][qs].re * in ixheaacd_mps_apply_pre_matrix() 388 self->hyb_in[0][ts][qs].im * in ixheaacd_mps_apply_pre_matrix() 393 self->v[row][ts][qs].re = sum_real; in ixheaacd_mps_apply_pre_matrix() 394 self->v[row][ts][qs].im = sum_imag; in ixheaacd_mps_apply_pre_matrix() 397 for (qs = 2; qs < self->hyb_band_count; qs++) { in ixheaacd_mps_apply_pre_matrix() [all …]
|
D | ixheaacd_mps_dec.c | 232 WORD32 ts, qs, row, indx; in ixheaacd_mps_mix_res_decor() local 235 for (qs = 0; qs < self->hyb_band_count; qs++) { in ixheaacd_mps_mix_res_decor() 236 indx = self->hyb_band_to_processing_band_table[qs]; in ixheaacd_mps_mix_res_decor() 239 self->w_dir[row][ts][qs].re = self->v[row][ts][qs].re; in ixheaacd_mps_mix_res_decor() 240 self->w_dir[row][ts][qs].im = self->v[row][ts][qs].im; in ixheaacd_mps_mix_res_decor() 246 self->w_dir[row][ts][qs].re = self->hyb_res[ts][qs].re; in ixheaacd_mps_mix_res_decor() 247 self->w_dir[row][ts][qs].im = self->hyb_res[ts][qs].im; in ixheaacd_mps_mix_res_decor() 249 self->w_dir[row][ts][qs].re = 0.0f; in ixheaacd_mps_mix_res_decor() 250 self->w_dir[row][ts][qs].im = 0.0f; in ixheaacd_mps_mix_res_decor() 255 self->w_diff[row][ts][qs].re = 0.0f; in ixheaacd_mps_mix_res_decor() [all …]
|
/external/aac/libFDK/src/ |
D | FDK_decorrelate.cpp | 1051 int qs, maxHybBand; in DuckerCalcEnergy() local 1069 for (qs = startHybBand; qs <= maxHybBand; qs++) { in DuckerCalcEnergy() 1070 localMaxVal |= fAbs(inputReal[qs]); in DuckerCalcEnergy() 1071 localMaxVal |= fAbs(inputImag[qs]); in DuckerCalcEnergy() 1073 for (; qs <= maxHybridBand; qs++) { in DuckerCalcEnergy() 1074 localMaxVal |= fAbs(inputReal[qs]); in DuckerCalcEnergy() 1087 for (qs = startHybBand; qs <= maxHybBand; qs++) { in DuckerCalcEnergy() 1088 pb = SpatialDecGetProcessingBand(qs, self->mapHybBands2ProcBands); in DuckerCalcEnergy() 1090 (fPow2Div2(inputReal[qs] << clz) + fPow2Div2(inputImag[qs] << clz)); in DuckerCalcEnergy() 1098 qs - 1, self->mapHybBands2ProcBands)); in DuckerCalcEnergy() [all …]
|
/external/python/cpython3/Lib/ |
D | cgi.py | 164 qs = fp.read(clength).decode(encoding) 166 qs = '' # Unknown content-type 168 if qs: qs = qs + '&' 169 qs = qs + environ['QUERY_STRING'] 171 if qs: qs = qs + '&' 172 qs = qs + sys.argv[1] 173 environ['QUERY_STRING'] = qs # XXX Shouldn't, really 175 qs = environ['QUERY_STRING'] 178 qs = sys.argv[1] 180 qs = "" [all …]
|
/external/python/cpython2/Lib/ |
D | cgi.py | 156 qs = fp.read(clength) 158 qs = '' # Unknown content-type 160 if qs: qs = qs + '&' 161 qs = qs + environ['QUERY_STRING'] 163 if qs: qs = qs + '&' 164 qs = qs + sys.argv[1] 165 environ['QUERY_STRING'] = qs # XXX Shouldn't, really 167 qs = environ['QUERY_STRING'] 170 qs = sys.argv[1] 172 qs = "" [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | byrefstruct.c | 16 int qs[30]; member 27 fiddly.qs[i]++; in main() 37 fiddly.qs[i] = -i * i * i; in main() 49 if ( (fiddly.ps[i] != copy.ps[i] + 1) || (fiddly.qs[i] != copy.qs[i] + 1) ) { in main()
|
D | large-struct.c | 16 int qs[30]; member 30 inny.qs[i] = -i * i * i; in main() 42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) { in main()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 124 List<DecimalQuantity> qs = new ArrayList<DecimalQuantity>(); in testDecimalQuantity() local 126 qs.add(new DecimalQuantity_SimpleStorage(d)); in testDecimalQuantity() 127 if (mode == 0) qs.add(new DecimalQuantity_64BitBCD(d)); in testDecimalQuantity() 128 qs.add(new DecimalQuantity_ByteArrayBCD(d)); in testDecimalQuantity() 129 qs.add(new DecimalQuantity_DualStorageBCD(d)); in testDecimalQuantity() 133 qs.add(new DecimalQuantity_SimpleStorage(dv)); in testDecimalQuantity() 134 if (mode == 0) qs.add(new DecimalQuantity_64BitBCD(dv)); in testDecimalQuantity() 135 qs.add(new DecimalQuantity_ByteArrayBCD(dv)); in testDecimalQuantity() 136 qs.add(new DecimalQuantity_DualStorageBCD(dv)); in testDecimalQuantity() 141 qs.add(new DecimalQuantity_SimpleStorage(lv)); in testDecimalQuantity() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 127 List<DecimalQuantity> qs = new ArrayList<DecimalQuantity>(); in testDecimalQuantity() local 129 qs.add(new DecimalQuantity_SimpleStorage(d)); in testDecimalQuantity() 130 if (mode == 0) qs.add(new DecimalQuantity_64BitBCD(d)); in testDecimalQuantity() 131 qs.add(new DecimalQuantity_ByteArrayBCD(d)); in testDecimalQuantity() 132 qs.add(new DecimalQuantity_DualStorageBCD(d)); in testDecimalQuantity() 136 qs.add(new DecimalQuantity_SimpleStorage(dv)); in testDecimalQuantity() 137 if (mode == 0) qs.add(new DecimalQuantity_64BitBCD(dv)); in testDecimalQuantity() 138 qs.add(new DecimalQuantity_ByteArrayBCD(dv)); in testDecimalQuantity() 139 qs.add(new DecimalQuantity_DualStorageBCD(dv)); in testDecimalQuantity() 144 qs.add(new DecimalQuantity_SimpleStorage(lv)); in testDecimalQuantity() [all …]
|
/external/clang/test/SemaCXX/ |
D | blocks-1.cpp | 7 int qs[30]; member 18 inny.qs[i] = -i * i * i; in main() 29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) { in main()
|
/external/python/cpython3/Lib/test/ |
D | pstats.pck | 11 …ig�&�|��>gT�qs*�>{(u4/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyi+u__… 25 …devel/python/Lib/genericpath.pyiuisfile(iig�_>Y1\�>gT�qs* ?{(u1/home/g… 55 …u~iu"<method 'items' of 'dict' objects>(iigT�qs*�>gT�qs*�>{(u)/h… 56 check_environ(iigT�qs*�>gT�qs*�>(u9/home/gbr/devel/python/Lib/distutils/com… 77 …qs*�>gT�qs*�>(u,/home/gbr/devel/python/Lib/distutils/dist.pyixu__init__(ii… 78 …u~iu#<method 'remove' of 'list' objects>(i0i0gT�qs*�>gT�qs*�>{(u'/h… 83 …vel/python/Lib/functools.pyi~udecorating_function(iigT�qs*�>g��IӠh?0(u'…
|
/external/python/cpython3/Lib/test/test_email/ |
D | test__header_value_parser.py | 682 qs = self._test_get_x(parser.get_quoted_string, 684 self.assertEqual(qs.token_type, 'quoted-string') 685 self.assertEqual(qs.quoted_value, '"bob"') 686 self.assertEqual(qs.content, 'bob') 689 qs = self._test_get_x(parser.get_quoted_string, 691 self.assertEqual(qs.quoted_value, ' "bob" ') 692 self.assertEqual(qs.content, 'bob') 695 qs = self._test_get_x(parser.get_quoted_string, 697 self.assertEqual(qs[0][1].content, 'foo') 698 self.assertEqual(qs[2][0].content, 'bar') [all …]
|
/external/ImageMagick/coders/ |
D | flif.c | 405 *magick_restrict qs; in WriteFLIFImage() local 478 qs=(unsigned short *) pixels; in WriteFLIFImage() 481 *qs++=ScaleQuantumToShort(GetPixelRed(image,p)); in WriteFLIFImage() 482 *qs++=ScaleQuantumToShort(GetPixelGreen(image,p)); in WriteFLIFImage() 483 *qs++=ScaleQuantumToShort(GetPixelBlue(image,p)); in WriteFLIFImage() 485 *qs++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in WriteFLIFImage() 487 *qs++=0xFFFF; in WriteFLIFImage()
|
/external/jemalloc/test/unit/ |
D | mallctl.c | 255 void *qs[NTCACHES]; in TEST_BEGIN() local 297 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 298 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u", in TEST_BEGIN() 300 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 315 void *q0 = qs[i]; in TEST_BEGIN() 316 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN() 317 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u", in TEST_BEGIN() 319 assert_ptr_eq(qs[i], q0, in TEST_BEGIN() 322 if (qs[i] == NULL) in TEST_BEGIN() 323 qs[i] = ps[i]; in TEST_BEGIN() [all …]
|