Home
last modified time | relevance | path

Searched refs:crun (Results 1 – 25 of 110) sorted by relevance

12345

/dports/textproc/wv/wv-1.2.9/
H A Dfkp.c63 for (i = 0; i < fkp->crun; i++) in internal_wvReleasePAPX_FKP()
65 fkp->crun = 0; in internal_wvReleasePAPX_FKP()
132 for (i = 0; i < fkp->crun; i++) in wvGetPAPX_FKP()
140 for (i = 0; i < fkp->crun; i++) in wvGetPAPX_FKP()
170 U8 until = fkp->crun + 1; in wvSearchNextLargestFCPAPX_FKP()
198 U8 until = fkp->crun + 1; in wvSearchNextLargestFCCHPX_FKP()
230 U8 until = fkp->crun + 1; in wvSearchNextSmallestFCPAPX_FKP()
258 fkp->crun = 0; in wvInitPAPX_FKP()
266 U8 until = fkp->crun + 1; in wvGetIndexFCInFKP_PAPX()
299 fkp->crun = 0; in internal_wvReleaseCHPX_FKP()
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/shenwei356/util/exec/
H A DREADME.md10 This package is imported by [crun of go edition](https://github.com/shenwei356/crun/blob/master/go/
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/shenwei356/util/exec/
H A DREADME.md10 This package is imported by [crun of go edition](https://github.com/shenwei356/crun/blob/master/go/
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/script/setup/
H A Dinstall-runc41 …/usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/cru…
48 crun) install_crun ;;
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/script/setup/
H A Dinstall-runc41 …/usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/"${CRUN_VERSION}"/cru…
48 crun) install_crun ;;
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/script/setup/
H A Dinstall-runc36 … /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun
43 crun) install_crun ;;
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/script/setup/
H A Dinstall-runc42 … /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun
49 crun) install_crun ;;
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/script/setup/
H A Dinstall-runc42 … /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun
49 crun) install_crun ;;
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/script/setup/
H A Dinstall-runc42 … /usr/local/sbin/runc -L https://github.com/containers/crun/releases/download/${CRUN_VERSION}/crun
49 crun) install_crun ;;
/dports/mail/emil/emil-2.1.0-beta9/
H A Dbinhex.c214 unsigned char crun, lrun = '\0'; in decode_binhex() local
330 crun = 0xff & (triple>>(l*8)); in decode_binhex()
341 if (crun == 0x90) in decode_binhex()
356 append_char(outbuf, crun, pz); in decode_binhex()
358 lrun = crun; in decode_binhex()
362 if (crun == 0) in decode_binhex()
373 run = crun; in decode_binhex()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/opencontainers/runtime-spec/
H A Dimplementations.md10 * [giuseppe/crun][crun] - Runtime implementation in C
33 [crun]: https://github.com/giuseppe/crun
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runtime-spec/
H A Dimplementations.md10 * [containers/crun][crun] - Runtime implementation in C
37 [crun]: https://github.com/containers/crun
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dgosnowflake.mak39 crun: install target
42 .PHONY: setup help cfmt clint cinstall crun
/dports/net/rtpproxy/rtpproxy-2.1.1/python/sippy_lite/sippy/tools/
H A Drtpp_query.py130 crun = command_runner(rc, commands, file_in, file_out) variable
133 sys.exit(crun.rval)
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_RLEaccel.c663 int crun = run; \ in RLEAlphaClipBlit()
665 crun -= left - cofs; \ in RLEAlphaClipBlit()
668 if(crun > right - cofs) \ in RLEAlphaClipBlit()
669 crun = right - cofs; \ in RLEAlphaClipBlit()
670 if(crun > 0) \ in RLEAlphaClipBlit()
692 int crun = run; \ in RLEAlphaClipBlit()
694 crun -= left - cofs; \ in RLEAlphaClipBlit()
697 if(crun > right - cofs) \ in RLEAlphaClipBlit()
698 crun = right - cofs; \ in RLEAlphaClipBlit()
699 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_RLEaccel.c664 int crun = run; \ in RLEAlphaClipBlit()
666 crun -= left - cofs; \ in RLEAlphaClipBlit()
669 if(crun > right - cofs) \ in RLEAlphaClipBlit()
670 crun = right - cofs; \ in RLEAlphaClipBlit()
671 if(crun > 0) \ in RLEAlphaClipBlit()
693 int crun = run; \ in RLEAlphaClipBlit()
695 crun -= left - cofs; \ in RLEAlphaClipBlit()
698 if(crun > right - cofs) \ in RLEAlphaClipBlit()
699 crun = right - cofs; \ in RLEAlphaClipBlit()
700 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_RLEaccel.c664 int crun = run; \ in RLEAlphaClipBlit()
666 crun -= left - cofs; \ in RLEAlphaClipBlit()
669 if(crun > right - cofs) \ in RLEAlphaClipBlit()
670 crun = right - cofs; \ in RLEAlphaClipBlit()
671 if(crun > 0) \ in RLEAlphaClipBlit()
693 int crun = run; \ in RLEAlphaClipBlit()
695 crun -= left - cofs; \ in RLEAlphaClipBlit()
698 if(crun > right - cofs) \ in RLEAlphaClipBlit()
699 crun = right - cofs; \ in RLEAlphaClipBlit()
700 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_RLEaccel.c661 int crun = run; \ in RLEAlphaClipBlit()
663 crun -= left - cofs; \ in RLEAlphaClipBlit()
666 if(crun > right - cofs) \ in RLEAlphaClipBlit()
667 crun = right - cofs; \ in RLEAlphaClipBlit()
668 if(crun > 0) \ in RLEAlphaClipBlit()
690 int crun = run; \ in RLEAlphaClipBlit()
692 crun -= left - cofs; \ in RLEAlphaClipBlit()
695 if(crun > right - cofs) \ in RLEAlphaClipBlit()
696 crun = right - cofs; \ in RLEAlphaClipBlit()
697 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_RLEaccel.c663 int crun = run; \ in RLEAlphaClipBlit()
665 crun -= left - cofs; \ in RLEAlphaClipBlit()
668 if(crun > right - cofs) \ in RLEAlphaClipBlit()
669 crun = right - cofs; \ in RLEAlphaClipBlit()
670 if(crun > 0) \ in RLEAlphaClipBlit()
692 int crun = run; \ in RLEAlphaClipBlit()
694 crun -= left - cofs; \ in RLEAlphaClipBlit()
697 if(crun > right - cofs) \ in RLEAlphaClipBlit()
698 crun = right - cofs; \ in RLEAlphaClipBlit()
699 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_RLEaccel.c664 int crun = run; \ in RLEAlphaClipBlit()
666 crun -= left - cofs; \ in RLEAlphaClipBlit()
669 if(crun > right - cofs) \ in RLEAlphaClipBlit()
670 crun = right - cofs; \ in RLEAlphaClipBlit()
671 if(crun > 0) \ in RLEAlphaClipBlit()
693 int crun = run; \ in RLEAlphaClipBlit()
695 crun -= left - cofs; \ in RLEAlphaClipBlit()
698 if(crun > right - cofs) \ in RLEAlphaClipBlit()
699 crun = right - cofs; \ in RLEAlphaClipBlit()
700 if(crun > 0) { \ in RLEAlphaClipBlit()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/hdr/
H A Dencoder.rs114 let crun = self.data[self.curidx..] in next() localVariable
119 let ret = if crun > 2 { in next()
120 Run(cv, crun) in next()
122 Norun(self.curidx, crun) in next()
124 self.curidx += crun; in next()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/codecs/hdr/
H A Dencoder.rs114 let crun = self.data[self.curidx..] in next() localVariable
119 let ret = if crun > 2 { in next()
120 Run(cv, crun) in next()
122 Norun(self.curidx, crun) in next()
124 self.curidx += crun; in next()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/image-0.22.3/src/hdr/
H A Dencoder.rs102 let crun = self.data[self.curidx..] in next() localVariable
107 let ret = if crun > 2 { in next()
108 Run(cv, crun) in next()
110 Norun(self.curidx, crun) in next()
112 self.curidx += crun; in next()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/hdr/
H A Dencoder.rs114 let crun = self.data[self.curidx..] in next() localVariable
119 let ret = if crun > 2 { in next()
120 Run(cv, crun) in next()
122 Norun(self.curidx, crun) in next()
124 self.curidx += crun; in next()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/image-0.22.1/src/hdr/
H A Dencoder.rs105 let crun = self.data[self.curidx..] in next() localVariable
110 let ret = if crun > 2 { in next()
111 Run(cv, crun) in next()
113 Norun(self.curidx, crun) in next()
115 self.curidx += crun; in next()

12345