Home
last modified time | relevance | path

Searched refs:LinkCount (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 constructor
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 constructor
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 constructor
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 constructor
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 function
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 type
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 function
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/stack/stack-2.7.3/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 type
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 type
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/unix-compat-0.5.3/src/System/PosixCompat/
H A DTypes.hs15 , LinkCount
39 newtype LinkCount = LinkCount Word32 type
41 instance Show LinkCount where show (LinkCount x) = show x
42 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DTypes.hs16 , LinkCount
48 newtype LinkCount = LinkCount Word32 type
50 instance Show LinkCount where show (LinkCount x) = show x
51 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DTypes.hs16 , LinkCount
48 newtype LinkCount = LinkCount Word32 constructor
50 instance Show LinkCount where show (LinkCount x) = show x
51 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DTypes.hs16 , LinkCount
48 newtype LinkCount = LinkCount Word32 type
50 instance Show LinkCount where show (LinkCount x) = show x
51 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/lang/elm/compiler-0.19.1/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DTypes.hs16 , LinkCount
48 newtype LinkCount = LinkCount Word32 type
50 instance Show LinkCount where show (LinkCount x) = show x
51 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/unix-compat-0.5.2/src/System/PosixCompat/
H A DTypes.hs16 , LinkCount
48 newtype LinkCount = LinkCount Word32 type
50 instance Show LinkCount where show (LinkCount x) = show x
51 instance Read LinkCount where readsPrec i s = [ (LinkCount x, s')
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_uniform_location.cc35 link_count_ = program_->LinkCount(); in WebGLUniformLocation()
41 if (program_->LinkCount() != link_count_) in Program()
49 DCHECK_EQ(program_->LinkCount(), link_count_); in Location()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_uniform_location.cc35 link_count_ = program_->LinkCount(); in WebGLUniformLocation()
41 if (program_->LinkCount() != link_count_) in Program()
49 DCHECK_EQ(program_->LinkCount(), link_count_); in Location()
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dswitch.cpp51 short LinkCount = -1; variable
60 LinkCount = kMaxLinks; in InitLink()
65 if (LinkCount <= 0) { in BuildLink()
72 LinkCount--; in BuildLink()
87 LinkMap[LinkCount][i] = (int8_t)ebx; in BuildLink()
91 return LinkCount; in BuildLink()
557 Read(&LinkCount, sizeof(LinkCount)); in Load()
565 Write(&LinkCount, sizeof(LinkCount)); in Save()
/dports/misc/estic/estic-1.61_10/spunk/
H A Dfilecoll.cc82 LinkCount = Buf.st_nlink; in Init()
100 LinkCount (FI.LinkCount), in FileInfo()
123 LinkCount = rhs.LinkCount; in operator =()
139 S >> Name >> Error >> Dev >> Inode >> Mode >> LinkCount >> UID >> GID in Load()
147 S << Name << Error << Dev << Inode << Mode << LinkCount << UID << GID in Store()
/dports/lang/clips/clips_core_source_630/core/
H A Dobjbin.c263 space = (sizeof(DEFCLASS *) * ObjectBinaryData(theEnv)->LinkCount); in DeallocateObjectBinaryData()
346 SaveBloadCount(theEnv,ObjectBinaryData(theEnv)->LinkCount); in BsaveObjectsFind()
357 ObjectBinaryData(theEnv)->LinkCount = 0L; in BsaveObjectsFind()
628 (ObjectBinaryData(theEnv)->LinkCount * sizeof(long)) + in BsaveObjects()
638 ObjectBinaryData(theEnv)->LinkCount = 0L; in BsaveObjects()
666 ObjectBinaryData(theEnv)->LinkCount = 0L; in BsaveObjects()
712 RestoreBloadCount(theEnv,&ObjectBinaryData(theEnv)->LinkCount); in BsaveObjects()
1052 ObjectBinaryData(theEnv)->LinkCount = counts[2]; in BloadStorageObjects()
1071 if (ObjectBinaryData(theEnv)->LinkCount != 0L) in BloadStorageObjects()
1073 space = (sizeof(DEFCLASS *) * ObjectBinaryData(theEnv)->LinkCount); in BloadStorageObjects()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dwtphwrit.pas99 OldEntries:=P^.Links; OldCount:=P^.LinkCount; OldSize:=P^.LinkSize;
100 Inc(P^.LinkCount);
103 with P^.Links^[P^.LinkCount-1] do
226 KWBufSize:=SizeOf(KWBuf^)+SizeOf(KWBuf^.Keywords[0])*T^.LinkCount;
228 KWBuf^.KeywordCount:=T^.LinkCount;
229 for I:=0 to T^.LinkCount-1 do
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dwtphwrit.pas99 OldEntries:=P^.Links; OldCount:=P^.LinkCount; OldSize:=P^.LinkSize;
100 Inc(P^.LinkCount);
103 with P^.Links^[P^.LinkCount-1] do
226 KWBufSize:=SizeOf(KWBuf^)+SizeOf(KWBuf^.Keywords[0])*T^.LinkCount;
228 KWBuf^.KeywordCount:=T^.LinkCount;
229 for I:=0 to T^.LinkCount-1 do
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Ddisplist.c241 COUNT LinkCount; in CountLinks() local
244 LinkCount = 0; in CountLinks()
249 ++LinkCount; in CountLinks()
256 return (LinkCount); in CountLinks()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/IO/
H A DStatCompat.hs34 type LinkCount = Int type
43 linkCount :: LinkCount,
/dports/www/firefox/firefox-99.0/accessible/atk/
H A DnsMaiInterfaceHypertext.cpp49 return hyperText->LinkCount(); in getLinkCountCB()
53 return proxy->LinkCount(); in getLinkCountCB()

12345678910>>...16