Home
last modified time | relevance | path

Searched refs:ipch (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/audio/csound/csound-6.15.0/tests/regression/
H A Dbuga.csd10 ipch[] xin
11 ipch[0] = ipch[0] * 2
12 xout ipch[0]
17 ipch[] init 1
18 ipch[0] = p4
21 ifreq TestUDO ipch
/dports/audio/csound/csound-6.15.0/tests/commandline/
H A Dtest22.csd11 ipch xin
12 print ipch
13 ipch = ipch * 2
14 xout ipch
21 ipch = p4
26 ifreq testUDO ipch
H A Dtest23.csd11 ipch xin
12 print ipch
13 ipch = ipch * 2
14 xout ipch
21 ipch = p4
26 ifreq testUDO ipch
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_ipc.py96 ipch = ctx.get_ipc_handle(devarr.gpu_data)
99 handle_bytes = bytes(ipch.handle)
100 size = ipch.size
135 ipch = ctx.get_ipc_handle(devarr.gpu_data)
138 buf = pickle.dumps(ipch)
147 args = (ipch, result_queue)
172 ipch = devarr.get_ipc_handle()
177 args = (ipch, result_queue)
263 ipch = ctx.get_ipc_handle(devarr.gpu_data)
265 buf = pickle.dumps(ipch)
[all …]
/dports/devel/p5-IPC-Shareable/IPC-Shareable-1.06/t/
H A D36-ipcav.t23 my $ipch = tie @av, 'IPC::Shareable', "foco", {
34 $ipch->shlock;
36 $ipch->shunlock;
45 my $ipch = tie @av, 'IPC::Shareable', "foco", {
59 $ipch->shlock;
62 $ipch->shunlock;
H A D38-ipchv.t27 my $ipch = tie my %hv, 'IPC::Shareable', "test", {
35 $ipch->shlock();
37 $ipch->shunlock();
55 my $ipch = tie my %hv, 'IPC::Shareable', "test", {
69 $ipch->shlock();
71 $ipch->shunlock();
/dports/multimedia/libv4l/linux-5.13-rc2/net/xfrm/
H A Dxfrm_ipcomp.c101 struct ip_comp_hdr *ipch; in ipcomp_input() local
109 ipch = (void *)skb->data; in ipcomp_input()
110 nexthdr = ipch->nexthdr; in ipcomp_input()
112 skb->transport_header = skb->network_header + sizeof(*ipch); in ipcomp_input()
113 __skb_pull(skb, sizeof(*ipch)); in ipcomp_input()
161 struct ip_comp_hdr *ipch; in ipcomp_output() local
179 ipch = ip_comp_hdr(skb); in ipcomp_output()
180 ipch->nexthdr = *skb_mac_header(skb); in ipcomp_output()
181 ipch->flags = 0; in ipcomp_output()
182 ipch->cpi = htons((u16 )ntohl(x->id.spi)); in ipcomp_output()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/xfrm/
H A Dxfrm_ipcomp.c101 struct ip_comp_hdr *ipch; in ipcomp_input() local
109 ipch = (void *)skb->data; in ipcomp_input()
110 nexthdr = ipch->nexthdr; in ipcomp_input()
112 skb->transport_header = skb->network_header + sizeof(*ipch); in ipcomp_input()
113 __skb_pull(skb, sizeof(*ipch)); in ipcomp_input()
161 struct ip_comp_hdr *ipch; in ipcomp_output() local
179 ipch = ip_comp_hdr(skb); in ipcomp_output()
180 ipch->nexthdr = *skb_mac_header(skb); in ipcomp_output()
181 ipch->flags = 0; in ipcomp_output()
182 ipch->cpi = htons((u16 )ntohl(x->id.spi)); in ipcomp_output()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/xfrm/
H A Dxfrm_ipcomp.c101 struct ip_comp_hdr *ipch; in ipcomp_input() local
109 ipch = (void *)skb->data; in ipcomp_input()
110 nexthdr = ipch->nexthdr; in ipcomp_input()
112 skb->transport_header = skb->network_header + sizeof(*ipch); in ipcomp_input()
113 __skb_pull(skb, sizeof(*ipch)); in ipcomp_input()
161 struct ip_comp_hdr *ipch; in ipcomp_output() local
179 ipch = ip_comp_hdr(skb); in ipcomp_output()
180 ipch->nexthdr = *skb_mac_header(skb); in ipcomp_output()
181 ipch->flags = 0; in ipcomp_output()
182 ipch->cpi = htons((u16 )ntohl(x->id.spi)); in ipcomp_output()
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dnotequal.csd18 ipch = cpspch(p4)
21 print ipch
22 asig vco2 .7, ipch
34 i1 0 .5 8.01 1 ; this note will print it's ipch value and only this one will be played
H A Delse.csd18 ipch = cpspch(p4)
28 aout vco2 .8, ipch, 10
29 aout moogvcf aout, ipch + (kenv * 6 * ipch) , .5
H A Dlessthan.csd18 ipch = p4
19 ipitch = (ipch < 15 ? cpspch(ipch) : ipch) ;if p4 is lower then 15, it assumes p4 to be pitch-class
H A Delseif.csd18 ipch = cpspch(p4)
33 aout vco2 .8, ipch, 10
34 aout moogvcf aout, ipch + (kenv * 5 * ipch) , .5
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ConsoleOutput/csdStorage/
H A DYi - Cyclic Bells.csd26 ipch = p4
29 ipch = (ipch < 15 ? cpspch(ipch) : ipch);
32 kpchline line ipch, p3, ipch2
42 print ipch, ipch2
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csdStorage/
H A DYi - Cyclic Bells.csd26 ipch = p4
29 ipch = (ipch < 15 ? cpspch(ipch) : ipch);
32 kpchline line ipch, p3, ipch2
42 print ipch, ipch2
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/
H A DbuttonTest.csd38 ;ipch = 100 + (1000 * ipchMul)
39 ipch = 100 + rnd(1000)
47 a1 oscili a2 * .25, ipch, 1
H A Dtest2.csd40 ;ipch = 100 + (1000 * ipchMul)
41 ipch = 100 + rnd(1000)
49 a1 oscili a2 * .3, ipch, 1
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/ButtonTest/
H A DbuttonTest.csd38 ;ipch = 100 + (1000 * ipchMul)
39 ipch = 100 + rnd(1000)
47 a1 oscili a2 * .25, ipch, 1
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroidExamples/src/main/res/raw/
H A Dtest2.csd38 ;ipch = 100 + (1000 * ipchMul)
39 ipch = 100 + rnd(1000)
47 a1 oscili a2 * .3, ipch, 1
H A Dbutton_test.csd42 ;ipch = 100 + (1000 * ipchMul)
43 ipch = 1000 + rnd(1000)
51 a1 oscili 1, ipch, 1
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/Csound iOS Examples/ViewControllers/SimpleTest2/
H A Dtest2.csd40 ;ipch = 100 + (1000 * ipchMul)
41 ipch = 100 + rnd(1000)
49 a1 oscili a2 * .3, ipch, 1
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/03 Csound Language/
H A D03F10_Events_collected.csd24 ipch table itabndx, giPch; random pitch value from the table
25 event_i "i", 3, istart, idur, ipch; new instrument event
42 ipch table itabndx, giPch; random pitch value from the table
43 Sline sprintf "i 3 %d %d %.2f", istart, idur, ipch; new scoreline
/dports/biology/sra-tools/sra-tools-2.11.0/build/MSVC/2010/
H A D.gitignore5 *.ipch
6 ipch/
/dports/biology/sra-tools/sra-tools-2.11.0/build/MSVC/2013/
H A D.gitignore5 *.ipch
7 ipch/
/dports/biology/sra-tools/sra-tools-2.11.0/build/MSVC/2017/
H A D.gitignore5 *.ipch
7 ipch/

12345678910>>...18