Home
last modified time | relevance | path

Searched defs:dstp (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/dports/emulators/uae/uae-0.8.29/src/
H A Dsavestate.c62 void save_u32_func (uae_u8 **dstp, uae_u32 v) in save_u32_func()
71 void save_u64_func (uae_u8 **dstp, uae_u64 v) in save_u64_func()
76 void save_u16_func (uae_u8 **dstp, uae_u16 v) in save_u16_func()
83 void save_u8_func (uae_u8 **dstp, uae_u8 v) in save_u8_func()
89 void save_string_func (uae_u8 **dstp, const char *from) in save_string_func()
98 uae_u32 restore_u32_func (const uae_u8 **dstp) in restore_u32_func()
106 uae_u64 restore_u64_func (const uae_u8 **dstp) in restore_u64_func()
115 uae_u16 restore_u16_func (const uae_u8 **dstp) in restore_u16_func()
123 uae_u8 restore_u8_func (const uae_u8 **dstp) in restore_u8_func()
131 char *restore_string_func (const uae_u8 **dstp) in restore_string_func()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/include/sbi/
H A Dsbi_hartmask.h81 static inline void sbi_hartmask_set_all(struct sbi_hartmask *dstp) in sbi_hartmask_set_all()
90 static inline void sbi_hartmask_clear_all(struct sbi_hartmask *dstp) in sbi_hartmask_clear_all()
101 static inline void sbi_hartmask_and(struct sbi_hartmask *dstp, in sbi_hartmask_and()
115 static inline void sbi_hartmask_or(struct sbi_hartmask *dstp, in sbi_hartmask_or()
129 static inline void sbi_hartmask_xor(struct sbi_hartmask *dstp, in sbi_hartmask_xor()
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/include/sbi/
H A Dsbi_hartmask.h81 static inline void sbi_hartmask_set_all(struct sbi_hartmask *dstp) in sbi_hartmask_set_all()
90 static inline void sbi_hartmask_clear_all(struct sbi_hartmask *dstp) in sbi_hartmask_clear_all()
101 static inline void sbi_hartmask_and(struct sbi_hartmask *dstp, in sbi_hartmask_and()
115 static inline void sbi_hartmask_or(struct sbi_hartmask *dstp, in sbi_hartmask_or()
129 static inline void sbi_hartmask_xor(struct sbi_hartmask *dstp, in sbi_hartmask_xor()
/dports/sysutils/opensbi/opensbi-0.9/include/sbi/
H A Dsbi_hartmask.h81 static inline void sbi_hartmask_set_all(struct sbi_hartmask *dstp) in sbi_hartmask_set_all()
90 static inline void sbi_hartmask_clear_all(struct sbi_hartmask *dstp) in sbi_hartmask_clear_all()
101 static inline void sbi_hartmask_and(struct sbi_hartmask *dstp, in sbi_hartmask_and()
115 static inline void sbi_hartmask_or(struct sbi_hartmask *dstp, in sbi_hartmask_or()
129 static inline void sbi_hartmask_xor(struct sbi_hartmask *dstp, in sbi_hartmask_xor()
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/include/sbi/
H A Dsbi_hartmask.h81 static inline void sbi_hartmask_set_all(struct sbi_hartmask *dstp) in sbi_hartmask_set_all()
90 static inline void sbi_hartmask_clear_all(struct sbi_hartmask *dstp) in sbi_hartmask_clear_all()
101 static inline void sbi_hartmask_and(struct sbi_hartmask *dstp, in sbi_hartmask_and()
115 static inline void sbi_hartmask_or(struct sbi_hartmask *dstp, in sbi_hartmask_or()
129 static inline void sbi_hartmask_xor(struct sbi_hartmask *dstp, in sbi_hartmask_xor()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/bitset/
H A Darray.c267 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_ones() local
278 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_zero() local
288 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_empty_p() local
301 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_copy1() local
313 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_not() local
326 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_equal_p() local
340 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_subset_p() local
354 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_disjoint_p() local
369 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_and() local
383 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_and_cmp() local
[all …]
H A Dvector.c301 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_ones() local
312 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_zero() local
322 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_empty_p() local
340 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_copy1() local
357 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_not() local
374 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_equal_p() local
404 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_subset_p() local
426 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_disjoint_p() local
446 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_and() local
465 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_and_cmp() local
[all …]
/dports/devel/bison/bison-3.7.6/lib/bitset/
H A Darray.c300 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_ones() local
311 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_zero() local
321 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_empty_p() local
334 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_copy1() local
346 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_not() local
359 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_equal_p() local
373 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_subset_p() local
387 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_disjoint_p() local
402 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_and() local
416 bitset_word *dstp = ABITSET_WORDS (dst); in abitset_and_cmp() local
[all …]
H A Dvector.c315 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_ones() local
326 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_zero() local
336 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_empty_p() local
354 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_copy1() local
371 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_not() local
388 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_equal_p() local
418 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_subset_p() local
440 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_disjoint_p() local
460 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_and() local
479 bitset_word *dstp = VBITSET_WORDS (dst); in vbitset_and_cmp() local
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.cpp1612 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_recover() local
1675 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getfmod() local
1703 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getexp() local
1728 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getflgs() local
1859 be_parameter dstp(*this, inst.param(0), PTYPE_M); in op_save() local
1982 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_load() local
2046 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_loads() local
2219 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_read() local
2277 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_readm() local
2462 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_set() local
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcbex64.cpp1612 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_recover() local
1675 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getfmod() local
1703 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getexp() local
1728 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_getflgs() local
1859 be_parameter dstp(*this, inst.param(0), PTYPE_M); in op_save() local
1982 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_load() local
2046 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_loads() local
2219 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_read() local
2277 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_readm() local
2462 be_parameter dstp(*this, inst.param(0), PTYPE_MR); in op_set() local
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/kernel/
H A Dmerge.c32 uint8_t *dstp = dst; in vs_merge_byte_c() local
47 uint16_t *dstp = dst; in vs_merge_word_c() local
62 float *dstp = dst; in vs_merge_float_c() local
79 uint8_t *dstp = dst; in vs_mask_merge_byte_c() local
100 uint16_t *dstp = dst; in vs_mask_merge_word_c() local
124 float *dstp = dst; in vs_mask_merge_float_c() local
142 uint8_t *dstp = dst; in vs_mask_merge_premul_byte_c() local
195 float *dstp = dst; in vs_mask_merge_premul_float_c() local
212 uint8_t *dstp = dst; in vs_makediff_byte_c() local
246 float *dstp = dst; in vs_makediff_float_c() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcpumask.h379 static inline void cpumask_setall(struct cpumask *dstp) in cpumask_setall()
388 static inline void cpumask_clear(struct cpumask *dstp) in cpumask_clear()
401 static inline int cpumask_and(struct cpumask *dstp, in cpumask_and()
428 static inline void cpumask_xor(struct cpumask *dstp, in cpumask_xor()
444 static inline int cpumask_andnot(struct cpumask *dstp, in cpumask_andnot()
457 static inline void cpumask_complement(struct cpumask *dstp, in cpumask_complement()
549 static inline void cpumask_shift_right(struct cpumask *dstp, in cpumask_shift_right()
562 static inline void cpumask_shift_left(struct cpumask *dstp, in cpumask_shift_left()
574 static inline void cpumask_copy(struct cpumask *dstp, in cpumask_copy()
621 struct cpumask *dstp) in cpumask_parse_user()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcpumask.h379 static inline void cpumask_setall(struct cpumask *dstp) in cpumask_setall()
388 static inline void cpumask_clear(struct cpumask *dstp) in cpumask_clear()
401 static inline int cpumask_and(struct cpumask *dstp, in cpumask_and()
428 static inline void cpumask_xor(struct cpumask *dstp, in cpumask_xor()
444 static inline int cpumask_andnot(struct cpumask *dstp, in cpumask_andnot()
457 static inline void cpumask_complement(struct cpumask *dstp, in cpumask_complement()
549 static inline void cpumask_shift_right(struct cpumask *dstp, in cpumask_shift_right()
562 static inline void cpumask_shift_left(struct cpumask *dstp, in cpumask_shift_left()
574 static inline void cpumask_copy(struct cpumask *dstp, in cpumask_copy()
621 struct cpumask *dstp) in cpumask_parse_user()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcpumask.h379 static inline void cpumask_setall(struct cpumask *dstp) in cpumask_setall()
388 static inline void cpumask_clear(struct cpumask *dstp) in cpumask_clear()
401 static inline int cpumask_and(struct cpumask *dstp, in cpumask_and()
428 static inline void cpumask_xor(struct cpumask *dstp, in cpumask_xor()
444 static inline int cpumask_andnot(struct cpumask *dstp, in cpumask_andnot()
457 static inline void cpumask_complement(struct cpumask *dstp, in cpumask_complement()
549 static inline void cpumask_shift_right(struct cpumask *dstp, in cpumask_shift_right()
562 static inline void cpumask_shift_left(struct cpumask *dstp, in cpumask_shift_left()
574 static inline void cpumask_copy(struct cpumask *dstp, in cpumask_copy()
621 struct cpumask *dstp) in cpumask_parse_user()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dblitfunc.c14 uaecptr dstp = 0; in blitdofast_0() local
32 uaecptr dstp = 0; in blitdofast_desc_0() local
52 uaecptr dstp = 0; in blitdofast_a() local
82 uaecptr dstp = 0; in blitdofast_desc_a() local
112 uaecptr dstp = 0; in blitdofast_2a() local
150 uaecptr dstp = 0; in blitdofast_desc_2a() local
186 uaecptr dstp = 0; in blitdofast_30() local
220 uaecptr dstp = 0; in blitdofast_desc_30() local
254 uaecptr dstp = 0; in blitdofast_3a() local
292 uaecptr dstp = 0; in blitdofast_desc_3a() local
[all …]
H A Dsavestate.c138 void save_store_pos_func (uae_u8 **dstp) in save_store_pos_func()
143 void save_store_size_func (uae_u8 **dstp) in save_store_size_func()
160 void save_u32_func (uae_u8 **dstp, uae_u32 v) in save_u32_func()
169 void save_u64_func (uae_u8 **dstp, uae_u64 v) in save_u64_func()
174 void save_u16_func (uae_u8 **dstp, uae_u16 v) in save_u16_func()
181 void save_u8_func (uae_u8 **dstp, uae_u8 v) in save_u8_func()
203 uae_u32 restore_u32_func (uae_u8 **dstp) in restore_u32_func()
211 uae_u64 restore_u64_func (uae_u8 **dstp) in restore_u64_func()
220 uae_u16 restore_u16_func (uae_u8 **dstp) in restore_u16_func()
228 uae_u8 restore_u8_func (uae_u8 **dstp) in restore_u8_func()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/torture/
H A Dpr92715.c7 void foo (v4si *dstp, v2si *srcp) in foo()
13 void bar (v4si *dstp, v2si *srcp) in bar()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dsavestate.cpp148 void save_store_pos_func (uae_u8 **dstp) in save_store_pos_func()
153 void save_store_size_func (uae_u8 **dstp) in save_store_size_func()
170 void save_u32_func (uae_u8 **dstp, uae_u32 v) in save_u32_func()
179 void save_u64_func (uae_u8 **dstp, uae_u64 v) in save_u64_func()
184 void save_u16_func (uae_u8 **dstp, uae_u16 v) in save_u16_func()
191 void save_u8_func (uae_u8 **dstp, uae_u8 v) in save_u8_func()
213 uae_u32 restore_u32_func (uae_u8 **dstp) in restore_u32_func()
221 uae_u64 restore_u64_func (uae_u8 **dstp) in restore_u64_func()
230 uae_u16 restore_u16_func (uae_u8 **dstp) in restore_u16_func()
238 uae_u8 restore_u8_func (uae_u8 **dstp) in restore_u8_func()
[all …]

12345678910>>...42