Home
last modified time | relevance | path

Searched refs:after_i (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_interval_deque_test.cc111 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
112 EXPECT_EQ(index_after, after_i); in TEST_F()
139 const int32_t after_i = off_by_one_i == kSize ? -1 : off_by_one_i; in TEST_F() local
140 EXPECT_EQ(index_after, after_i); in TEST_F()
186 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
187 EXPECT_EQ(index_after, after_i); in TEST_F()
242 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
243 EXPECT_EQ(index_after, after_i); in TEST_F()
314 const int32_t after_i = (i + 1); in TEST_F() local
315 EXPECT_EQ(cached_index_after, after_i); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_interval_deque_test.cc111 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
112 EXPECT_EQ(index_after, after_i); in TEST_F()
139 const int32_t after_i = off_by_one_i == kSize ? -1 : off_by_one_i; in TEST_F() local
140 EXPECT_EQ(index_after, after_i); in TEST_F()
186 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
187 EXPECT_EQ(index_after, after_i); in TEST_F()
242 const int32_t after_i = (i + 1) == kSize ? -1 : (i + 1); in TEST_F() local
243 EXPECT_EQ(index_after, after_i); in TEST_F()
314 const int32_t after_i = (i + 1); in TEST_F() local
315 EXPECT_EQ(cached_index_after, after_i); in TEST_F()
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dutils.h413 element *head, *i, *after_i; member
416 : head(nullptr), i(nullptr), after_i(nullptr) in coolmulti()
423 after_i = i->next; in coolmulti()
432 if (after_i->next != nullptr && i->value >= after_i->next->value) in next_permutation()
433 before_k = after_i; in next_permutation()
441 after_i = i->next; in next_permutation()
446 return after_i->next == nullptr && after_i->value >= head->value; in finished()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_profile.h91 struct queue_item *i, *after_i; in empty() local
92 for (i = first; i != NULL; i = after_i) { in empty()
93 after_i = i->next; in empty()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.h88 struct queue_item *i, *after_i; in empty() local
89 for (i= first; i != NULL; i= after_i) in empty()
91 after_i= i->next; in empty()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.h88 struct queue_item *i, *after_i; in empty() local
89 for (i= first; i != NULL; i= after_i) in empty()
91 after_i= i->next; in empty()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_profile.h94 struct queue_item *i, *after_i; in empty() local
95 for (i= first; i != NULL; i= after_i) in empty()
97 after_i= i->next; in empty()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_profile.h95 struct queue_item *i, *after_i; in empty() local
96 for (i= first; i != NULL; i= after_i) in empty()
98 after_i= i->next; in empty()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_profile.h94 struct queue_item *i, *after_i; in empty() local
95 for (i= first; i != NULL; i= after_i) in empty()
97 after_i= i->next; in empty()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_profile.h95 struct queue_item *i, *after_i; in empty() local
96 for (i= first; i != NULL; i= after_i) in empty()
98 after_i= i->next; in empty()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_profile.h95 struct queue_item *i, *after_i; in empty() local
96 for (i= first; i != NULL; i= after_i) in empty()
98 after_i= i->next; in empty()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_profile.h94 struct queue_item *i, *after_i; in empty() local
95 for (i= first; i != NULL; i= after_i) in empty()
97 after_i= i->next; in empty()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_profile.h88 struct queue_item *i, *after_i; in empty() local
89 for (i= first; i != NULL; i= after_i) in empty()
91 after_i= i->next; in empty()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_profile.h88 struct queue_item *i, *after_i; in empty() local
89 for (i= first; i != NULL; i= after_i) in empty()
91 after_i= i->next; in empty()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_profile.h88 struct queue_item *i, *after_i; in empty() local
89 for (i= first; i != NULL; i= after_i) in empty()
91 after_i= i->next; in empty()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_profile.h81 struct queue_item *i, *after_i; in empty() local
82 for (i= first; i != NULL; i= after_i) in empty()
84 after_i= i->next; in empty()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_profile.h89 struct queue_item *i, *after_i; in empty() local
90 for (i= first; i != NULL; i= after_i) in empty()
92 after_i= i->next; in empty()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_profile.h85 struct queue_item *i, *after_i; in empty() local
86 for (i= first; i != NULL; i= after_i) in empty()
88 after_i= i->next; in empty()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_profile.h85 struct queue_item *i, *after_i;
86 for (i= first; i != NULL; i= after_i)
88 after_i= i->next;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_profile.h85 struct queue_item *i, *after_i; in empty() local
86 for (i= first; i != NULL; i= after_i) in empty()
88 after_i= i->next; in empty()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_profile.h85 struct queue_item *i, *after_i; in empty() local
86 for (i= first; i != NULL; i= after_i) in empty()
88 after_i= i->next; in empty()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_profile.h89 struct queue_item *i, *after_i; in empty() local
90 for (i= first; i != NULL; i= after_i) in empty()
92 after_i= i->next; in empty()
/dports/biology/py-hits/hits-0.1/hits/
H A Dvariants.py568 after_i = pair_i
570 after_i += 1
571 if after_i >= len(aligned_pairs):
574 next_read_i, _ = aligned_pairs[after_i]
578 if after_i >= len(aligned_pairs):
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dpower.cpp1129 element *head, *i, *after_i; member
1132 : head(nullptr), i(nullptr), after_i(nullptr) in coolmulti()
1143 after_i = i->next; in coolmulti()
1152 if (after_i->next != nullptr && i->value >= after_i->next->value) in next_permutation()
1153 before_k = after_i; in next_permutation()
1161 after_i = i->next; in next_permutation()
1166 return after_i->next == nullptr && after_i->value >= head->value; in finished()
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dmtext.c950 after_i (MText *mt, int i) in after_i() function
1441 else if (c == 0x0307 && after_i (orig, opos)) in mtext__lowercase()

12