/third_party/ltp/testcases/open_posix_testsuite/include/ |
D | ncpu.h | 51 struct pst_dynamic psd; in get_ncpu() local 52 pstat_getdynamic(&psd, sizeof(psd), 1, 0); in get_ncpu() 53 ncpu = (int)psd.psd_proc_cnt; in get_ncpu()
|
/third_party/ffmpeg/tests/fate/ |
D | image.mak | 369 FATE_PSD += fate-psd-$(1) 370 fate-psd-$(1): CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-$(1).psd -sws_flags +accurate_rnd+bitex… 376 FATE_PSD += fate-psd-lena-127x127-rgb24 377 fate-psd-lena-127x127-rgb24: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-127x127_rgb24.psd 379 FATE_PSD += fate-psd-lena-rgb-rle-127x127-16b 380 fate-psd-lena-rgb-rle-127x127-16b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-rgb_rle_127x127_16b… 382 FATE_PSD += fate-psd-lena-rgb-rle-127x127-8b 383 fate-psd-lena-rgb-rle-127x127-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-rgb_rle_127x127_8b.p… 385 FATE_PSD += fate-psd-lena-rgba-rle-128x128-8b 386 fate-psd-lena-rgba-rle-128x128-8b: CMD = framecrc -i $(TARGET_SAMPLES)/psd/lena-rgba_rle_128x128_8b… [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ac3.c | 92 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, in ff_ac3_bit_alloc_calc_psd() argument 99 psd[bin]=(3072 - (exp[bin] << 7)); in ff_ac3_bit_alloc_calc_psd() 106 int v = psd[bin++]; in ff_ac3_bit_alloc_calc_psd() 109 int max = FFMAX(v, psd[bin]); in ff_ac3_bit_alloc_calc_psd() 111 int adr = FFMIN(max - ((v + psd[bin] + 1) >> 1), 255); in ff_ac3_bit_alloc_calc_psd()
|
D | ac3dsp.h | 73 void (*bit_alloc_calc_bap)(int16_t *mask, int16_t *psd, int start, int end,
|
D | ac3.h | 231 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd,
|
D | ac3dsp.c | 65 static void ac3_bit_alloc_calc_bap_c(int16_t *mask, int16_t *psd, in ac3_bit_alloc_calc_bap_c() argument 86 int address = av_clip_uintp2((psd[bin] - m) >> 5, 6); in ac3_bit_alloc_calc_bap_c()
|
D | ac3dec.h | 208 int16_t psd[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< scaled exponents member
|
D | ac3enc.h | 131 int16_t **psd; ///< psd per frequency bin member
|
D | ac3enc.c | 1020 block->end_freq[ch], block->psd[ch], in bit_alloc_masking() 1147 s->ac3dsp.bit_alloc_calc_bap(block->mask[ch], block->psd[ch], in bit_alloc() 2143 av_freep(&block->psd); in ff_ac3_encode_close() 2452 !FF_ALLOCZ_TYPED_ARRAY(block->psd, channels) || in allocate_buffers() 2467 block->psd[ch] = &s->psd_buffer [AC3_MAX_COEFS * (blk * channels + ch)]; in allocate_buffers()
|
D | ac3dec.c | 1352 s->psd[ch], s->band_psd[ch]); in decode_audio_block() 1371 s->ac3dsp.bit_alloc_calc_bap(s->mask[ch], s->psd[ch], in decode_audio_block()
|
/third_party/boost/boost/polygon/detail/ |
D | scan_arbitrary.hpp | 1842 polygon_set_data<Unit> psd = (*(result.begin())).second; in test_merge() local 1844 psd.get(polys); in test_merge() 1867 psd = (*(result.begin())).second; in test_merge() 1868 stdcout << psd << "\n"; in test_merge() 1870 psd.get(polys); in test_merge() 1893 psd = (*(result.begin())).second; in test_merge() 1894 stdcout << psd << "\n"; in test_merge() 1896 psd.get(polys); in test_merge() 1919 psd = (*(result.begin())).second; in test_merge() 1920 stdcout << psd << "\n"; in test_merge() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | ac3dsp_mips.c | 63 static void ac3_bit_alloc_calc_bap_mips(int16_t *mask, int16_t *psd, in ac3_bit_alloc_calc_bap_mips() argument 78 psd1 = &psd[start]; in ac3_bit_alloc_calc_bap_mips() 86 psd_end = psd + band_end - 1; in ac3_bit_alloc_calc_bap_mips()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | ac3dsp_armv6.S | 33 add r1, r1, r2, lsl #1 @ psd + start 73 ldrsh r8, [r1], #2 @ psd[bin]
|
D | ac3dsp_init_arm.c | 40 void ff_ac3_bit_alloc_calc_bap_armv6(int16_t *mask, int16_t *psd,
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsstartwith.c | 173 TYPE_FIND_REGISTER_START_WITH_DEFINE (psd, "image/vnd.adobe.photoshop",
|
D | gsttypefindfunctionsplugin.h | 91 GST_TYPE_FIND_REGISTER_DECLARE (psd);
|
D | gsttypefindfunctionsplugin.c | 98 GST_TYPE_FIND_REGISTER (psd, plugin); in plugin_init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayControlTests.cpp | 1016 for (const auto& psd : powerStateDataVect) in testDisplayPowerControl() local 1022 psd.state in testDisplayPowerControl() 1027 …il(std::string("vkDisplayPowerControlEXT returned invalid result for ") + de::toString(psd.state)); in testDisplayPowerControl() 1029 deSleep(psd.waitMs); in testDisplayPowerControl()
|
/third_party/python/ |
D | .gitattributes | 14 *.psd binary
|
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/ |
D | .flowconfig | 65 module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|…
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 1461 PSECURITY_DESCRIPTOR psd = NULL; in win32_get_file_user_info() local 1470 (psd = g_try_malloc (sd_size)) != NULL && in win32_get_file_user_info() 1473 psd, in win32_get_file_user_info() 1488 if (!GetSecurityDescriptorOwner (psd, &psid, &defaulted)) in win32_get_file_user_info() 1515 if (!GetSecurityDescriptorGroup (psd, &psid, &defaulted)) in win32_get_file_user_info() 1540 g_free (psd); in win32_get_file_user_info()
|
/third_party/boost/ |
D | .gitattributes | 40 *.psd binary svneol=unset#application/photoshop
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 685 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 686 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 687 xn--ok3d.xn--psd; .ᅠ; [V5, V6]; xn--ok3d.xn--psd; ; ; # . 739 ⤸ς。ᅠ; ⤸ς.ᅠ; [P1, V6]; xn--3xa392qmp03d.xn--psd; ; xn--4xa192qmp03d.xn--psd; # ⤸ς. 740 ⤸Σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 741 ⤸σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 742 xn--4xa192qmp03d.xn--psd; ⤸σ.ᅠ; [V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 743 xn--3xa392qmp03d.xn--psd; ⤸ς.ᅠ; [V6]; xn--3xa392qmp03d.xn--psd; ; ; # ⤸ς. 2237 ßুᷭ。ؠ8₅; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 2238 ßুᷭ。ؠ85; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 685 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 686 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 687 xn--ok3d.xn--psd; .ᅠ; [V5, V6]; xn--ok3d.xn--psd; ; ; # . 739 ⤸ς。ᅠ; ⤸ς.ᅠ; [P1, V6]; xn--3xa392qmp03d.xn--psd; ; xn--4xa192qmp03d.xn--psd; # ⤸ς. 740 ⤸Σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 741 ⤸σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 742 xn--4xa192qmp03d.xn--psd; ⤸σ.ᅠ; [V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 743 xn--3xa392qmp03d.xn--psd; ⤸ς.ᅠ; [V6]; xn--3xa392qmp03d.xn--psd; ; ; # ⤸ς. 2237 ßুᷭ。ؠ8₅; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 2238 ßুᷭ。ؠ85; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 685 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 686 .ᅠ; .ᅠ; [P1, V5, V6]; xn--ok3d.xn--psd; ; ; # . 687 xn--ok3d.xn--psd; .ᅠ; [V5, V6]; xn--ok3d.xn--psd; ; ; # . 739 ⤸ς。ᅠ; ⤸ς.ᅠ; [P1, V6]; xn--3xa392qmp03d.xn--psd; ; xn--4xa192qmp03d.xn--psd; # ⤸ς. 740 ⤸Σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 741 ⤸σ。ᅠ; ⤸σ.ᅠ; [P1, V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 742 xn--4xa192qmp03d.xn--psd; ⤸σ.ᅠ; [V6]; xn--4xa192qmp03d.xn--psd; ; ; # ⤸σ. 743 xn--3xa392qmp03d.xn--psd; ⤸ς.ᅠ; [V6]; xn--3xa392qmp03d.xn--psd; ; ; # ⤸ς. 2237 ßুᷭ。ؠ8₅; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 2238 ßুᷭ。ؠ85; ßুᷭ.ؠ85; ; xn--zca266bwrr.xn--85-psd; ; xn--ss-e2f077r.xn--85-psd; # ßুᷭ.ؠ85 [all …]
|