Home
last modified time | relevance | path

Searched refs:_d (Results 126 – 150 of 8609) sorted by relevance

12345678910>>...345

/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/
H A Dqdev-properties.h163 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
164 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int32, int32_t)
167 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
186 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
188 #define DEFINE_PROP_MULTIFD_COMPRESSION(_n, _s, _f, _d) \ argument
191 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
194 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
197 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
203 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
206 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/bin/
H A Dpt-kill88 sub _d {
1189 sub _d {
2293 sub _d {
2495 sub _d {
2848 sub _d {
3280 sub _d {
3669 sub _d {
3813 sub _d {
4628 sub _d {
4779 sub _d {
[all …]
H A Dpt-fk-error-logger78 sub _d {
1179 sub _d {
1340 sub _d {
1536 PTDEBUG && _d($dsn);
1785 sub _d {
2049 sub _d {
2251 sub _d {
2604 sub _d {
3881 sub _d {
4014 sub _d {
[all …]
H A Dpt-upgrade102 sub _d {
1196 sub _d {
1347 sub _d {
2448 sub _d {
2722 sub _d {
3075 sub _d {
3277 sub _d {
3330 sub _d {
3410 sub _d {
4687 sub _d {
[all …]
H A Dpt-table-checksum99 sub _d {
1376 sub _d {
1821 sub _d {
2922 sub _d {
3845 sub _d {
4046 sub _d {
4197 sub _d {
4390 sub _d {
4823 sub _d {
5089 sub _d {
[all …]
H A Dpt-heartbeat85 sub _d {
900 sub _d {
2001 sub _d {
3105 sub _d {
3307 sub _d {
3458 sub _d {
3890 sub _d {
3970 sub _d {
4323 sub _d {
5600 sub _d {
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dutil.h35 #define DO_NTOHS(_d, _s) do{ _d = ntohs(*(const unsigned short*)(_s)); }while(0) in DECLARE_MGROUP() argument
36 #define DO_NTOHL(_d, _s) do{ _d = ntohl(*(const unsigned*)(_s)); } while(0) argument
37 #define DO_HTONS(_d, _s) do{ *(unsigned short*)(_d) = htons(_s); } while(0) argument
38 #define DO_HTONL(_d, _s) do{ *(unsigned*)(_d) = htonl(_s); } while(0) argument
43 #define DO_NTOHS(_d, _s) \
46 _d = ntohs(_dd); } while(0)
47 #define DO_NTOHL(_d, _s) \
50 _d = ntohl(_dd); } while(0)
51 #define DO_HTONS(_d, _s) \
54 memcpy((_d), &(_dd), 2); } while(0)
[all …]
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dutil.h35 #define DO_NTOHS(_d, _s) do{ _d = ntohs(*(const unsigned short*)(_s)); }while(0) in DECLARE_MGROUP() argument
36 #define DO_NTOHL(_d, _s) do{ _d = ntohl(*(const unsigned*)(_s)); } while(0) argument
37 #define DO_HTONS(_d, _s) do{ *(unsigned short*)(_d) = htons(_s); } while(0) argument
38 #define DO_HTONL(_d, _s) do{ *(unsigned*)(_d) = htonl(_s); } while(0) argument
43 #define DO_NTOHS(_d, _s) \
46 _d = ntohs(_dd); } while(0)
47 #define DO_NTOHL(_d, _s) \
50 _d = ntohl(_dd); } while(0)
51 #define DO_HTONS(_d, _s) \
54 memcpy((_d), &(_dd), 2); } while(0)
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libawk/
H A Dassociative.c48 item->key = (void *)key._d; in assoc_set_taking()
66 dstr_unref (key._d); in assoc_get_taking()
74 dstr_unref (key._d); in assoc_get_taking()
78 if (key._d == (t_dstr)item->key) in assoc_get_taking()
80 dstr_unref (key._d); in assoc_get_taking()
87 item->key = key._d; in assoc_get_taking()
91 dstr_unref (key._d); in assoc_get_taking()
96 dstr_ref (answer._d); in assoc_get_taking()
111 dstr_unref (f._d); in assoc_get_str_taking()
130 dstr_unref (key._d); in assoc_del_taking()
[all …]
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/feeds/
H A Drollover.py125 self._d = self._ds.pop(0) if self._ds else None
154 while self._d is not None:
155 _next = self._d.next()
160 self._d = self._ds.pop(0)
163 self._d = None
190 self._dexp = self._d
191 self._d = self._ds.pop(0)
196 self.lines.open[0] = self._d.lines.open[0]
197 self.lines.high[0] = self._d.lines.high[0]
198 self.lines.low[0] = self._d.lines.low[0]
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DNibbleIterator.pm342 PTDEBUG && _d('Not ok to nibble');
432 PTDEBUG && _d('Done nibbling');
449 PTDEBUG && _d('Set new nibble number:', $n);
676 PTDEBUG && _d('Best index:', $best_index);
687 PTDEBUG && _d($sql);
711 PTDEBUG && _d($sql);
713 PTDEBUG && _d(Dumper($expl));
800 PTDEBUG && _d('No more boundaries');
819 PTDEBUG && _d('Infinite loop detected');
951 PTDEBUG && _d('Finish', $key);
[all …]
H A DTCPRequestAggregator.pm79 PTDEBUG && _d("Beginning a loop at pos", $pos_in_log);
85 PTDEBUG && _d("Pulled from pending", @{$self->{pending}});
93 PTDEBUG && _d("Buffer is now", @$buffer);
111 PTDEBUG && _d("Deleting pending line");
112 PTDEBUG && _d("Arrival: using the line");
121 PTDEBUG && _d("No more lines, no more buffered end times");
133 PTDEBUG && _d("No further events to make");
191 PTDEBUG && _d("Direction A", $timestamp);
198 PTDEBUG && _d("Direction C", $timestamp);
270 PTDEBUG && _d("Event is", Dumper($event));
[all …]
H A DDuplicateKeyFinder.pm86 PTDEBUG && _d('primary key:', $key->{name});
138 PTDEBUG && _d('Comparing normal keys');
144 PTDEBUG && _d('Comparing FULLTEXT keys');
151 PTDEBUG && _d('clustered key:',
337 PTDEBUG && _d('Remove', $right_name);
370 PTDEBUG && _d('No more keys');
425 PTDEBUG && _d('No more keys');
472 PTDEBUG && _d($unique_key->{name},
501 PTDEBUG && _d('Will unconstrain unique set',
532 PTDEBUG && _d('No more keys');
[all …]
H A DCxn.pm164 PTDEBUG && _d($dbh, 'Already set dbh');
168 PTDEBUG && _d($dbh, 'Setting dbh');
176 PTDEBUG && _d($dbh, $sql);
178 PTDEBUG && _d($dbh, 'hostname:', $hostname, $server_id);
252 PTDEBUG && _d($cxn->name, $sql);
258 PTDEBUG && _d($sql);
284 PTDEBUG && _d($cxn->name, $sql);
312 PTDEBUG && _d('Server ID for ', $cxn->name, ': ', $id);
318 PTDEBUG && _d("Removing ", $cxn->name,
329 PTDEBUG && _d('Destroying cxn');
[all …]
H A DTableParser.pm80 PTDEBUG && _d($new_sql_mode);
87 PTDEBUG && _d($dbh, $use_sql);
91 PTDEBUG && _d($show_sql);
96 PTDEBUG && _d($old_sql_mode);
103 PTDEBUG && _d($old_sql_mode);
282 PTDEBUG && _d($sql);
334 PTDEBUG && _d($sql);
340 PTDEBUG && _d($e);
509 PTDEBUG && _d($sql, @params);
513 PTDEBUG && _d($EVAL_ERROR);
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Ddrv_libxml2.py49 def _d(s): function
57 def _d(s): function
193 eltQName = _d(reader.Name())
198 qname = _d(reader.Name())
199 value = _d(reader.Value())
224 eltName = _d(reader.Name())
227 attName = _d(reader.Name())
238 (_d(reader.NamespaceUri()),_d(reader.LocalName())),
239 _d(reader.Name()))
268 self.endEntity(_d(reader.Name()))
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Ddrv_libxml2.py49 def _d(s): function
57 def _d(s): function
193 eltQName = _d(reader.Name())
198 qname = _d(reader.Name())
199 value = _d(reader.Value())
224 eltName = _d(reader.Name())
227 attName = _d(reader.Name())
238 (_d(reader.NamespaceUri()),_d(reader.LocalName())),
239 _d(reader.Name()))
268 self.endEntity(_d(reader.Name()))
[all …]
/dports/math/givaro/givaro-4.1.1/src/kernel/bstruct/
H A Dgivarray0.inl56 _d = p._d;
73 GivaroMM<T>::initone(&_d[i], p._d[i]);
135 _d = tmp;
159 if (src._d == _d) return *this;
177 _d = src._d;
209 return _d[0];
217 return _d[0];
262 _d[i] = val;
270 val = _d[i];
277 return _d;
[all …]
/dports/math/gismo/gismo-21.12.0/extensions/gsKLShell/
H A DgsThinShellAssembler.h140 template<int _d, bool _bending>
144 template<int _d, bool _bending>
174 template<int _d, bool _bending>
179 template<int _d, bool _bending>
184 template<int _d, bool _bending>
189 template<int _d, bool _bending>
203 template<int _d, bool _bending>
208 template<int _d, bool _bending>
221 template<int _d, bool _bending>
226 template<int _d, bool _bending>
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/
H A Ddistgeom.cpp123 delete _d; in ~OBDistanceGeometry()
135 delete _d; in Setup()
151 if (_d->debug) { in Setup()
156 if (_d->debug) { in Setup()
166 if (_d->debug) { in Setup()
173 _d->preMet = _d->bounds; // make a copy before metrization in Setup()
174 if (_d->debug) { in Setup()
239 if (!_d) in SetUpperBounds()
891 if (_d->GetUpperBounds(a, b) > _d->maxBoxSize) in TriangleSmooth()
892 _d->maxBoxSize = _d->GetUpperBounds(a, b); in TriangleSmooth()
[all …]
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cptools.py476 default_toolbox = _d = Toolbox('tools')
478 _d.allow = Tool('on_start_resource', cptools.allow)
484 _d.err_redirect = ErrorTool(cptools.redirect)
490 _d.staticdir = HandlerTool(static.staticdir)
491 _d.staticfile = HandlerTool(static.staticfile)
492 _d.sessions = SessionTool()
493 _d.xmlrpc = ErrorTool(_xmlrpc.on_error)
495 _d.expires = Tool('before_finalize', _caching.expires)
499 _d.flatten = Tool('before_finalize', cptools.flatten)
500 _d.accept = Tool('on_start_resource', cptools.accept)
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/hw/
H A Dqdev-properties.h163 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
164 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int32, int32_t)
167 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
168 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int64, int64_t)
205 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
207 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
210 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
213 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
221 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
224 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/
H A Dqdev-properties.h163 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
164 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int32, int32_t)
167 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
168 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int64, int64_t)
205 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
207 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
210 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
213 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
221 #define DEFINE_PROP_OFF_AUTO_PCIBAR(_n, _s, _f, _d) \ argument
224 #define DEFINE_PROP_PCIE_LINK_SPEED(_n, _s, _f, _d) \ argument
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Ddrv_libxml2.py60 def _d(s): function
184 _d(reader.LocalName()))
185 eltQName = _d(reader.Name())
190 qname = _d(reader.Name())
191 value = _d(reader.Value())
216 eltName = _d(reader.Name())
219 attName = _d(reader.Name())
230 (_d(reader.NamespaceUri()),_d(reader.LocalName())),
231 _d(reader.Name()))
260 self.endEntity(_d(reader.Name()))
[all …]
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/lib/IO/Lambda/
H A DMessage.pm16 sub _d { "message(" . _o($_[0]) . ")" } subroutine
37 warn "new ", _d($self) . "\n" if $DEBUG;
48 warn _d($self), "msg > [$msg]\n" if $DEBUG > 1;
83 warn _d($self), "msg < [$msg]\n" if $DEBUG > 1;
133 warn _d($self) . ": sending msg ",
170 warn _d($self) . ": sending msg ",
215 warn _d($self) . ": start push\n" if $DEBUG;
233 warn _d($self) . ": start listen\n" if $DEBUG;
279 sub _d { "simple_msg($_[0])" } subroutine
289 warn "new ", _d($self) . "\n" if $debug;
[all …]

12345678910>>...345