Home
last modified time | relevance | path

Searched refs:_d (Results 51 – 75 of 7457) sorted by relevance

12345678910>>...299

/dports/devel/sfsexp/sfsexp-1.3.1-18-gc11b849/examples/
H A Dsimple_interp.c54 dict_t *_d = d; in lookup() local
63 _d = _d->next; in lookup()
73 dict_t *_d = d; in insert() local
80 if (_d == NULL) { in insert()
85 _d->next = NULL; in insert()
98 _d = _d->next; in insert()
110 return _d; in insert()
125 dict_t *_d = d; in purge_all() local
129 td = _d->next; in purge_all()
132 free(_d); in purge_all()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGTriangle.hxx34 _d[0] = v1 - v0; in set()
35 _d[1] = v2 - v0; in set()
45 { return _v0 + T(1)/T(3)*(_d[0] + _d[1]); } in getCenter()
56 { return normalize(cross(_d[0], _d[1])); } in getNormal()
63 { return _d[i]; } in getEdge()
65 { _d[i] = d; } in setEdge()
71 _d[0] = _d[1]; in flip()
72 _d[1] = tmp; in flip()
79 triangle._d[0] = matrix.xformVec(_d[0]); in transform()
80 triangle._d[1] = matrix.xformVec(_d[1]); in transform()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/Ice/serialize/
H A DInitialI.java27 _d = new Derived(); in InitialI()
28 _d.b = _d; in InitialI()
29 _d.o = _d; in InitialI()
30 _d.s = _s; in InitialI()
34 _d.seq4 = new Base[] { _d }; in InitialI()
36 _d.d1.put((byte)1, true); in InitialI()
38 _d.d2.put((short)2, 3); in InitialI()
42 _d.d4.put("b", _d); in InitialI()
43 _d.p = _s.p; in InitialI()
89 ex.b = _d; in getEx()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/serialize/
H A DInitialI.java27 _d = new Derived(); in InitialI()
28 _d.b = _d; in InitialI()
29 _d.o = _d; in InitialI()
30 _d.s = _s; in InitialI()
34 _d.seq4 = new Base[] { _d }; in InitialI()
36 _d.d1.put((byte)1, true); in InitialI()
38 _d.d2.put((short)2, 3); in InitialI()
42 _d.d4.put("b", _d); in InitialI()
43 _d.p = _s.p; in InitialI()
89 ex.b = _d; in getEx()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/Ice/serialize/
H A DInitialI.java27 _d = new Derived(); in InitialI()
28 _d.b = _d; in InitialI()
29 _d.o = _d; in InitialI()
30 _d.s = _s; in InitialI()
34 _d.seq4 = new Base[] { _d }; in InitialI()
36 _d.d1.put((byte)1, true); in InitialI()
38 _d.d2.put((short)2, 3); in InitialI()
42 _d.d4.put("b", _d); in InitialI()
43 _d.p = _s.p; in InitialI()
89 ex.b = _d; in getEx()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_scscf/
H A Dudomain.c98 if (!(*_d)) { in new_udomain()
105 if (!(*_d)->table) { in new_udomain()
110 (*_d)->name = _n; in new_udomain()
113 init_slot(*_d, &((*_d)->table[i]), i); in new_udomain()
116 (*_d)->size = _s; in new_udomain()
121 shm_free(*_d); in new_udomain()
133 if (_d->table) { in free_udomain()
141 shm_free(_d); in free_udomain()
155 r.domain = _d->name; in get_static_impurecord()
167 fprintf(_f, "name : '%.*s'\n", _d->name->len, ZSW(_d->name->s)); in print_udomain()
[all …]
H A Dudomain.h85 int new_udomain(str* _n, int _s, udomain_t** _d);
92 void free_udomain(udomain_t* _d);
98 void print_udomain(FILE* _f, udomain_t* _d);
114 void mem_timer_udomain(udomain_t* _d, int istart, int istep);
125 void mem_delete_impurecord(udomain_t* _d, struct impurecord* _r);
131 void lock_udomain(udomain_t* _d, str *_aor);
139 void unlock_udomain(udomain_t* _d, str *_aor);
147 void lock_ulslot(udomain_t* _d, int i);
154 void unlock_ulslot(udomain_t* _d, int i);
203 int get_impurecord(udomain_t* _d, str* _aor, struct impurecord** _r);
[all …]
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Dnffilt.cc155 PROC2(_d [0], _d [1], z [0], z [1]); in process()
198 PROC2(_d [0], _d [1], z [0], z [1]); in process()
242 PROC2(_d [0], _d [1], z [0], z [1]); in process()
243 PROC2(_d [2], _d [3], z [2], z [3]); in process()
287 PROC2(_d [0], _d [1], z [0], z [1]); in process()
288 PROC2(_d [2], _d [3], z [2], z [3]); in process()
333 PROC2(_d [0], _d [1], z [0], z [1]); in process()
334 PROC2(_d [2], _d [3], z [2], z [3]); in process()
335 PROC2(_d [4], _d [5], z [4], z [5]); in process()
380 PROC2(_d [0], _d [1], z [0], z [1]); in process()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/exactness/
H A Dcommon.c46 Eet_Data_Descriptor *_d; in _mouse_wheel_desc_make() local
53 return _d; in _mouse_wheel_desc_make()
60 Eet_Data_Descriptor *_d; in _key_down_up_desc_make() local
70 return _d; in _key_down_up_desc_make()
77 Eet_Data_Descriptor *_d; in _multi_event_desc_make() local
94 return _d; in _multi_event_desc_make()
101 Eet_Data_Descriptor *_d; in _multi_move_desc_make() local
116 return _d; in _multi_move_desc_make()
130 return _d; in _efl_event_desc_make()
143 return _d; in _click_on_desc_make()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/usrloc/
H A Dudomain.h66 int new_udomain(str* _n, int _s, udomain_t** _d);
73 void free_udomain(udomain_t* _d);
79 void print_udomain(FILE* _f, udomain_t* _d);
91 int preload_udomain(db1_con_t* _c, udomain_t* _d);
107 int db_timer_udomain(udomain_t* _d);
134 void mem_delete_urecord(udomain_t* _d, struct urecord* _r);
140 void lock_udomain(udomain_t* _d, str *_aor);
148 void unlock_udomain(udomain_t* _d, str *_aor);
156 void lock_ulslot(udomain_t* _d, int i);
163 void unlock_ulslot(udomain_t* _d, int i);
[all …]
H A Dudomain.c93 if (!(*_d)) { in new_udomain()
105 (*_d)->name = _n; in new_udomain()
108 if(init_slot(*_d, &((*_d)->table[i]), i)<0) { in new_udomain()
114 (*_d)->size = _s; in new_udomain()
141 shm_free(*_d); in new_udomain()
155 if (_d->table) { in free_udomain()
161 shm_free(_d); in free_udomain()
688 strncpy(tname_buf, _d->name->s, _d->name->len); in db_load_urecord()
833 _d->name->len, _d->name->s); in db_load_urecord_by_ruid()
1429 unlock_ulslot(_d, (_aorhash & (_d->size - 1))); in get_urecord_by_ruid()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DTableUsage.pm107 PTDEBUG && _d('Getting table access for',
202 PTDEBUG && _d('CREATE query');
251 PTDEBUG && _d("Multi-table UPDATE");
641 PTDEBUG && _d($arg, "is a value");
844 PTDEBUG && _d($dbh, $sql);
856 PTDEBUG && _d($dbh, $sql);
862 PTDEBUG && _d($EVAL_ERROR);
870 PTDEBUG && _d($dbh, $sql);
872 PTDEBUG && _d(Dumper($warning));
1041 PTDEBUG && _d('Table is an alias');
[all …]
H A DSchemaIterator.pm208 PTDEBUG && _d('Will resume after',
231 PTDEBUG && _d('Next schema object:',
244 PTDEBUG && _d('No more files to iterate');
327 PTDEBUG && _d($sql);
340 PTDEBUG && _d('Next database:', $db);
346 PTDEBUG && _d($sql);
403 PTDEBUG && _d('No more databases');
550 PTDEBUG && _d('Resuming from db', $db);
555 PTDEBUG && _d('Resuming after db', $db);
574 PTDEBUG && _d('Resuming from table', $tbl);
[all …]
H A DMySQLProtocolParser.pm271 PTDEBUG && _d('Client', $client);
330 PTDEBUG && _d('TCP control:',
456 PTDEBUG && _d('Session deleted');
884 PTDEBUG && _d('Making event');
1078 PTDEBUG && _d('ERROR data:', $data);
1118 PTDEBUG && _d('OK data:', $data);
1247 PTDEBUG && _d('COM data:',
1306 PTDEBUG && _d('New param types');
1326 PTDEBUG && _d('Statement:', $arg);
1373 PTDEBUG && _d('Flag data:', $flags);
[all …]
H A DSQLParser.pm161 PTDEBUG && _d('Query type:', $type);
175 PTDEBUG && _d('Removing subqueries');
180 PTDEBUG && _d('CREATE..SELECT');
201 PTDEBUG && _d('Parsing subqueries');
383 PTDEBUG && _d('Clause: into', $tbl);
522 PTDEBUG && _d('Parsing FROM', $from);
559 PTDEBUG && _d("JOIN condition");
966 PTDEBUG && _d("Parse SET", $set);
1146 PTDEBUG && _d('Query:', $query);
1265 PTDEBUG && _d("Parsing identifiers");
[all …]
H A DVersionCheck.pm151 PTDEBUG && _d($EVAL_ERROR);
155 PTDEBUG && _d('Using', $protocol);
159 PTDEBUG && _d('API URL:', $url);
303 PTDEBUG && _d($sql);
307 PTDEBUG && _d($EVAL_ERROR);
309 PTDEBUG && _d($sql);
313 PTDEBUG && _d($EVAL_ERROR);
319 PTDEBUG && _d($sql);
321 PTDEBUG && _d('port:', $port);
723 PTDEBUG && _d($sql);
[all …]
H A DProcesslist.pm182 PTDEBUG && _d("Returning cached event");
191 PTDEBUG && _d("Sleeping between polls");
200 PTDEBUG && _d("Polling PROCESSLIST");
315 PTDEBUG && _d('New cxn', $curr->[ID]);
338 PTDEBUG && _d('cxn', $prev->[ID], 'ended');
483 PTDEBUG && _d('find specs:', Dumper(\%find_spec));
490 PTDEBUG && _d('Checking query', Dumper($query));
509 PTDEBUG && _d($reason);
528 PTDEBUG && _d($reason);
551 PTDEBUG && _d($reason);
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.h141 str *_ruri, dlg_t **_d);
143 str *_luri, str *_ruri, dlg_t **_d);
170 int update_dlg_uas(dlg_t *_d, int _code, str *_tag);
185 void free_dlg(dlg_t *_d);
186 typedef void (*free_dlg_f)(dlg_t *_d);
192 void print_dlg(FILE *out, dlg_t *_d);
193 typedef void (*print_dlg_f)(FILE *out, dlg_t *_d);
199 int calculate_routeset_length(dlg_t *_d);
206 char *print_routeset(char *buf, dlg_t *_d);
212 int w_calculate_hooks(dlg_t *_d);
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/collections/
H A DCMap.php36 private $_d=array(); variable in CMap
97 return count($this->_d);
117 return $this->_d[$key];
134 $this->_d[]=$value;
136 $this->_d[$key]=$value;
184 return isset($this->_d[$key]) || array_key_exists($key,$this->_d);
192 return $this->_d;
208 $data=$data->_d;
238 $data=$data->_d;
246 $this->_d=self::mergeArray($this->_d,$d);
[all …]
/dports/math/eprover/eprover-E-2.0/etc/
H A Doption_key54 G K02_00_-_d---_-_02005 -wconstant -Garity -WNoSelection --split-clauses=02…
55 G K02_00_-_d---_-_02010 -wconstant -Garity -WNoSelection --split-clauses=02…
56 G K02_05_-_d---_-_02005 -wconstant -Garity -WSelectComplexExceptUniqMaxHorn --split-clauses=02…
157 T K02_a0_-_d---_-_----- -wconstant -Garity -WSelectMinInfpos --destructive-er
158 T K02_a1_-_d---_-_----- -wconstant -Garity -WPSelectMinInfpos --destructive-er
159 T K02_a2_-_d---_-_----- -wconstant -Garity -WHSelectMinInfpos --destructive-er
160 T K02_a3_-_d---_-_----- -wconstant -Garity -WGSelectMinInfpos --destructive-er
161 T K02_b0_-_d---_-_----- -wconstant -Garity -WSelectMin2Infpos --destructive-er
162 T K02_b1_-_d---_-_----- -wconstant -Garity -WPSelectMin2Infpos --destructive-er
163 T K02_c0_-_d---_-_----- -wconstant -Garity -WSeSelectComplexExceptUniqMaxPosHorn --destructive-…
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qml/ChangePinView/+desktop/
H A Dtest_ChangePinView.qml25 property alias _d: view._d
54 testObject._d.view = ChangePinView.SubViews.Workflow
60 testObject._d.view = ChangePinView.SubViews.Password
66 testObject._d.view = ChangePinView.SubViews.PasswordInfo
72 testObject._d.view = ChangePinView.SubViews.Progress
78 testObject._d.view = ChangePinView.SubViews.CardPosition
84 testObject._d.view = ChangePinView.SubViews.InputError
90 testObject._d.view = ChangePinView.SubViews.Data
96 testObject._d.view = ChangePinView.SubViews.PinUnlocked
102 testObject._d.view = ChangePinView.SubViews.Result
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/websockets/
H A Dtyped_value.cc34 , _d (0) in TypedValue()
42 , _d (0) in TypedValue()
50 , _d (0) in TypedValue()
58 , _d (value) in TypedValue()
66 , _d (0) in TypedValue()
79 return _d != 0; in operator bool()
95 return static_cast<int> (_d); in operator int()
111 return _d; in operator double()
137 return boost::lexical_cast<std::string> (_d); in operator std::string()
167 …return ((_d == inf) && (other._d == inf)) || ((_d == -inf) && (other._d == -inf)) || (fabs (_d - o… in operator ==()
[all …]
/dports/www/limesurvey/limesurvey/framework/collections/
H A DCMap.php40 private $_d=array(); variable in CMap
102 return count($this->_d);
122 return $this->_d[$key];
139 $this->_d[]=$value;
141 $this->_d[$key]=$value;
189 return isset($this->_d[$key]) || array_key_exists($key,$this->_d);
197 return $this->_d;
213 $data=$data->_d;
243 $data=$data->_d;
251 $this->_d=self::mergeArray($this->_d,$d);
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_pcscf/
H A Dudomain.c105 if (!(*_d)) { in new_udomain()
112 if (!(*_d)->table) { in new_udomain()
117 (*_d)->name = _n; in new_udomain()
120 init_slot(*_d, &((*_d)->table[i]), i); in new_udomain()
123 (*_d)->size = _s; in new_udomain()
145 shm_free(*_d); in new_udomain()
154 if (_d->table) { in free_udomain()
162 shm_free(_d); in free_udomain()
171 fprintf(_f, "name : '%.*s'\n", _d->name->len, ZSW(_d->name->s)); in print_udomain()
254 lock_ulslot(_d, i); in mem_timer_udomain()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/p_usrloc/
H A Dudomain.h69 int new_udomain(str* _n, int _s, udomain_t** _d);
76 void free_udomain(udomain_t* _d);
82 void print_udomain(FILE* _f, udomain_t* _d);
99 void mem_timer_udomain(udomain_t* _d);
117 void mem_delete_urecord(udomain_t* _d, struct urecord* _r);
126 void lock_ulslot(udomain_t* _d, int i);
133 void unlock_ulslot(udomain_t* _d, int i);
140 void lock_udomain(udomain_t* _d, str *_aor);
148 void unlock_udomain(udomain_t* _d, str *_aor);
169 int get_urecord(udomain_t* _d, str* _aor, struct urecord** _r);
[all …]

12345678910>>...299