Home
last modified time | relevance | path

Searched refs:mth (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/dports/net/nncp/nncp-8.0.2/src/
H A Dmth.go145 mth.hashes = append(mth.hashes, ent)
167 mth.hashes = append(mth.hashes, ent)
191 mth.hashes = mth.hashes[:hlen-1]
214 mth.buf.Next(int(mth.toSkip))
249 mth.hashes = append(mth.hashes, ent)
310 mth.hashes = append(mth.hashes, *h)
316 mth.hashes[len(mth.hashes)-1],
333 mth.hashes = append(mth.hashes, *h)
339 mth.hashes[len(mth.hashes)-1],
352 mth.hashes = append(mth.hashes, *h)
[all …]
H A Dmth_test.go39 mth := MTHSeqNew(int64(size), 0)
43 hsh0 := mth.Sum(nil)
45 mth = MTHSeqNew(int64(size), int64(offset))
52 if bytes.Compare(hsh0, mth.Sum(nil)) != 0 {
56 mth = MTHSeqNew(0, 0)
57 mth.Write(data)
58 if bytes.Compare(hsh0, mth.Sum(nil)) != 0 {
63 mth = MTHSeqNew(int64(size)+1, 0)
67 hsh00 := mth.Sum(nil)
83 mth = MTHSeqNew(0, 0)
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/ruby/lib/grpc/generic/
H A Drpc_desc.rb56 method: mth,
73 method: mth,
76 resp = mth.call(call)
90 method: mth,
160 if mth.arity != 2 && mth.arity != 1
161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
165 if mth.arity != 2
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
169 if mth.arity != 1
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
[all …]
/dports/devel/grpc/grpc-1.42.0/src/ruby/lib/grpc/generic/
H A Drpc_desc.rb56 method: mth,
73 method: mth,
76 resp = mth.call(call)
90 method: mth,
160 if mth.arity != 2 && mth.arity != 1
161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
165 if mth.arity != 2
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
169 if mth.arity != 1
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/ruby/lib/grpc/generic/
H A Drpc_desc.rb56 method: mth,
73 method: mth,
76 resp = mth.call(call)
90 method: mth,
160 if mth.arity != 2 && mth.arity != 1
161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
165 if mth.arity != 2
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
169 if mth.arity != 1
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/ruby/lib/grpc/generic/
H A Drpc_desc.rb56 method: mth,
73 method: mth,
76 resp = mth.call(call)
90 method: mth,
160 if mth.arity != 2 && mth.arity != 1
161 fail arity_error(mth, 2, "should be #{mth.name}(req, call) or " \
165 if mth.arity != 2
166 fail arity_error(mth, 2, "should be #{mth.name}(req, call)")
169 if mth.arity != 1
170 fail arity_error(mth, 1, "should be #{mth.name}(call)")
[all …]
/dports/textproc/R-cran-xtable/xtable/tests/
H A Dtest.matharray.R12 mth <- xtableMatharray(V) globalVar
13 str(mth)
14 print(mth)
18 str(mth)
19 print(mth)
21 mth <- xtableMatharray(V, digits = 6) globalVar
22 str(mth)
23 print(mth)
27 str(mth)
29 print(mth, scalebox = 0.5)
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_server/
H A Dmk_http_thread.c135 mth = request->thread; in thread_cb_init_vars()
205 if (!mth) { in mk_http_thread_create()
209 mth->session = session; in mk_http_thread_create()
210 mth->request = request; in mk_http_thread_create()
211 mth->parent = th; in mk_http_thread_create()
212 mth->close = MK_FALSE; in mk_http_thread_create()
213 request->thread = mth; in mk_http_thread_create()
228 return mth; in mk_http_thread_create()
244 mth->close = close; in mk_http_thread_purge()
245 mk_list_del(&mth->_head); in mk_http_thread_purge()
[all …]
/dports/devel/poco/poco-1.10.1-all/CppUnit/include/CppUnit/
H A DTestCaller.h91 #define CppUnit_addTest(suite, cls, mth) \ argument
92 suite->addTest(new CppUnit::TestCaller<cls>(#mth, &cls::mth))
94 #define CppUnit_addLongTest(suite, cls, mth) \ argument
95 suite->addTest(new CppUnit::TestCaller<cls>(#mth, &cls::mth, CppUnit::Test::Long))
97 #define CppUnit_addQualifiedTest(suite, cls, mth) \ argument
98 suite->addTest(new CppUnit::TestCaller<cls>(#cls"::"#mth, &cls::mth))
100 #define CppUnit_addLongQualifiedTest(suite, cls, mth) \ argument
101 suite->addTest(new CppUnit::TestCaller<cls>(#cls"::"#mth, &cls::mth, CppUnit::Test::Long))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Dcompiler.h397 mth$ccos, mth$cdcos, mth$cdexp, mth$cdlog, mth$cdsin, mth$cdsqrt, mth$cexp, \
398 mth$cgcos, mth$cgexp, mth$cglog, mth$cgsin, mth$cgsqrt, mth$clog, \
399 mth$cmplx, mth$conjg, mth$cscos, mth$csexp, mth$csin, mth$cslog, mth$csqrt, \
400 mth$cssin, mth$cssqrt, mth$ctcos, mth$ctexp, mth$ctlog, mth$ctsin, \
401 mth$ctsqrt, mth$dcmplx, mth$dconjg, mth$gcmplx, mth$gconjg, mth$scmplx, \
402 mth$sconjg, mth$tcmplx, mth$tconjg, ots$divc, ots$divcd_r3, ots$divcg_r3, \
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dtrickle_echo.cpp45 DB_MSG_TO_HOST mth; in handle_trickle() local
46 mth.clear(); in handle_trickle()
47 mth.create_time = time(0); in handle_trickle()
48 mth.hostid = mfh.hostid; in handle_trickle()
49 safe_strcpy(mth.variety, mfh.variety); in handle_trickle()
50 mth.handled = false; in handle_trickle()
51 sprintf(mth.xml, in handle_trickle()
57 retval = mth.insert(); in handle_trickle()
/dports/devel/py-parsedatetime/parsedatetime-2.6/tests/
H A DTestPhrases.py27 (self.yr, self.mth, self.dy, self.hr,
42 self.yr, self.mth, self.dy, 16, 0, 0).timetuple()
48 self.yr, self.mth, self.dy, 17, 0, 0).timetuple()
74 (yr, mth, dy, _, _, _, wd, yd, isdst) = t.timetuple()
76 target = (yr, mth, dy, 17, 0, 0, wd, yd, isdst)
93 target = (yr, mth, dy, 17, 0, 0, wd, yd, isdst)
110 (yr, mth, _, hr, mn, sec, _, _, _) = s.timetuple()
112 mth += 1
113 if mth > 12:
114 mth = 1
[all …]
H A DTestStartTimeFromSourceTime.py29 (self.yr, self.mth, self.dy, self.hr,
38 (yr, mth, dy, hr, mn, sec, _, _, _) = s.timetuple()
40 s = datetime.datetime(yr, mth, dy, 13, 14, 15)
42 mth += 1
43 if mth > 12:
44 mth = 1
47 yr, mth, 1, 13, 14, 15) + datetime.timedelta(days=-1)
58 (yr, mth, dy, hr, mn, sec, wd, yd, isdst) = s.timetuple()
60 s = datetime.datetime(yr, mth, 1, 13, 14, 15)
/dports/lang/racket/racket-8.3/collects/racket/private/
H A Dclass-c-new.rkt97 (define mth-idx (hash-ref mth->idx mth))
189 (define mth-idx (hash-ref mth->idx mth-name #f))
204 (define projd-mth (w/blame m-mth))
205 (hash-set! neg-acceptors-ht mth-name projd-mth)
218 (for ([(mth-name mth-idx) (in-hash mth->idx)])
363 mth-names mth-ctcs
385 (define mth-ctc-hash (build-a-ctc-table mth-names mth-ctcs))
387 (define mth-proj-hash (build-a-proj-table mth-ctc-hash mth-names))
391 mth-ctc-hash mth-proj-hash
409 (define mth-idx (hash-ref mth->idx name #f))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Dclass-c-new.rkt97 (define mth-idx (hash-ref mth->idx mth))
189 (define mth-idx (hash-ref mth->idx mth-name #f))
204 (define projd-mth (w/blame m-mth))
205 (hash-set! neg-acceptors-ht mth-name projd-mth)
218 (for ([(mth-name mth-idx) (in-hash mth->idx)])
363 mth-names mth-ctcs
385 (define mth-ctc-hash (build-a-ctc-table mth-names mth-ctcs))
387 (define mth-proj-hash (build-a-proj-table mth-ctc-hash mth-names))
391 mth-ctc-hash mth-proj-hash
409 (define mth-idx (hash-ref mth->idx name #f))
[all …]
/dports/textproc/R-cran-xtable/xtable/man/
H A Dprint.xtableMatharray.Rd73 mth <- xtableMatharray(V)
74 str(mth)
75 print(mth)
79 str(mth)
80 print(mth)
83 str(mth)
84 print(mth)
88 str(mth)
90 print(mth, scalebox = 0.5)
91 print(mth, comment = TRUE)
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Dbackend_lib.cpp453 DB_MSG_TO_HOST mth; in create_get_file_msg() local
456 mth.clear(); in create_get_file_msg()
458 mth.hostid = host_id; in create_get_file_msg()
460 mth.handled = false; in create_get_file_msg()
464 mth.xml in create_get_file_msg()
531 DB_MSG_TO_HOST mth; in create_put_file_msg() local
533 mth.clear(); in create_put_file_msg()
537 mth.handled = false; in create_put_file_msg()
553 DB_MSG_TO_HOST mth; in create_delete_file_msg() local
555 mth.clear(); in create_delete_file_msg()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DUnchained - Unified Drag 2.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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).milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
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.milk82 per_frame_19=mpulse=band(above(le,mth),above(le-mth,mblock));
83 per_frame_20=mblock=le-mth;
84 per_frame_21=mth=if(above(le,mth),le+114/(le+10)-7.407,
85 per_frame_22=mth+mth*.07/(mth-12)+below(mth,2.7)*.1*(2.7-mth));
86 per_frame_23=mth=if(above(mth,6),6,mth);
91 per_frame_28=pulse=if(above(abs(pulse),3.14),-3.14,pulse+(bth+mth+tth)*.003);

12345678910>>...45