Home
last modified time | relevance | path

Searched refs:nextRef (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/Mutable/
H A DDLList.hs41 Just (Node val _ nextRef) -> do
42 mnext <- readRef nextRef
63 Just prev@(Node _ _ nextRef) -> do
64 writeRef nextRef $! Nothing
74 nextRef <- newRef $! Nothing
75 let node = Just $ Node val prevRef nextRef
80 nextRef <- newRef $ Just front
91 nextRef <- newRef $! Nothing
92 let node = Just $! Node val prevRef nextRef
95 Just back@(Node _ _ nextRef) -> do
[all …]
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_builder_twolevel.h151 …topBuilder->refs[topBuilder->nextRef++] = BVHNBuilderTwoLevel::BuildRef(pinfo.geomBounds,node,(uns… in attachBuildRefs()
153 … topBuilder->refs[topBuilder->nextRef++] = BVHNBuilderTwoLevel::BuildRef(pinfo.geomBounds,node); in attachBuildRefs()
185 …topBuilder->refs[topBuilder->nextRef++] = BVHNBuilderTwoLevel::BuildRef(object->getBounds(),object… in attachBuildRefs()
187 …topBuilder->refs[topBuilder->nextRef++] = BVHNBuilderTwoLevel::BuildRef(object->getBounds(),object… in attachBuildRefs()
257 std::atomic<int> nextRef; variable
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DOutline.cc90 dict->lookupNF("Next", &nextRef); in OutlineItem()
111 nextRef.free(); in ~OutlineItem()
135 p = &item->nextRef; in readItemList()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DOutline.cc90 dict->lookupNF("Next", &nextRef); in OutlineItem()
111 nextRef.free(); in ~OutlineItem()
135 p = &item->nextRef; in readItemList()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DOutline.cc78 dict->lookupNF("Next", &nextRef); in OutlineItem()
102 nextRef.free(); in ~OutlineItem()
159 p = &item->nextRef; in readItemList()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DOutline.cc78 dict->lookupNF("Next", &nextRef); in OutlineItem()
102 nextRef.free(); in ~OutlineItem()
159 p = &item->nextRef; in readItemList()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DOutline.cc107 dict->lookupNF("Next", &nextRef); in OutlineItem()
128 nextRef.free(); in ~OutlineItem()
164 p = &item->nextRef; in readItemList()
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DOutline.cc107 dict->lookupNF("Next", &nextRef); in OutlineItem()
128 nextRef.free(); in ~OutlineItem()
164 p = &item->nextRef; in readItemList()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DOutline.cc107 dict->lookupNF("Next", &nextRef); in OutlineItem()
128 nextRef.free(); in ~OutlineItem()
164 p = &item->nextRef; in readItemList()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DOutline.cc107 dict->lookupNF("Next", &nextRef); in OutlineItem()
128 nextRef.free(); in ~OutlineItem()
164 p = &item->nextRef; in readItemList()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOutline.cc77 dict->lookupNF("Next", &nextRef); in OutlineItem()
99 nextRef.free(); in ~OutlineItem()
156 p = &item->nextRef; in readItemList()
/dports/games/pioneer/pioneer-20210723/data/libs/
H A DSpaceStation.lua505 local nextRef = 0
522 nextRef = nextRef+1
523 adverts[nextRef] = {
530 Event.Queue("onAdvertAdded", self, nextRef)
531 return nextRef
744 nextRef = 0
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/cms/
H A DTestBubbleUpRef.java112 MyRefList nextRef = new MyRefList(next, rq); in fill() local
113 refList.add(nextRef); in fill()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/cms/
H A DTestBubbleUpRef.java114 MyRefList nextRef = new MyRefList(next, rq); in fill() local
115 refList.add(nextRef); in fill()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/cms/
H A DTestBubbleUpRef.java112 MyRefList nextRef = new MyRefList(next, rq); in fill() local
113 refList.add(nextRef); in fill()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/cms/
H A DTestBubbleUpRef.java112 MyRefList nextRef = new MyRefList(next, rq); in fill() local
113 refList.add(nextRef); in fill()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/spec/
H A Dexpander.go213 currentRef := nextRef(root, ref, ptr)
242 func nextRef(startingNode interface{}, startingRef *Ref, ptr *jsonpointer.Pointer) *Ref { func
361 nextRef := nextRef(node, ref, currentRef.GetPointer())
362 if nextRef == nil || nextRef.GetURL() == nil {
366 currentRef, err = currentRef.Inherits(*nextRef)
506 r.currentRef = nextRef(r.root, ref, ptr)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-openapi/spec/
H A Dexpander.go213 currentRef := nextRef(root, ref, ptr)
242 func nextRef(startingNode interface{}, startingRef *Ref, ptr *jsonpointer.Pointer) *Ref { func
361 nextRef := nextRef(node, ref, currentRef.GetPointer())
362 if nextRef == nil || nextRef.GetURL() == nil {
366 currentRef, err = currentRef.Inherits(*nextRef)
504 r.currentRef = nextRef(r.root, ref, ptr)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/boltdb/bolt/
H A Dcursor.go210 var nextRef = elemRef{page: p, node: n}
211 nextRef.index = nextRef.count() - 1
212 c.stack = append(c.stack, nextRef)

12345678910