Home
last modified time | relevance | path

Searched refs:tails (Results 1 – 25 of 3595) sorted by relevance

12345678910>>...144

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Db_bot.c57 fixed_t dist = P_AproxDistance(sonic->x - tails->x, sonic->y - tails->y); in B_BuildTailsTiccmd()
61 fixed_t bmom = P_AproxDistance(tails->momx, tails->momy); in B_BuildTailsTiccmd()
68 boolean samepos = (sonic->x == tails->x && sonic->y == tails->y); in B_BuildTailsTiccmd()
71 ang = R_PointToAngle2(tails->x, tails->y, sonic->x, sonic->y); in B_BuildTailsTiccmd()
84 dist = P_AproxDistance(tails->x-sonic->x, tails->y-sonic->y); in B_BuildTailsTiccmd()
499 …ght(sonic, tails) && P_AproxDistance(P_AproxDistance(tails->x-sonic->x, tails->y-sonic->y), tails-… in B_CheckRespawn()
509 mobj_t *tails; in B_RespawnBot() local
565 if (!tails) in B_HandleFlightIndicator()
575 P_SetTarget(&tails->hnext->target, tails); in B_HandleFlightIndicator()
576 P_SetTarget(&tails->hnext->hprev, tails); in B_HandleFlightIndicator()
[all …]
/dports/devel/libdatrie/libdatrie-0.2.13/datrie/
H A Dtail.c68 TailBlock *tails; member
107 t->tails = NULL; in tail_new()
148 if (UNLIKELY (!t->tails)) in tail_fread()
178 free (t->tails); in tail_fread()
200 if (t->tails) { in tail_free()
202 if (t->tails[i].suffix) in tail_free()
204 free (t->tails); in tail_free()
240 length = t->tails[i].suffix ? trie_char_strlen (t->tails[i].suffix) in tail_fwrite()
267 sizeof (t->tails[i].next_free) + sizeof (t->tails[i].data) in tail_get_serialized_size()
295 length = t->tails[i].suffix ? trie_char_strsize (t->tails[i].suffix) in tail_serialize()
[all …]
/dports/devel/py-datrie/datrie-0.8.2/libdatrie/datrie/
H A Dtail.c67 TailBlock *tails; member
106 t->tails = NULL; in tail_new()
147 if (UNLIKELY (!t->tails)) in tail_fread()
177 free (t->tails); in tail_fread()
199 if (t->tails) { in tail_free()
201 if (t->tails[i].suffix) in tail_free()
203 free (t->tails); in tail_free()
239 length = t->tails[i].suffix ? strlen ((const char *)t->tails[i].suffix) in tail_fwrite()
296 if (t->tails[index].suffix) in tail_set_suffix()
352 t->tails[block].suffix = NULL; in tail_alloc_block()
[all …]
/dports/math/igraph/igraph-0.9.5/src/centrality/prpack/
H A Dprpack_base_graph.cpp15 tails = NULL; in initialize()
31 int* ts = g->tails; in prpack_base_graph()
33 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
39 ++tails[t]; in prpack_base_graph()
46 sum += tails[i]; in prpack_base_graph()
47 tails[i] = temp; in prpack_base_graph()
75 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
121 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
165 delete[] tails; in ~prpack_base_graph()
187 memset(tails, 0, num_vs*sizeof(tails[0])); in read_smat()
[all …]
H A Dprpack_preprocessed_schur_graph.cpp9 tails = NULL; in initialize()
27 tails[tails_i] = heads_i; in initialize_weighted()
29 const int start_i = bg->tails[decoded]; in initialize_weighted()
30 const int end_i = (decoded + 1 != num_vs) ? bg->tails[decoded + 1] : bg->num_es; in initialize_weighted()
52 tails[tails_i] = heads_i; in initialize_unweighted()
54 const int start_i = bg->tails[decoded]; in initialize_unweighted()
55 const int end_i = (decoded + 1 != num_vs) ? bg->tails[decoded + 1] : bg->num_es; in initialize_unweighted()
72 tails = new int[num_vs]; in prpack_preprocessed_schur_graph()
92 if (bg->tails[i] == ((i + 1 != num_vs) ? bg->tails[i + 1] : bg->num_es)) { in prpack_preprocessed_schur_graph()
102 …if (bg->tails[i] < ((i + 1 != num_vs) ? bg->tails[i + 1] : bg->num_es) && ((weighted) ? (d[i] < 1)… in prpack_preprocessed_schur_graph()
[all …]
/dports/math/R-cran-igraph/igraph/src/prpack/
H A Dprpack_base_graph.cpp14 tails = NULL; in initialize()
30 int* ts = g->tails; in prpack_base_graph()
32 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
38 ++tails[t]; in prpack_base_graph()
45 sum += tails[i]; in prpack_base_graph()
46 tails[i] = temp; in prpack_base_graph()
74 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
120 memset(tails, 0, num_vs*sizeof(tails[0])); in prpack_base_graph()
164 delete[] tails; in ~prpack_base_graph()
183 memset(tails, 0, num_vs*sizeof(tails[0])); in read_smat()
[all …]
H A Dprpack_preprocessed_schur_graph.cpp9 tails = NULL; in initialize()
27 tails[tails_i] = heads_i; in initialize_weighted()
29 const int start_i = bg->tails[decoded]; in initialize_weighted()
30 const int end_i = (decoded + 1 != num_vs) ? bg->tails[decoded + 1] : bg->num_es; in initialize_weighted()
52 tails[tails_i] = heads_i; in initialize_unweighted()
54 const int start_i = bg->tails[decoded]; in initialize_unweighted()
55 const int end_i = (decoded + 1 != num_vs) ? bg->tails[decoded + 1] : bg->num_es; in initialize_unweighted()
72 tails = new int[num_vs]; in prpack_preprocessed_schur_graph()
92 if (bg->tails[i] == ((i + 1 != num_vs) ? bg->tails[i + 1] : bg->num_es)) { in prpack_preprocessed_schur_graph()
102 …if (bg->tails[i] < ((i + 1 != num_vs) ? bg->tails[i + 1] : bg->num_es) && ((weighted) ? (d[i] < 1)… in prpack_preprocessed_schur_graph()
[all …]
/dports/mail/rss2email3/rss2email-3.13.1/test/data/tails/
H A D1.expected160 …ing Tails with the toram boot option. ([#17800](https://gitlab.tails.boum.org/tails/tails/-/issues…
163 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
210 [talk to us](https://tails.boum.org/about/contact/index.en.html#tails-dev)!
253 …* Fix USB tethering from iPhone. ([#17820](https://gitlab.tails.boum.org/tails/tails/-/issues/1782…
256 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
457 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
543tails.boum.org/tails/tails/-/issues/17958), [#17758](https://gitlab.tails.boum.org/tails/tails/-/i…
548 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
741 computation](https://gitlab.tails.boum.org/tails/tails/-/issues/16905).
781 …* Remove the _Unifont_ font. ([!263](https://gitlab.tails.boum.org/tails/tails/-/merge_requests/26…
[all …]
H A D2.expected122 (<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17792">#17792</a>)</p></li>
136 option. (<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17800">#17800</a>)</p>
365 (<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17792">#17792</a>)</p></li>
369 (<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17800">#17800</a>)</p></li>
469 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
574 (<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17834">#17834</a>)</p></li>
676 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
1150 [changelog](https://gitlab.tails.boum.org/tails/tails/-/blob/master/debian/changelog).
1255 …<a href="https://gitlab.tails.boum.org/tails/tails/-/issues/17958">#17958</a>, <a href="https://gi…
1357tails.boum.org/tails/tails/-/issues/17958), [#17758](https://gitlab.tails.boum.org/tails/tails/-/i…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/rcu/
H A Drcu_segcblist.c245 rsclp->tails[i] = &rsclp->head; in rcu_segcblist_init()
373 if (rsclp->tails[i] != rsclp->tails[i - 1]) in rcu_segcblist_entrain()
376 WRITE_ONCE(*rsclp->tails[i], rhp); in rcu_segcblist_entrain()
400 if (rsclp->tails[i] == rsclp->tails[RCU_DONE_TAIL]) in rcu_segcblist_extract_done_cbs()
425 WRITE_ONCE(rsclp->tails[i], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_extract_pend_cbs()
497 WRITE_ONCE(rsclp->tails[RCU_DONE_TAIL], rsclp->tails[i]); in rcu_segcblist_advance()
507 WRITE_ONCE(rsclp->tails[j], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_advance()
516 if (rsclp->tails[j] == rsclp->tails[RCU_NEXT_TAIL]) in rcu_segcblist_advance()
518 WRITE_ONCE(rsclp->tails[j], rsclp->tails[i]); in rcu_segcblist_advance()
556 if (rsclp->tails[i] != rsclp->tails[i - 1] && in rcu_segcblist_accelerate()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/rcu/
H A Drcu_segcblist.c245 rsclp->tails[i] = &rsclp->head; in rcu_segcblist_init()
373 if (rsclp->tails[i] != rsclp->tails[i - 1]) in rcu_segcblist_entrain()
376 WRITE_ONCE(*rsclp->tails[i], rhp); in rcu_segcblist_entrain()
400 if (rsclp->tails[i] == rsclp->tails[RCU_DONE_TAIL]) in rcu_segcblist_extract_done_cbs()
425 WRITE_ONCE(rsclp->tails[i], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_extract_pend_cbs()
497 WRITE_ONCE(rsclp->tails[RCU_DONE_TAIL], rsclp->tails[i]); in rcu_segcblist_advance()
507 WRITE_ONCE(rsclp->tails[j], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_advance()
516 if (rsclp->tails[j] == rsclp->tails[RCU_NEXT_TAIL]) in rcu_segcblist_advance()
518 WRITE_ONCE(rsclp->tails[j], rsclp->tails[i]); in rcu_segcblist_advance()
556 if (rsclp->tails[i] != rsclp->tails[i - 1] && in rcu_segcblist_accelerate()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/rcu/
H A Drcu_segcblist.c245 rsclp->tails[i] = &rsclp->head; in rcu_segcblist_init()
373 if (rsclp->tails[i] != rsclp->tails[i - 1]) in rcu_segcblist_entrain()
376 WRITE_ONCE(*rsclp->tails[i], rhp); in rcu_segcblist_entrain()
400 if (rsclp->tails[i] == rsclp->tails[RCU_DONE_TAIL]) in rcu_segcblist_extract_done_cbs()
425 WRITE_ONCE(rsclp->tails[i], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_extract_pend_cbs()
497 WRITE_ONCE(rsclp->tails[RCU_DONE_TAIL], rsclp->tails[i]); in rcu_segcblist_advance()
507 WRITE_ONCE(rsclp->tails[j], rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_advance()
516 if (rsclp->tails[j] == rsclp->tails[RCU_NEXT_TAIL]) in rcu_segcblist_advance()
518 WRITE_ONCE(rsclp->tails[j], rsclp->tails[i]); in rcu_segcblist_advance()
556 if (rsclp->tails[i] != rsclp->tails[i - 1] && in rcu_segcblist_accelerate()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dnested_tail_strategies.cpp21 std::find(tails.begin(), tails.end(), TailStrategy::RoundUp) != tails.end(); in check()
23 std::find(tails.begin(), tails.end(), TailStrategy::ShiftInwards) != tails.end(); in check()
51 for (auto t : tails) { in check()
74 for (auto t1 : tails) { in main()
75 for (auto t2 : tails) { in main()
94 for (auto t1 : tails) { in main()
95 for (auto t2 : tails) { in main()
118 for (auto t1 : tails) { in main()
119 for (auto t2 : tails) { in main()
143 for (auto t1 : tails) { in main()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/
H A DStudentT.php19 * @param mixed $tails Integer value for the number of tails (1 or 2)
23 public static function distribution($value, $degrees, $tails) argument
27 $tails = Functions::flattenSingleValue($tails);
32 $tails = DistributionValidations::validateInt($tails);
37 if (($value < 0) || ($degrees < 1) || ($tails < 1) || ($tails > 2)) {
41 return self::calculateDistribution($value, $degrees, $tails);
82 private static function calculateDistribution(float $value, int $degrees, int $tails) argument
119 if ($tails == 1) {
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/macaroon/
H A Dmacaroon.go78 tails := make([][]byte, 0, len(m.caveats)+1)
80 tails = append(tails, tail)
83 tails = append(tails, tail)
85 return tails
90 tails := make([][]byte, 0, len(m.caveats)+1)
92 tails = append(tails, tail)
95 tails = append(tails, tail)
97 return subtle.ConstantTimeCompare(tail, m.tail) == 1, tails
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/macaroon/
H A Dmacaroon.go78 tails := make([][]byte, 0, len(m.caveats)+1)
80 tails = append(tails, tail)
83 tails = append(tails, tail)
85 return tails
90 tails := make([][]byte, 0, len(m.caveats)+1)
92 tails = append(tails, tail)
95 tails = append(tails, tail)
97 return subtle.ConstantTimeCompare(tail, m.tail) == 1, tails
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dgen_lex_hash.cc173 root->char_tails = tails; in insert_into_hash()
174 tails->first_char = -1; in insert_into_hash()
175 tails->iresult = index2; in insert_into_hash()
183 tails = root->char_tails; in insert_into_hash()
184 tails = (hash_lex_struct *)realloc((char *)tails, in insert_into_hash()
186 root->char_tails = tails; in insert_into_hash()
187 memmove(tails + (new_size - real_size), tails, in insert_into_hash()
197 tails = root->char_tails; in insert_into_hash()
198 tails = (hash_lex_struct *)realloc((char *)tails, in insert_into_hash()
200 root->char_tails = tails; in insert_into_hash()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dgen_lex_hash.cc188 root->char_tails= tails; in insert_into_hash()
189 tails->first_char= -1; in insert_into_hash()
190 tails->iresult= index2; in insert_into_hash()
199 tails= root->char_tails; in insert_into_hash()
200 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
202 root->char_tails= tails; in insert_into_hash()
203 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
214 tails= root->char_tails; in insert_into_hash()
215 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
217 root->char_tails= tails; in insert_into_hash()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/compiler/
H A Dgtn.lisp118 (defun use-standard-returns (tails)
119 (declare (type tail-set tails))
120 (let ((funs (tail-set-funs tails)))
138 (defun return-value-efficiency-note (tails)
139 (declare (type tail-set tails))
140 (let ((funs (tail-set-funs tails)))
171 (defun return-info-for-set (tails)
172 (declare (type tail-set tails))
178 (return-value-efficiency-note tails))
191 (let* ((tails (lambda-tail-set fun))
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgen_lex_hash.cc142 root->char_tails= tails; in insert_into_hash()
143 tails->first_char= -1; in insert_into_hash()
144 tails->iresult= index2; in insert_into_hash()
153 tails= root->char_tails; in insert_into_hash()
154 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
156 root->char_tails= tails; in insert_into_hash()
157 memmove(tails+(new_size-real_size),tails,real_size*sizeof(hash_lex_struct)); in insert_into_hash()
168 tails= root->char_tails; in insert_into_hash()
169 tails= (hash_lex_struct*)realloc((char*)tails, in insert_into_hash()
171 root->char_tails= tails; in insert_into_hash()
[all …]

12345678910>>...144