Home
last modified time | relevance | path

Searched refs:dste (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/snap-1.0.5/src/
H A Dread.rs65 dste: usize, field
80 dste: 0, in new()
107 if self.dsts < self.dste { in read()
111 self.dsts = dste; in read()
193 self.dste = n; in read()
229 self.dste = dn; in read()
245 .field("dste", &self.dste) in fmt()
277 dste: usize, field
308 dste: 0, in new()
354 self.dste = count; in read()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/snap/src/
H A Dread.rs65 dste: usize, field
80 dste: 0, in new()
107 if self.dsts < self.dste { in read()
111 self.dsts = dste; in read()
193 self.dste = n; in read()
229 self.dste = dn; in read()
245 .field("dste", &self.dste) in fmt()
277 dste: usize, field
308 dste: 0, in new()
354 self.dste = count; in read()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/snap-1.0.1/src/
H A Dread.rs65 dste: usize, field
80 dste: 0, in new()
107 if self.dsts < self.dste { in read()
111 self.dsts = dste; in read()
193 self.dste = n; in read()
229 self.dste = dn; in read()
245 .field("dste", &self.dste) in fmt()
277 dste: usize, field
308 dste: 0, in new()
354 self.dste = count; in read()
[all …]
/dports/audio/libmikmod/libmikmod-3.3.11.1/playercode/
H A Dvirtch2.c739 *dste++ =tmpx*(1.0f/SAMPLING_FACTOR); in Mix32ToFP_Normal()
761 *dste++ =tmpx*(1.0f/SAMPLING_FACTOR); in Mix32ToFP_Stereo()
762 *dste++ =tmpy*(1.0f/SAMPLING_FACTOR); in Mix32ToFP_Stereo()
863 while(!IS_ALIGNED_16(dste)) in Mix32To16_Stereo_SIMD_4Tap()
866 dste+=2; in Mix32To16_Stereo_SIMD_4Tap()
922 dste+=8; in Mix32To16_Stereo_SIMD_4Tap()
929 Mix32To16_Stereo(dste, srce, remain); in Mix32To16_Stereo_SIMD_4Tap()
941 while(!IS_ALIGNED_16(dste)) in Mix32To16_Stereo_SIMD_4Tap()
944 dste+=2; in Mix32To16_Stereo_SIMD_4Tap()
994 dste+=8; in Mix32To16_Stereo_SIMD_4Tap()
[all …]
H A Dvirtch.c773 #define PUT_SAMPLE_FP(var) *dste++=var
802 #define PUT_SAMPLE(var) *dste++=var
859 while(!IS_ALIGNED_16(dste) || !IS_ALIGNED_16(srce)) in Mix32ToFP_SIMD()
876 PUT_SAMPLE_SIMD_F(dste, x1); /* Store 4 samples */ in Mix32ToFP_SIMD()
879 dste+=8; in Mix32ToFP_SIMD()
884 PUT_SAMPLE_SIMD_F(dste, x1); /* Store 4 samples */ in Mix32ToFP_SIMD()
886 dste+=4; in Mix32ToFP_SIMD()
922 dste+=8; in Mix32To16_SIMD()
926 Mix32To16(dste, srce, remain); in Mix32To16_SIMD()
955 dste+=16; in Mix32To8_SIMD()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/snap-0.2.5/src/
H A Dframe.rs246 dste: usize,
260 dste: 0,
279 if self.dsts < self.dste {
280 let len = cmp::min(self.dste - self.dsts, buf.len());
281 let dste = self.dsts.checked_add(len).unwrap();
282 buf[0..len].copy_from_slice(&self.dst[self.dsts..dste]);
283 self.dsts = dste;
358 self.dste = n;
387 self.dste = dn;
/dports/graphics/rx/rx-0.4.0/cargo-crates/snap-0.2.5/src/
H A Dframe.rs246 dste: usize, field
260 dste: 0, in new()
279 if self.dsts < self.dste { in read()
280 let len = cmp::min(self.dste - self.dsts, buf.len()); in read()
281 let dste = self.dsts.checked_add(len).unwrap(); in read() localVariable
282 buf[0..len].copy_from_slice(&self.dst[self.dsts..dste]); in read()
283 self.dsts = dste; in read()
358 self.dste = n; in read()
387 self.dste = dn; in read()
/dports/audio/libmikmod/libmikmod-3.3.11.1/include/
H A Dmikmod_internals.h818 #define PUT_SAMPLE_SIMD_W(dste, v1, v2) vec_st(vec_packs(v1, v2), 0, dste); argument
819dste, v1, v2, v3, v4) vec_st(vec_add(vec_packs((vector signed short)vec_packs(v1, v2), (vector si… argument
820 #define PUT_SAMPLE_SIMD_F(dste, v1) vec_st(v1, 0, dste); argument
839 #define PUT_SAMPLE_SIMD_W(dste, v1, v2) _mm_store_si128((__m128i*)(dste), _mm_packs_epi32(v1, v2)); argument
840 #define PUT_SAMPLE_SIMD_B(dste, v1, v2, v3, v4) _mm_store_si128((__m128i*)(dste), _mm_add_epi8(_mm… argument
841 #define PUT_SAMPLE_SIMD_F(dste, v1) _mm_store_ps((float*)(dste), v1); argument
/dports/net-mgmt/mrtg/mrtg-2.17.4/contrib/procmem/
H A DREADME4 by Dimitrios Stergiou <dste@intranet.gr>
30 use lib "/home/alexander1/dste/cisco";
34 Target[$target]: `/home/alexander1/dste/cisco/getmem.pl $ARGV[0] $pool`
83 <dste@intranet.gr>
/dports/games/uqm/uqm-0.8.0/src/libs/mikmod/
H A Dvirtch2.c386 static void(*Mix32to16)(SWORD* dste,const SLONG* srce,NATIVE count);
387 static void(*Mix32to8)(SBYTE* dste,const SLONG* srce,NATIVE count);
469 static void Mix32To16_Normal(SWORD* dste,const SLONG* srce,NATIVE count) in Mix32To16_Normal() argument
484 *dste++ =tmpx/SAMPLING_FACTOR; in Mix32To16_Normal()
506 *dste++ =tmpx/SAMPLING_FACTOR; in Mix32To16_Stereo()
507 *dste++ =tmpy/SAMPLING_FACTOR; in Mix32To16_Stereo()
511 static void Mix32To8_Normal(SBYTE* dste,const SLONG* srce,NATIVE count) in Mix32To8_Normal() argument
526 *dste++ =(tmpx/SAMPLING_FACTOR)+128; in Mix32To8_Normal()
530 static void Mix32To8_Stereo(SBYTE* dste,const SLONG* srce,NATIVE count) in Mix32To8_Stereo() argument
548 *dste++ =(tmpx/SAMPLING_FACTOR)+128; in Mix32To8_Stereo()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dipa-utils.c530 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
531 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
567 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
569 dste->probability = srce->probability; in ipa_merge_profiles()
578 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
579 dste->probability = in ipa_merge_profiles()
580 dste->probability * dstbb->count.probability_in (dstbb->count + srcbb->count) in ipa_merge_profiles()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-utils.c595 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
596 if (srce->dest->index != dste->dest->index) in ipa_merge_profiles()
642 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
644 dste->probability = srce->probability; in ipa_merge_profiles()
652 edge dste = EDGE_SUCC (dstbb, i); in ipa_merge_profiles() local
653 dste->probability = in ipa_merge_profiles()
654 dste->probability * dstbb->count.ipa ().probability_in in ipa_merge_profiles()

1234567