Home
last modified time | relevance | path

Searched refs:dp2 (Results 1 – 25 of 1925) sorted by relevance

12345678910>>...77

/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Dscale.c52 uchar *dp2 = _dp2; in gl_scalebox() local
148 dp2 += w2; in gl_scalebox()
159 dp2old = dp2; in gl_scalebox()
160 dp2 += l; in gl_scalebox()
184 dp2 += w2 * 2; in gl_scalebox()
195 dp2old = dp2; in gl_scalebox()
196 dp2 += l; in gl_scalebox()
222 dp2 += w2 * 3; in gl_scalebox()
234 dp2 += l; in gl_scalebox()
258 dp2 += w2 * 4; in gl_scalebox()
[all …]
/dports/devel/ppl/ppl-1.2/tests/Partially_Reduced_Product/
H A Dasciidumpload1.cc53 dp2.ascii_load(f); in test01()
56 bool ok = (dp1 == dp2); in test01()
77 dp2.ascii_load(f); in test02()
80 bool ok = (dp1 == dp2); in test02()
101 dp2.ascii_load(f); in test03()
104 bool ok = (dp1 == dp2); in test03()
127 dp2.ascii_load(f); in test04()
155 dp2.ascii_load(f); in test05()
177 dp2.ascii_load(f); in test06()
199 dp2.ascii_load(f); in test07()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/lib/
H A Dxor-neon.c17 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_2() local
24 v0 = veorq_u64(vld1q_u64(dp1 + 0), vld1q_u64(dp2 + 0)); in xor_arm64_neon_2()
25 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_2()
26 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_2()
36 dp2 += 8; in xor_arm64_neon_2()
44 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_3() local
70 dp2 += 8; in xor_arm64_neon_3()
79 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_4() local
112 dp2 += 8; in xor_arm64_neon_4()
123 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_5() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/lib/
H A Dxor-neon.c17 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_2() local
24 v0 = veorq_u64(vld1q_u64(dp1 + 0), vld1q_u64(dp2 + 0)); in xor_arm64_neon_2()
25 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_2()
26 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_2()
36 dp2 += 8; in xor_arm64_neon_2()
44 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_3() local
70 dp2 += 8; in xor_arm64_neon_3()
79 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_4() local
112 dp2 += 8; in xor_arm64_neon_4()
123 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_5() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/lib/
H A Dxor-neon.c17 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_2() local
24 v0 = veorq_u64(vld1q_u64(dp1 + 0), vld1q_u64(dp2 + 0)); in xor_arm64_neon_2()
25 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_2()
26 v2 = veorq_u64(vld1q_u64(dp1 + 4), vld1q_u64(dp2 + 4)); in xor_arm64_neon_2()
36 dp2 += 8; in xor_arm64_neon_2()
44 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_3() local
70 dp2 += 8; in xor_arm64_neon_3()
79 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_4() local
112 dp2 += 8; in xor_arm64_neon_4()
123 uint64_t *dp2 = (uint64_t *)p2; in xor_arm64_neon_5() local
[all …]
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dsubband.c64 FLOAT *dp, *dp2; in twolame_window_filter_subband() local
87 dp2 = dp + i * 8; in twolame_window_filter_subband()
89 t = dp2[pa] * pEnw[0]; in twolame_window_filter_subband()
90 t += dp2[pb] * pEnw[64]; in twolame_window_filter_subband()
91 t += dp2[pc] * pEnw[128]; in twolame_window_filter_subband()
92 t += dp2[pd] * pEnw[192]; in twolame_window_filter_subband()
93 t += dp2[pe] * pEnw[256]; in twolame_window_filter_subband()
94 t += dp2[pf] * pEnw[320]; in twolame_window_filter_subband()
113 dp2 = dp + i * 8; in twolame_window_filter_subband()
115 t = dp2[pa] * pEnw[0]; in twolame_window_filter_subband()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dsubband.c73 FLOAT *dp, *dp2; in window_filter_subband() local
96 dp2 = dp + i * 8; in window_filter_subband()
98 t = dp2[pa] * pEnw[0]; in window_filter_subband()
99 t += dp2[pb] * pEnw[64]; in window_filter_subband()
100 t += dp2[pc] * pEnw[128]; in window_filter_subband()
101 t += dp2[pd] * pEnw[192]; in window_filter_subband()
102 t += dp2[pe] * pEnw[256]; in window_filter_subband()
103 t += dp2[pf] * pEnw[320]; in window_filter_subband()
122 dp2 = dp + i * 8; in window_filter_subband()
124 t = dp2[pa] * pEnw[0]; in window_filter_subband()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
259 ret = boottime->free_pool(dp2); in execute()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
259 ret = boottime->free_pool(dp2); in execute()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
259 ret = boottime->free_pool(dp2); in execute()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
259 ret = boottime->free_pool(dp2); in execute()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
259 ret = boottime->free_pool(dp2); in execute()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/lib/efi_selftest/
H A Defi_selftest_devicepath_util.c95 struct efi_device_path *dp2; in execute() local
144 dp3 = dpu->append_device_path(dp1, dp2); in execute()
149 if (dp3 == dp1 || dp3 == dp2) { in execute()
160 ret = boottime->free_pool(dp2); in execute()
167 if (!dp2) { in execute()
171 len = dpu->get_device_path_size(dp2); in execute()
208 ret = boottime->free_pool(dp2); in execute()
221 if (!dp2) { in execute()
240 ret = boottime->free_pool(dp2); in execute()
246 if (!dp2) { in execute()
[all …]

12345678910>>...77