Home
last modified time | relevance | path

Searched refs:tth (Results 1 – 25 of 1185) sorted by relevance

12345678910>>...48

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/sysinfo/thermal/
H A Dthermal_fallback.c53 init(Tempthread *tth) in init() argument
59 if (tth->initted) return; in init()
60 tth->initted = EINA_TRUE; in init()
63 tth->extn = extn; in init()
65 if ((!tth->sensor_type) || in init()
66 ((!tth->sensor_name) || in init()
188 if ((tth->sensor_type) && (tth->sensor_name) && (!tth->sensor_path)) in init()
275 check(Tempthread *tth) in check() argument
419 tth->sensor_name = NULL; in check()
430 init(tth); in thermal_fallback_get()
[all …]
H A Dthermal_sysctl.c44 init(Tempthread *tth) in init() argument
59 if (tth->initted) return; in init()
60 tth->initted = EINA_TRUE; in init()
63 tth->extn = extn; in init()
65 if ((!tth->sensor_type) || in init()
115 if ((tth->sensor_type) && (tth->sensor_name) && (!tth->sensor_path)) in init()
125 tth->sensor_path = eina_stringshare_add(tth->sensor_name); in init()
149 check(Tempthread *tth) in check() argument
158 Extn *extn = tth->extn; in check()
207 init(tth); in thermal_sysctl_get()
[all …]
H A Dthermal.c4 _thermal_thread_free(Tempthread *tth) in _thermal_thread_free() argument
9 if (!tth) return; in _thermal_thread_free()
18 E_FREE(tth->extn); in _thermal_thread_free()
19 E_FREE(tth); in _thermal_thread_free()
87 Tempthread *tth = data; in _thermal_udev_poll() local
100 Tempthread *tth = data; in _thermal_check_sysctl() local
109 e_powersave_sleeper_sleep(tth->sleeper, tth->poll_interval); in _thermal_check_sysctl()
128 e_powersave_sleeper_sleep(tth->sleeper, tth->poll_interval); in _thermal_check_fallback()
274 Tempthread *tth; in _thermal_config_updated() local
286 tth->inst = inst; in _thermal_config_updated()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/temperature/
H A De_mod_tempget.c89 init(Tempthread *tth) in init() argument
105 if (tth->initted) return; in init()
106 tth->initted = EINA_TRUE; in init()
109 tth->extn = extn; in init()
111 if ((!tth->sensor_type) || in init()
274 if ((tth->sensor_type) && (tth->sensor_name) && (!tth->sensor_path)) in init()
290 tth->sensor_path = eina_stringshare_add(tth->sensor_name); in init()
389 check(Tempthread *tth) in check() argument
400 Extn *extn = tth->extn; in check()
577 init(tth); in temperature_tempget_get()
[all …]
H A De_mod_main.c62 free(tth->extn); in _temperature_thread_free()
63 free(tth); in _temperature_thread_free()
121 Tempthread *tth = data; in _temperature_udev_poll() local
124 _temperature_apply(tth->inst, temp); in _temperature_udev_poll()
324 Tempthread *tth = data; in _temperature_check_main() local
333 e_powersave_sleeper_sleep(tth->sleeper, tth->poll_interval); in _temperature_check_main()
341 Tempthread *tth = data; in _temperature_check_notify() local
342 Config_Face *inst = tth->inst; in _temperature_check_notify()
358 Tempthread *tth; in temperature_face_update_config() local
365 tth->inst = inst; in temperature_face_update_config()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dhns.f27 & xflow2,tth,A1,yg1,A2,yg2,dA2dh2,dyg2dh2,theta local
39 tth=dtan(theta)
40 A1=h1*(b+h1*tth)
41 yg1=h1*(3.d0*b+2.d0*h1*tth)/(6.d0*(b+h1*tth))
46 A2=h2*(b+h2*tth)
47 yg2=h2*(3.d0*b+2.d0*h2*tth)/(6.d0*(b+h2*tth))
48 dA2dh2=b+2.d0*h2*tth
49 dyg2dh2=((3.d0*b+4.d0*h2*tth)*(b+tth)
50 & -tth*h2*(3.d0*b+2.d0*h2*tth))/
51 & (6.d0*(b+h2*tth)**2)
/dports/net-p2p/p5-Net-DirectConnect/Net-DirectConnect-0.14/examples/
H A Ddcget116 $work{'tthfrom'}{ $s{tth} }{ $s{nick} } = \%s;
239 my ($tth) = $1;
241 if $self->{'share_full'}{$tth};
243 if $partial{$tth}{size} > -s $file;
244 … $self->log( 'warn', 'removing already downloading partial2', $_, $tth, $partial{$tth}{size} ),
245 unlink( $partial{$tth}{file} )
246 if $partial{$tth}{size} and $partial{$tth}{size} < -s $file;
247 $self->log( 'dev', 'adding to queue', $_, $tth, -s $file, $partial{$tth} );
249 push @todl, $tth unless $partial{$tth};
250 $partial{$tth}{size} = -s $file;
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DMagnet.cpp65 lineEdit_FNAME->setText(tth); in showUI()
67 lineEdit_TTH->setText(tth); in showUI()
79 QString name = "", tth = ""; in setLink() local
86 search(name, size, tth); in setLink()
93 target = tth; in setLink()
105 showUI(name, size, tth); in setLink()
111 if (!tth.isEmpty()) in search()
112 Magnet::searchTTH(tth); in search()
133 if (tth.isEmpty()) in download()
199 if (tth.isEmpty()) in download()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DMagnet.cpp65 lineEdit_FNAME->setText(tth); in showUI()
67 lineEdit_TTH->setText(tth); in showUI()
79 QString name = "", tth = ""; in setLink() local
86 search(name, size, tth); in setLink()
93 target = tth; in setLink()
105 showUI(name, size, tth); in setLink()
111 if (!tth.isEmpty()) in search()
112 Magnet::searchTTH(tth); in search()
133 if (tth.isEmpty()) in download()
199 if (tth.isEmpty()) in download()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DMagnet.cpp65 lineEdit_FNAME->setText(tth); in showUI()
67 lineEdit_TTH->setText(tth); in showUI()
79 QString name = "", tth = ""; in setLink() local
86 search(name, size, tth); in setLink()
93 target = tth; in setLink()
105 showUI(name, size, tth); in setLink()
111 if (!tth.isEmpty()) in search()
112 Magnet::searchTTH(tth); in search()
133 if (tth.isEmpty()) in download()
199 if (tth.isEmpty()) in download()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DMagnet.cpp65 lineEdit_FNAME->setText(tth); in showUI()
67 lineEdit_TTH->setText(tth); in showUI()
79 QString name = "", tth = ""; in setLink() local
86 search(name, size, tth); in setLink()
93 target = tth; in setLink()
105 showUI(name, size, tth); in setLink()
111 if (!tth.isEmpty()) in search()
112 Magnet::searchTTH(tth); in search()
133 if (tth.isEmpty()) in download()
199 if (tth.isEmpty()) in download()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DMagnet.cpp65 lineEdit_FNAME->setText(tth); in showUI()
67 lineEdit_TTH->setText(tth); in showUI()
79 QString name = "", tth = ""; in setLink() local
86 search(name, size, tth); in setLink()
93 target = tth; in setLink()
105 showUI(name, size, tth); in setLink()
111 if (!tth.isEmpty()) in search()
112 Magnet::searchTTH(tth); in search()
133 if (tth.isEmpty()) in download()
199 if (tth.isEmpty()) in download()
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dht/
H A DIndexManager.cpp56 TTHMap::iterator i = tthList.find(tth); in addSource()
81 tthList.insert(std::make_pair(tth, SourceList(1, source))); in addSource()
94 TTHMap::const_iterator i = tthList.find(tth); in findResult()
152 tthList.insert(std::make_pair(tth, sources)); in loadIndexes()
199 string tth; in processPublishSourceRequest() local
200 if(!cmd.getParam("TR", 1, tth)) in processPublishSourceRequest()
215 res.addParam("TR", tth); in processPublishSourceRequest()
256 void IndexManager::publishFile(const TTHValue& tth, int64_t size) in publishFile() argument
261 publishQueue.push_back(File(tth, size, false)); in publishFile()
268 void IndexManager::publishPartialFile(const TTHValue& tth) in publishPartialFile() argument
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dht/
H A DIndexManager.cpp56 TTHMap::iterator i = tthList.find(tth); in addSource()
81 tthList.insert(std::make_pair(tth, SourceList(1, source))); in addSource()
94 TTHMap::const_iterator i = tthList.find(tth); in findResult()
152 tthList.insert(std::make_pair(tth, sources)); in loadIndexes()
199 string tth; in processPublishSourceRequest() local
200 if(!cmd.getParam("TR", 1, tth)) in processPublishSourceRequest()
215 res.addParam("TR", tth); in processPublishSourceRequest()
256 void IndexManager::publishFile(const TTHValue& tth, int64_t size) in publishFile() argument
261 publishQueue.push_back(File(tth, size, false)); in publishFile()
268 void IndexManager::publishPartialFile(const TTHValue& tth) in publishPartialFile() argument
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dht/
H A DIndexManager.cpp56 TTHMap::iterator i = tthList.find(tth); in addSource()
81 tthList.insert(std::make_pair(tth, SourceList(1, source))); in addSource()
94 TTHMap::const_iterator i = tthList.find(tth); in findResult()
152 tthList.insert(std::make_pair(tth, sources)); in loadIndexes()
199 string tth; in processPublishSourceRequest() local
200 if(!cmd.getParam("TR", 1, tth)) in processPublishSourceRequest()
215 res.addParam("TR", tth); in processPublishSourceRequest()
256 void IndexManager::publishFile(const TTHValue& tth, int64_t size) in publishFile() argument
261 publishQueue.push_back(File(tth, size, false)); in publishFile()
268 void IndexManager::publishPartialFile(const TTHValue& tth) in publishPartialFile() argument
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dht/
H A DIndexManager.cpp56 TTHMap::iterator i = tthList.find(tth); in addSource()
81 tthList.insert(std::make_pair(tth, SourceList(1, source))); in addSource()
94 TTHMap::const_iterator i = tthList.find(tth); in findResult()
152 tthList.insert(std::make_pair(tth, sources)); in loadIndexes()
199 string tth; in processPublishSourceRequest() local
200 if(!cmd.getParam("TR", 1, tth)) in processPublishSourceRequest()
215 res.addParam("TR", tth); in processPublishSourceRequest()
256 void IndexManager::publishFile(const TTHValue& tth, int64_t size) in publishFile() argument
261 publishQueue.push_back(File(tth, size, false)); in publishFile()
268 void IndexManager::publishPartialFile(const TTHValue& tth) in publishPartialFile() argument
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dht/
H A DIndexManager.cpp56 TTHMap::iterator i = tthList.find(tth); in addSource()
81 tthList.insert(std::make_pair(tth, SourceList(1, source))); in addSource()
94 TTHMap::const_iterator i = tthList.find(tth); in findResult()
152 tthList.insert(std::make_pair(tth, sources)); in loadIndexes()
199 string tth; in processPublishSourceRequest() local
200 if(!cmd.getParam("TR", 1, tth)) in processPublishSourceRequest()
215 res.addParam("TR", tth); in processPublishSourceRequest()
256 void IndexManager::publishFile(const TTHValue& tth, int64_t size) in publishFile() argument
261 publishQueue.push_back(File(tth, size, false)); in publishFile()
268 void IndexManager::publishPartialFile(const TTHValue& tth) in publishPartialFile() argument
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
H A DUnchained - Unclaimed Wreckage 2 (Shamanic).milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_stock/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_200/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_bltc201/
H A DUnchained - Unified Drag 2.milk74 per_frame_11=tpulse=band(above(le,tth),above(le-tth,tblock));
75 per_frame_12=tblock=le-tth;
76 per_frame_13=tth=if(above(le,tth),le+114/(le+10)-7.407,
77 per_frame_14=tth+tth*.07/(tth-12)+below(tth,2.7)*.1*(2.7-tth));
78 per_frame_15=tth=if(above(tth,6),6,tth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);

12345678910>>...48