Home
last modified time | relevance | path

Searched refs:_rc (Results 1 – 25 of 633) sorted by relevance

12345678910>>...26

/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenqtsettings.cpp160 _rc.clear(); in initialize()
202 std::cerr << _rc << std::endl; in initialize()
206 _rc.commit(); in initialize()
567 _rc.merge( _icons.generate( iconThemeList ) ); in loadKdeIcons()
663 _rc.setCurrentSection( Gtk::RC::defaultSection() ); in generateGtkColors()
706 _rc.matchClassToSection( "*Button", "oxygen-buttons-internal" ); in generateGtkColors()
779 _rc.matchClassToSection( "GtkEntry", "oxygen-entry-internal" ); in generateGtkColors()
780 _rc.matchClassToSection( "GtkTextView", "oxygen-entry-internal" ); in generateGtkColors()
888 _rc.setCurrentSection( Gtk::RC::defaultSection() ); in loadKdeFonts()
1086 _rc.setCurrentSection( Gtk::RC::defaultSection() ); in loadOxygenOptions()
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Duser_array.py49 return self._rc(self.array[index])
55 return self._rc(absolute(self.array))
58 return self._rc(-self.array)
61 return self._rc(self.array + asarray(other))
177 return self._rc(self.array)
180 return self._rc(invert(self.array))
205 return self._rc(less(self.array, other))
211 return self._rc(equal(self.array, other))
224 return self._rc(self.array.copy())
236 return self._rc(self.array.byteswap())
[all …]
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DSequentialAddition.ibf17 for (_rc = 0; _rc < 2*taxonCounter-1; _rc = _rc + 1)
23 for (_rc = 0; _rc < taxonCounter-2; _rc = _rc + 1)
33 for (_rc = 0; _rc < 2*taxonCounter-1; _rc = _rc + 1)
39 for (_rc = 0; _rc < taxonCounter-2; _rc = _rc + 1)
50 for (_rc = 0; _rc < 2*taxonCounter-1; _rc = _rc + 1)
52 treeNodes[_rc][2] = _tempStorage[_rc][0];
53 treeNodes[_rc][3] = _tempStorage[_rc][1];
56 for (_rc = 0; _rc < taxonCounter-2; _rc = _rc + 1)
58 cladesInfo[_rc][2] = _tempStorage2[_rc][0];
175 for (_rc = 0; _rc < 2*taxonCounter-1; _rc = _rc + 1)
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dsr.h504 size_t _rc; \
509 if (_rc != 8) SR_WRITE_ERROR; \
514 size_t _rc; \
523 size_t _rc; \
534 size_t _rc; \
551 size_t _rc; \
554 if (_rc != 8) SR_READ_ERROR; \
563 size_t _rc; \
576 size_t _rc; \
584 size_t _rc; \
[all …]
/dports/devel/libpeak/libpeak-0.1.2/peak/
H A Druntime.c81 p->_rc++; in __peak_vconstruct()
89 p->_rc--; in __peak_vconstruct()
104 p->_rc = 0; in peak_construct()
119 assert(p->_rc > 0); in peak_construct()
127 if (!p->_rc) in peak_construct()
133 p->_rc--; in peak_construct()
157 bits = o->_rc; in peak_retain()
165 o->_rc = bits; in peak_retain()
184 bits = o->_rc; in peak_release()
202 o->_rc = --bits; in peak_release()
[all …]
/dports/net/iipsrv/iipsrv-iipsrv-1.1/src/
H A DMemcached.h45 memcached_return_t _rc; variable
81 _rc = memcached_behavior_set( _memc, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, 1 );
82 _rc = memcached_behavior_set( _memc, MEMCACHED_BEHAVIOR_NO_BLOCK, 1 );
83 _rc = memcached_behavior_set( _memc, MEMCACHED_BEHAVIOR_TCP_NODELAY, 1 );
84 _rc = memcached_behavior_set( _memc, MEMCACHED_BEHAVIOR_NOREPLY, 1 );
87 _rc = memcached_server_push( _memc, _servers );
88 if(_rc == MEMCACHED_SUCCESS ) _connected = true;
114 _rc = memcached_set( _memc, k.c_str(), k.length(), in store()
130 return memcached_get( _memc, k.c_str(), k.length(), &_length, &flags, &_rc ); in retrieve()
136 return memcached_strerror( _memc, _rc ); in error()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/arbitrary/_core/
H A Dcell.rs22 let _rc = RefCell::new(()); localVariable
23 let _bm = _rc.borrow_mut();
24 let _tb = _rc.try_borrow();
25 let ret = _rc.try_borrow().expect_err("reborrowed RefCell");
33 let _rc = RefCell::new(()); localVariable
34 let _bm = _rc.borrow_mut();
35 let _tb = _rc.try_borrow();
36 let ret = _rc.try_borrow_mut().expect_err("reborrowed RefCell");
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/arbitrary/_core/
H A Dcell.rs22 let _rc = RefCell::new(()); localVariable
23 let _bm = _rc.borrow_mut();
24 let _tb = _rc.try_borrow();
25 let ret = _rc.try_borrow().expect_err("reborrowed RefCell");
33 let _rc = RefCell::new(()); localVariable
34 let _bm = _rc.borrow_mut();
35 let _tb = _rc.try_borrow();
36 let ret = _rc.try_borrow_mut().expect_err("reborrowed RefCell");
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/arbitrary/_core/
H A Dcell.rs22 let _rc = RefCell::new(()); localVariable
23 let _bm = _rc.borrow_mut();
24 let _tb = _rc.try_borrow();
25 let ret = _rc.try_borrow().expect_err("reborrowed RefCell");
33 let _rc = RefCell::new(()); localVariable
34 let _bm = _rc.borrow_mut();
35 let _tb = _rc.try_borrow();
36 let ret = _rc.try_borrow_mut().expect_err("reborrowed RefCell");
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dremoteexception.h42 : _rc(0) in RemoteException()
47 _rc(rc) in _text()
60 { return _rc; } in rc()
66 { _rc = v; } in rc()
70 _rc = 0; in clear()
76 int _rc; variable
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DLzmsDecoder.cpp237 #define LIMIT_CHECK if (_bs._buf < _rc.cur) return S_FALSE;
241 if (_bs._buf < _rc.cur) return S_FALSE; \
259 CRangeDecoder _rc; in CodeReal() local
263 _rc.Init(in, inSize); in CodeReal()
264 if (_rc.code >= _rc.range) in CodeReal()
319 if (_rc.Decode(&mainState, k_NumMainProbs, mainProbs) == 0) in CodeReal()
327 else if (_rc.Decode(&matchState, k_NumMatchProbs, matchProbs) == 0) in CodeReal()
539 _rc.Normalize(); in CodeReal()
540 if (_rc.code != 0) in CodeReal()
542 if (_rc.cur > _bs._buf in CodeReal()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DLzmsDecoder.cpp237 #define LIMIT_CHECK if (_bs._buf < _rc.cur) return S_FALSE;
241 if (_bs._buf < _rc.cur) return S_FALSE; \
259 CRangeDecoder _rc; in CodeReal() local
263 _rc.Init(in, inSize); in CodeReal()
264 if (_rc.code >= _rc.range) in CodeReal()
319 if (_rc.Decode(&mainState, k_NumMainProbs, mainProbs) == 0) in CodeReal()
327 else if (_rc.Decode(&matchState, k_NumMatchProbs, matchProbs) == 0) in CodeReal()
539 _rc.Normalize(); in CodeReal()
540 if (_rc.code != 0) in CodeReal()
542 if (_rc.cur > _bs._buf || in CodeReal()
[all …]
/dports/www/p5-HTTP-Parser-XS/HTTP-Parser-XS-0.17/t/
H A D02response.t14 '_rc' => 200,
27 '_rc' => 200,
42 '_rc' => 200,
57 '_rc' => 200,
69 '_rc' => 200,
81 '_rc' => 200,
93 '_rc' => 404,
106 '_rc' => 200,
131 _rc => $status,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DAmbientEnvironment.cs64 int _rc; field in System.Workflow.Runtime.AmbientEnvironment.EnvWrapper
70 Debug.Assert(_rc >= 0); in Push()
72 prevRc = _rc; in Push()
73 _rc++; in Push()
79 Debug.Assert(_rc > 0); in Pop()
80 _rc--; in Pop()
82 if (_rc != prevRC) in Pop()
91 Debug.Assert(_rc > 0); in Retrieve()
/dports/net/samba412/samba-4.12.15/ctdb/tests/UNIT/onnode/scripts/
H A Dlocal.sh27 _rc="${CTDB_TEST_TMP_DIR}/ctdb.rc"
28 echo "${1:-0}" >"$_rc"
30 test_cleanup "rm -f $_out $_rc"
57 _rc=$?
61 (exit $_rc)
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_repeat_iterators_pixel.h53 …ager *dm, qint32 x, qint32 y, qint32 offsetx, qint32 offsety, const QRect& _rc, KisIteratorComplet…
93 …qint32 x, qint32 y, qint32 w, qint32 offsetx, qint32 offsety, const QRect& _rc, KisIteratorComplet…
126 …qint32 x, qint32 y, qint32 h, qint32 offsetx, qint32 offsety, const QRect& _rc, KisIteratorComplet…
147 …ager *dm, qint32 x, qint32 y, qint32 offsetx, qint32 offsety, const QRect& _rc, KisIteratorComplet… in KisRepeatLineIteratorPixelBase() argument
151 m_dataRect(_rc), in KisRepeatLineIteratorPixelBase()
167 : KisRepeatLineIteratorPixelBase<T>(dm, x, y, offsetx, offsety , _rc, completeListener), in KisRepeatHLineIteratorPixelBase()
172 if (m_startIteratorX < _rc.left()) { in KisRepeatHLineIteratorPixelBase()
173 m_startIteratorX = _rc.left(); in KisRepeatHLineIteratorPixelBase()
229 : KisRepeatLineIteratorPixelBase<T>(dm, x, y, offsetx, offsety , _rc, completeListener), in KisRepeatVLineIteratorPixelBase()
234 if (m_startIteratorY < _rc.top()) { in KisRepeatVLineIteratorPixelBase()
[all …]
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DAutoReleasePoolTest.cpp25 TestObj(): _rc(1) in TestObj()
32 ++_rc; in duplicate()
37 if (--_rc == 0) in release()
43 return _rc; in rc()
58 int _rc; member in __anon75665b760111::TestObj
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AD/
H A DDSPropertyCollection.cs48 private ResultPropertyValueCollection _rc; field in System.DirectoryServices.AccountManagement.dSPropertyValueCollection
52 internal dSPropertyValueCollection(ResultPropertyValueCollection rc) { _rc = rc; } in dSPropertyValueCollection()
64 return _rc[index];
72 return (_pc != null ? _pc.Count : _rc.Count);
78 return (_pc != null ? _pc.GetEnumerator() : _rc.GetEnumerator()); in GetEnumerator()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/
H A Dlog_portability.h41 __typeof__(exp) _rc; \
43 _rc = (exp); \
44 } while (_rc == -1 && errno == EINTR); \
45 _rc; \
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dtcp_manager.c89 atomic_int _rc; member
472 ctx->_rc = 1; in tcp_manager_host_context_init()
571 ++ctx->_rc; in tcp_manager_host_context_acquire()
577 int rc = ++ctx->_rc; in tcp_manager_host_context_acquire()
615 ++ctx->_rc; in tcp_manager_host_context_acquire_or_create()
678 if(--ctx->_rc == 0) in tcp_manager_host_context_release()
687 int rc = --ctx->_rc; in tcp_manager_host_context_release()
758 sctx->_rc = 1; in tcp_manager_socket_context_new_instance_nolock()
839 ++sctx->_rc; in tcp_manager_socket_context_acquire()
845 int rc = ++sctx->_rc; in tcp_manager_socket_context_acquire()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Utils/
H A DTestingFramework.hh196 verify( const ValueType& _rc, const ValueType& _expected, in verify() argument
198 { return th_.verify( _rc, _expected, _info ); } in verify()
202 verify_x( const ValueType& _rc, const ValueType& _expected, in verify_x() argument
205 if ( !verify(_rc, _expected, _info) ) in verify_x()
255 bool verify(const ValueType& _rc, in verify() argument
260 if ( _rc == _expected ) in verify()
262 os_ << " " << _info << ", result: " << _rc << ", OK!" << std::endl; in verify()
266 os_ << " " << _info << ", result: " << _rc << " != " << _expected in verify()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dlog_portability.h76 __typeof__(exp) _rc; \
78 _rc = (exp); \
79 } while (_rc == -1 && errno == EINTR); \
80 _rc; \
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libcutils/include_vndk/cutils/
H A Dfs.h31 typeof (exp) _rc; \
33 _rc = (exp); \
34 } while (_rc == -1 && errno == EINTR); \
35 _rc; })
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/include/cutils/
H A Dfs.h31 typeof (exp) _rc; \
33 _rc = (exp); \
34 } while (_rc == -1 && errno == EINTR); \
35 _rc; })
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libcutils/include_vndk/cutils/
H A Dfs.h31 typeof (exp) _rc; \
33 _rc = (exp); \
34 } while (_rc == -1 && errno == EINTR); \
35 _rc; })

12345678910>>...26