Home
last modified time | relevance | path

Searched refs:last_pair (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Dasync.c113 SCM asyncs, last_pair, penultimate_pair; in scm_i_async_pop() local
115 last_pair = asyncs = scm_atomic_ref_scm (&t->pending_asyncs); in scm_i_async_pop()
121 while (scm_is_pair (SCM_CDR (last_pair))) in scm_i_async_pop()
123 penultimate_pair = last_pair; in scm_i_async_pop()
124 last_pair = SCM_CDR (last_pair); in scm_i_async_pop()
139 scm_atomic_set_scm (SCM_CDRLOC (last_pair), SCM_BOOL_F); in scm_i_async_pop()
141 return SCM_CAR (last_pair); in scm_i_async_pop()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dasync.c108 SCM asyncs, last_pair, penultimate_pair; in scm_i_async_pop() local
110 last_pair = asyncs = scm_atomic_ref_scm (&t->pending_asyncs); in scm_i_async_pop()
116 while (scm_is_pair (SCM_CDR (last_pair))) in scm_i_async_pop()
118 penultimate_pair = last_pair; in scm_i_async_pop()
119 last_pair = SCM_CDR (last_pair); in scm_i_async_pop()
133 scm_atomic_set_scm (SCM_CDRLOC (last_pair), SCM_BOOL_F); in scm_i_async_pop()
135 return SCM_CAR (last_pair); in scm_i_async_pop()
/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Dbuilddbm.c176 grad_avp_t *next_pair, *first_pair, *last_pair; in decode_dbm() local
182 last_pair = first_pair = NULL; in decode_dbm()
195 if (last_pair) in decode_dbm()
196 last_pair->next = next_pair; in decode_dbm()
199 last_pair = next_pair; in decode_dbm()
/dports/databases/opentsdb/opentsdb-2.3.0/src/search/
H A DTimeSeriesLookup.java510 ByteArrayPair last_pair = null; in getRowKeyRegex() local
512 if (last_pair != null && last_pair.getValue() == null && in getRowKeyRegex()
513 Bytes.memcmp(last_pair.getKey(), pairs.get(index).getKey()) == 0) { in getRowKeyRegex()
517 } else if (last_pair != null && in getRowKeyRegex()
518 Bytes.memcmp(last_pair.getKey(), pairs.get(index).getKey()) == 0) { in getRowKeyRegex()
524 if (last_pair != null) { in getRowKeyRegex()
541 last_pair = pairs.get(index); in getRowKeyRegex()
/dports/www/firefox-esr/firefox-91.8.0/gfx/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/firefox/firefox-99.0/gfx/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ots/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/x11-fonts/ots/ots-8.1.4/src/
H A Dkern.cc109 uint32_t last_pair = 0; in Parse() local
119 if (j != 0 && current_pair <= last_pair) { in Parse()
124 last_pair = current_pair; in Parse()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dkern.cc125 uint32_t last_pair = 0;
135 if (j != 0 && current_pair <= last_pair) {
141 last_pair = current_pair;
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dect.cc46 uint32_t last_pair; member
172 e.last_pair = (max_label - 1)*(eliminations); in create_circuit()
177 return e.last_pair + (eliminations-1); in create_circuit()
194 …uint32_t problem_number = e.last_pair + (finals_winner | (((uint32_t)1) << i)) - 1; //This is uniq… in ect_predict()
297 uint32_t problem_number = e.last_pair + j*(1 << (i+1)) + (1 << i) -1; in ect_train()
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dnscurses.c306 int last_pair = 0; in nscurses_init_colours() local
330 init_pair(last_pair = default_pair_number = 1, in nscurses_init_colours()
339 init_pair(++last_pair, in nscurses_init_colours()
343 COLOR_PAIR(last_pair); in nscurses_init_colours()
355 init_pair(++last_pair, in nscurses_init_colours()
359 COLOR_PAIR(last_pair); in nscurses_init_colours()
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dtrivia_util.rs660 if let Some(last_pair) = formatted_expression_list.pop() { in get_stmt_trailing_trivia()
661 let pair = last_pair.map(|value| { in get_stmt_trailing_trivia()
680 if let Some(last_pair) = formatted_name_list.pop() { in get_stmt_trailing_trivia()
681 let pair = last_pair.map(|value| { in get_stmt_trailing_trivia()
694 if let Some(last_pair) = formatted_expression_list.pop() { in get_stmt_trailing_trivia()
695 let pair = last_pair.map(|value| { in get_stmt_trailing_trivia()
839 if let Some(last_pair) = formatted_expression_list.pop() { in get_last_stmt_trailing_trivia()
840 let pair = last_pair.map(|value| { in get_last_stmt_trailing_trivia()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/biology/pyfasta/pyfasta-0.5.2/tests/
H A Dtest_all.py193 last_pair = kmers[-1]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_IR.cpp336 BlockPair* last_pair = NULL; in split_edges() local
340 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
350 last_pair = pair; in split_edges()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_IR.cpp335 BlockPair* last_pair = NULL; in split_edges() local
339 if (last_pair != NULL && pair->is_same(last_pair)) continue; in split_edges()
349 last_pair = pair; in split_edges()

12