Home
last modified time | relevance | path

Searched refs:Swap (Results 1 – 25 of 8127) sorted by relevance

12345678910>>...326

/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-patches/
H A D14-handle-non-fixed-size-amd64-and-x86-contexts.patch88 - Swap(&context_amd64->cs);
89 - Swap(&context_amd64->ds);
90 - Swap(&context_amd64->es);
91 - Swap(&context_amd64->fs);
92 - Swap(&context_amd64->ss);
94 - Swap(&context_amd64->dr0);
95 - Swap(&context_amd64->dr1);
108 - Swap(&context_amd64->r8);
109 - Swap(&context_amd64->r9);
165 - Swap(&context_flags);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-patches/
H A D14-handle-non-fixed-size-amd64-and-x86-contexts.patch88 - Swap(&context_amd64->cs);
89 - Swap(&context_amd64->ds);
90 - Swap(&context_amd64->es);
91 - Swap(&context_amd64->fs);
92 - Swap(&context_amd64->ss);
94 - Swap(&context_amd64->dr0);
95 - Swap(&context_amd64->dr1);
108 - Swap(&context_amd64->r8);
109 - Swap(&context_amd64->r9);
165 - Swap(&context_flags);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-patches/
H A D14-handle-non-fixed-size-amd64-and-x86-contexts.patch88 - Swap(&context_amd64->cs);
89 - Swap(&context_amd64->ds);
90 - Swap(&context_amd64->es);
91 - Swap(&context_amd64->fs);
92 - Swap(&context_amd64->ss);
94 - Swap(&context_amd64->dr0);
95 - Swap(&context_amd64->dr1);
108 - Swap(&context_amd64->r8);
109 - Swap(&context_amd64->r9);
165 - Swap(&context_flags);
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmSwapper.txx96 return Swap((uint16_t)val); in Swap()
105 return Swap((uint32_t)val); in Swap()
109 return Swap((uint32_t)val); in Swap()
117 return Swap((uint64_t)val); in Swap()
121 return Swap((uint64_t)val); in Swap()
126 return Tag( Swap(val.GetGroup()), Swap(val.GetElement()) ); in Swap()
162 return Swap((uint16_t)val);
171 return Swap((uint32_t)val);
175 return static_cast<float>(Swap((uint32_t)val));
183 return Swap((uint64_t)val);
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmSwapper.txx96 return Swap((uint16_t)val); in Swap()
105 return Swap((uint32_t)val); in Swap()
109 return Swap((uint32_t)val); in Swap()
117 return Swap((uint64_t)val); in Swap()
121 return Swap((uint64_t)val); in Swap()
126 return Tag( Swap(val.GetGroup()), Swap(val.GetElement()) ); in Swap()
162 return Swap((uint16_t)val);
171 return Swap((uint32_t)val);
175 return static_cast<float>(Swap((uint32_t)val));
183 return Swap((uint64_t)val);
[all …]
/dports/devel/asl/asl-current/
H A Dendian.c47 Swap = Run[0]; Run[0] = Run[3]; Run[3] = Swap; in DSwap()
48 Swap = Run[1]; Run[1] = Run[2]; Run[2] = Swap; in DSwap()
59 Swap = Run[0]; Run[0] = Run[7]; Run[7] = Swap; in QSwap()
60 Swap = Run[1]; Run[1] = Run[6]; Run[6] = Swap; in QSwap()
61 Swap = Run[2]; Run[2] = Run[5]; Run[5] = Swap; in QSwap()
62 Swap = Run[3]; Run[3] = Run[4]; Run[4] = Swap; in QSwap()
73 Swap = Run[0]; Run[0] = Run[9]; Run[9] = Swap; in TSwap()
74 Swap = Run[1]; Run[1] = Run[8]; Run[8] = Swap; in TSwap()
75 Swap = Run[2]; Run[2] = Run[7]; Run[7] = Swap; in TSwap()
76 Swap = Run[3]; Run[3] = Run[6]; Run[6] = Swap; in TSwap()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/assoc-1.0.2/src/Data/Bifunctor/
H A DSwap.hs2 module Data.Bifunctor.Swap (
3 Swap (..),
35 class Swap p where constructor
38 instance Swap (,) where
41 instance Swap Either where
45 instance Swap p => Swap (Flip p) where
48 instance (Swap p, Swap q) => Swap (Product p q) where
51 instance (Swap p, Swap q) => Swap (Sum p q) where
55 instance (Functor f, Swap p) => Swap (Tannen f p) where
58 instance (f ~ g, Functor f, Swap p) => Swap (Biff p f g) where
[all …]

12345678910>>...326