Home
last modified time | relevance | path

Searched +defs:start +defs:t (Results 176 – 200 of 34315) sorted by relevance

12345678910>>...1373

/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/
H A Dex_unit.ex105 @type t :: %__MODULE__{ type
133 @type t :: %__MODULE__{ type
146 @type t :: %__MODULE__{name: module, state: ExUnit.state(), tests: [ExUnit.Test.t()]} type
172 def start(_type, []) do function
194 def start(options \\ []) do function
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/test/
H A Dphys-map-test.c32 uint64_t start, end, pstart, pend; in check_table_directly() local
72 uint64_t start; member
76 static inline bool map_call_entry_null(const struct map_call_entry *t) in map_call_entry_null()
93 uint64_t start, size, end; in check_map_call() local
95 struct map_call_entry *tbl, *t, *tnext; in check_map_call() local
/dports/lang/swi-pl/swipl-8.2.3/packages/table/
H A Dtable.c1008 find_next_record(Table t, table_offset_t start) in find_next_record()
1033 find_start_of_record(Table t, table_offset_t start) in find_start_of_record()
1062 previous_record(Table t, table_offset_t start) in previous_record()
1081 table_offset_t start; in pl_previous_record() local
1182 field_boundaries(Table t, Field f, table_offset_t start, in field_boundaries()
1329 read_field(Table t, Field f, table_offset_t start, table_offset_t *end, term_t arg) in read_field()
1407 read_record(Table t, table_offset_t start, table_offset_t *end, term_t record) in read_record()
1440 table_offset_t start, end; in pl_read_record() local
1463 table_offset_t start, end; in pl_read_record_data() local
1491 table_offset_t start; in pl_read_fields() local
[all …]
/dports/devel/loki/loki-0.1.7/test/SmallObj/
H A Dtimer.h32 void start() in start() function
42 int t() in t() function
47 double sec(int t) in sec()
52 int rel(int t) in rel()
57 double speedup(int t) in speedup()
65 void print(int t, const char* s) in print()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/chrono/
H A DChRayTest.cpp37 const real3& start, in sphere_ray()
67 real t = -(b + Sqrt(discr)) / a; in sphere_ray() local
84 bool aabb_ray(const real3& hdims, const real3& start, const real3& end, real& t, real3& loc, real3&… in aabb_ray()
144 const real3& start, in box_ray()
174 const real3& start, in cylsurf_ray()
196 real t = -(b + Sqrt(disc)) / a; in cylsurf_ray() local
240 const real3& start, in disk_ray()
264 real t = (cap * hlen - start.y) / ray.y; in disk_ray() local
288 const real3& start, in capsule_ray()
319 const real3& start, in cylinder_ray()
[all …]
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dblob1.c13 fill_chars(char *buf, size_t len, unsigned int start, unsigned int step) in fill_chars()
22 fill_hex(char *buf, size_t len, unsigned int start, unsigned int step) in fill_hex()
32 check_chars(const char *buf, size_t len, unsigned int start, unsigned int step) in check_chars()
44 check_hex(const char *buf, size_t len, unsigned int start, unsigned int step) in check_hex()
72 dump(FILE* out, const char* start, void* buf, unsigned len) in dump()
89 readBlob(test_info *t) in readBlob()
122 readBlobAsChar(test_info *t, int step, int wide) in readBlobAsChar()
184 test_info *t = NULL; in add_test() local
226 test_info *t = &test_infos[--num_tests]; in free_tests() local
243 test_info *t = NULL; in main() local
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dblob1.c13 fill_chars(char *buf, size_t len, unsigned int start, unsigned int step) in fill_chars()
22 fill_hex(char *buf, size_t len, unsigned int start, unsigned int step) in fill_hex()
32 check_chars(const char *buf, size_t len, unsigned int start, unsigned int step) in check_chars()
44 check_hex(const char *buf, size_t len, unsigned int start, unsigned int step) in check_hex()
72 dump(FILE* out, const char* start, void* buf, unsigned len) in dump()
89 readBlob(test_info *t) in readBlob()
122 readBlobAsChar(test_info *t, int step, int wide) in readBlobAsChar()
184 test_info *t = NULL; in add_test() local
226 test_info *t = &test_infos[--num_tests]; in free_tests() local
243 test_info *t = NULL; in main() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dblob1.c14 fill_chars(char *buf, size_t len, unsigned int start, unsigned int step) in fill_chars()
23 fill_hex(char *buf, size_t len, unsigned int start, unsigned int step) in fill_hex()
33 check_chars(const char *buf, size_t len, SQLLEN start, unsigned int step) in check_chars()
45 check_hex(const char *buf, size_t len, SQLLEN start, unsigned int step) in check_hex()
73 dump(FILE* out, const char* start, void* buf, SQLULEN len) in dump()
90 readBlob(test_info *t) in readBlob()
123 readBlobAsChar(test_info *t, int step, int wide) in readBlobAsChar()
185 test_info *t = NULL; in add_test() local
227 test_info *t = &test_infos[--num_tests]; in free_tests() local
244 test_info *t = NULL; in main() local
/dports/biology/py-deeptoolsintervals/deeptoolsintervals-0.1.9/deeptoolsintervals/tree/
H A DfindOverlaps.c13 static inline int rangeAny(uint32_t start, uint32_t end, GTFentry *e) { in rangeAny()
31 static inline int rangeExact(uint32_t start, uint32_t end, GTFentry *e) { in rangeExact()
44 static inline int rangeEnd(uint32_t start, uint32_t end, GTFentry *e) { in rangeEnd()
71 overlapSet *os_init(GTFtree *t) { in os_init()
433 static void pushOverlaps(overlapSet *os, GTFtree *t, GTFentry *e, uint32_t start, uint32_t end, int… in pushOverlaps()
482 static int32_t countOverlapsEntry(GTFtree *t, GTFentry *e, uint32_t start, uint32_t end, int strand… in countOverlapsEntry()
539 static void pushOverlapsNode(overlapSet *os, GTFtree *t, GTFnode *n, uint32_t start, uint32_t end, … in pushOverlapsNode()
554 static int32_t countOverlapsNode(GTFtree *t, GTFnode *n, uint32_t start, uint32_t end, int strand, … in countOverlapsNode()
580 overlapSet * findOverlaps(overlapSet *os, GTFtree *t, char *chrom, uint32_t start, uint32_t end, in… in findOverlaps()
600 int32_t countOverlaps(GTFtree *t, char *chrom, uint32_t start, uint32_t end, int strand, int matchT… in countOverlaps()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dtest_Zmtxmq.cc95 void crap(double rate, double fastest, double start) { in crap()
105 for (int t=0; t<100/nk; t++) { in timer() local
107 double start = SafeMPI::Wtime(); in timer() local
117 for (int t=0; t<100/nk; t++) { in timer() local
119 double start = SafeMPI::Wtime(); in timer() local
137 for (int t=0; t<100/nk; t++) { in trantimer() local
139 double start = SafeMPI::Wtime(); in trantimer() local
151 for (int t=0; t<100/nk; t++) { in trantimer() local
153 double start = SafeMPI::Wtime(); in trantimer() local
/dports/math/e-antic/flint2-ae7ec89/arith/
H A Dbernoulli_number_vec_recursive.c15 __ramanujan_even_common_denom(fmpz * num, fmpz * den, slong start, slong n) in __ramanujan_even_common_denom()
17 fmpz_t t, c, d, cden; in __ramanujan_even_common_denom() local
130 slong i, start; in _arith_bernoulli_number_vec_recursive() local
131 fmpz_t t; in _arith_bernoulli_number_vec_recursive() local
/dports/math/flint2/flint-2.8.4/arith/
H A Dbernoulli_number_vec_recursive.c15 __ramanujan_even_common_denom(fmpz * num, fmpz * den, slong start, slong n) in __ramanujan_even_common_denom()
17 fmpz_t t, c, d, cden; in __ramanujan_even_common_denom() local
130 slong i, start; in _arith_bernoulli_number_vec_recursive() local
131 fmpz_t t; in _arith_bernoulli_number_vec_recursive() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/arith/
H A Dbernoulli_number_vec_recursive.c15 __ramanujan_even_common_denom(fmpz * num, fmpz * den, slong start, slong n) in __ramanujan_even_common_denom()
17 fmpz_t t, c, d, cden; in __ramanujan_even_common_denom() local
130 slong i, start; in _arith_bernoulli_number_vec_recursive() local
131 fmpz_t t; in _arith_bernoulli_number_vec_recursive() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/common/
H A DBug6941169Test.java86 long start = System.currentTimeMillis(); in testValidation_SAX_withoutServiceMech() local
117 long start = System.currentTimeMillis(); in testValidation_SAX_withServiceMech() local
148 long start = System.currentTimeMillis(); in testValidation_SAX_withSM() local
183 long start = System.currentTimeMillis(); in testTransform_DOM_withoutServiceMech() local
188 Transformer t = factory.newTransformer(); in testTransform_DOM_withoutServiceMech() local
235 long start = System.currentTimeMillis(); in testTransform_DOM_withServiceMech() local
238 Transformer t = factory.newTransformer(); in testTransform_DOM_withServiceMech() local
280 long start = System.currentTimeMillis(); in testTransform_DOM_withSM() local
284 Transformer t = factory.newTransformer(); in testTransform_DOM_withSM() local
326 long start = System.currentTimeMillis(); in testXPath_DOM_withoutServiceMech() local
[all …]

12345678910>>...1373