Home
last modified time | relevance | path

Searched refs:_nv (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dspecialized_oop_closures.hpp80 f(ScanClosure,_nv) \
81 f(FastScanClosure,_nv) \
82 f(FilteringClosure,_nv)
86 f(ParScanWithBarrierClosure,_nv) \
87 f(ParScanWithoutBarrierClosure,_nv)
93 f(NoHeaderExtendedOopClosure,_nv) \
132 f(MarkRefsIntoAndScanClosure,_nv) \
133 f(PushAndMarkClosure,_nv) \
134 f(Par_MarkRefsIntoAndScanClosure,_nv) \
135 f(Par_PushAndMarkClosure,_nv)
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dspecialized_oop_closures.hpp80 f(ScanClosure,_nv) \
81 f(FastScanClosure,_nv) \
82 f(FilteringClosure,_nv)
86 f(ParScanWithBarrierClosure,_nv) \
87 f(ParScanWithoutBarrierClosure,_nv)
93 f(NoHeaderExtendedOopClosure,_nv) \
132 f(MarkRefsIntoAndScanClosure,_nv) \
133 f(PushAndMarkClosure,_nv) \
134 f(Par_MarkRefsIntoAndScanClosure,_nv) \
135 f(Par_PushAndMarkClosure,_nv)
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1_specialized_oop_closures.hpp69 f(G1ParScanClosure,_nv) \
70 f(G1ParPushHeapRSClosure,_nv) \
71 f(FilterIntoCSClosure,_nv) \
72 f(FilterOutOfRegionClosure,_nv) \
73 f(G1CMOopClosure,_nv) \
74 f(G1RootRegionScanClosure,_nv) \
75 f(G1Mux2Closure,_nv) \
76 f(G1TriggerClosure,_nv) \
77 f(G1InvokeIfNotTriggeredClosure,_nv) \
78 f(G1UpdateRSOrPushRefOopClosure,_nv)
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1_specialized_oop_closures.hpp69 f(G1ParScanClosure,_nv) \
70 f(G1ParPushHeapRSClosure,_nv) \
71 f(FilterIntoCSClosure,_nv) \
72 f(FilterOutOfRegionClosure,_nv) \
73 f(G1CMOopClosure,_nv) \
74 f(G1RootRegionScanClosure,_nv) \
75 f(G1Mux2Closure,_nv) \
76 f(G1TriggerClosure,_nv) \
77 f(G1InvokeIfNotTriggeredClosure,_nv) \
78 f(G1UpdateRSOrPushRefOopClosure,_nv)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/
H A DTrackingFunctionPF.hpp18 const int _nh,_ns,_nv; member in cv::TrackingFunctionPF
72 return _origHist.dist(TrackingHistogram(_image(rect),_nh,_ns,_nv)); in calc()
74 …const Mat& chosenRect):_nh(HIST_SIZE),_ns(HIST_SIZE),_nv(HIST_SIZE),_origHist(chosenRect,_nh,_ns,_… in TrackingFunctionPF()
79 TrackingHistogram hist(image,_nh,_ns,_nv); in update()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dcompare_and_swap.hpp61 val_t _cv, _ov, _nv; in cas() local
63 _nv.v = nv; in cas()
64 _cv.w = __sync_val_compare_and_swap((typename val_t::w_t *)ptr, _ov.w, _nv.w); in cas()
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dcompare_and_swap.hpp53 val_t _cv, _ov, _nv; in cas() local
55 _nv.v = nv; in cas()
56 _cv.w = __sync_val_compare_and_swap((typename val_t::w_t *)ptr, _ov.w, _nv.w); in cas()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/atomic/
H A Dsolaris.h50 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
63 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/atomic/
H A Dsolaris.h50 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
63 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/atomic/
H A Dsolaris.h50 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
63 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/atomic/
H A Dsolaris.h50 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
63 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DTexturePaletteManager.cpp34 _nv( nv ), in TexturePaletteManager()
56 _nv.writeATTRFile( unit, texture ); in add()
H A DTexturePaletteManager.h56 const FltExportVisitor& _nv; variable
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DTexturePaletteManager.cpp34 _nv( nv ),
56 _nv.writeATTRFile( unit, texture );
H A DTexturePaletteManager.h56 const FltExportVisitor& _nv; variable
/dports/databases/mysql55-client/mysql-5.5.62/include/atomic/
H A Dsolaris.h43 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
56 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/databases/mysql56-client/mysql-5.6.51/include/atomic/
H A Dsolaris.h50 nv= atomic_add_ ## S ## _nv((volatile uint ## S ## _t *)a, v); \
63 ret= atomic_or_ ## S ## _nv((volatile uint ## S ## _t *)a, 0)
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Decimater/
H A DDecimaterT_impl.hh254 size_t DecimaterT<Mesh>::decimate_to_faces(size_t _nv, size_t _nf) { in decimate_to_faces() argument
259 if (_nv >= mesh_.n_vertices() || _nf >= mesh_.n_faces()) in decimate_to_faces()
295 while ((!heap_->empty()) && (_nv < nv) && (_nf < nf)) { in decimate_to_faces()
H A DMcDecimaterT_impl.hh226 size_t McDecimaterT<Mesh>::decimate_to_faces(size_t _nv, size_t _nf) { in decimate_to_faces() argument
232 if ( (_nv == 0) && (_nf == 1) ) in decimate_to_faces()
253 while ((_nv < nv) && (_nf < nf)) { in decimate_to_faces()
/dports/graphics/enblend/enblend-enfuse-4.2/doc/
H A Dcommon-information-options.tex73 %% ~~~~~~~~~~~~~~~~~~~~~cl\_nv\_compiler\_options \\
74 %% ~~~~~~~~~~~~~~~~~~~~~cl\_nv\_copy\_opts \\
75 %% ~~~~~~~~~~~~~~~~~~~~~cl\_nv\_device\_attribute\_query \\
76 %% ~~~~~~~~~~~~~~~~~~~~~cl\_nv\_pragma\_unroll \\
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/regulator/
H A Dtps65086-regulator.c28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument
37 .n_voltages = _nv, \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/regulator/
H A Dtps65086-regulator.c28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument
37 .n_voltages = _nv, \
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DGraticuleLabelingEngine82 AcceptCameraData(osg::NodeVisitor& nv) : _nv(nv) { }
84 osg::NodeVisitor& _nv;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/regulator/
H A Dtps65086-regulator.c28 #define TPS65086_REGULATOR(_name, _of, _id, _nv, _vr, _vm, _er, _em, _lr, _dr, _dm) \ argument
37 .n_voltages = _nv, \
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DNodeVisitor349 NodeAcceptOp(NodeVisitor& nv):_nv(nv) {}
350 NodeAcceptOp(const NodeAcceptOp& naop):_nv(naop._nv) {}
352 void operator () (Node* node) { node->accept(_nv); }
353 void operator () (ref_ptr<Node> node) { node->accept(_nv); }
359 NodeVisitor& _nv;

12345678910>>...15