Home
last modified time | relevance | path

Searched refs:next_new (Results 1 – 12 of 12) sorted by relevance

/dports/japanese/im-ja/im-ja-1.5/src/skk/
H A Dskkconv.c349 SKKClause *curr_new = NULL, *next_new = NULL; in skkconv_resize_clause() local
376 next_new = NULL; in skkconv_resize_clause()
381 next_new = skkconv_convert_clause(((SKKClause *)next_clause->data)->kana_start, in skkconv_resize_clause()
389 if (next_new != NULL) { in skkconv_resize_clause()
391 next_clause->data = next_new; in skkconv_resize_clause()
403 next_new = skkconv_convert_clause(g_utf8_prev_char(((SKKClause *)curr_clause->data)->kana_end), in skkconv_resize_clause()
405 clause_list = g_list_append(clause_list, next_new); in skkconv_resize_clause()
415 next_new = skkconv_convert_clause(((SKKClause *)next_clause->data)->kana_start, in skkconv_resize_clause()
418 next_clause->data = next_new; in skkconv_resize_clause()
/dports/devel/libe/e-releases-0.11.0/e/
H A Dlockfree_hash_map.h268 node* next_new = next_old; in remove() local
277 next_new = e::bitsteal::set(next_new, DELETED); in remove()
278 next_new = e::bitsteal::set(next_new, VALID); in remove()
280 if (!cas(&e::bitsteal::strip(cur)->next, next_old, next_new)) in remove()
285 next_new = e::bitsteal::unset(next_new, DELETED); in remove()
289 if (cas(prev, cur, next_new)) in remove()
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/sparse/
H A Dlist_setvec.hpp846 size_t next_new = get_data_index(); in add_element() local
847 data_[previous_new].next = next_new; in add_element()
848 data_[next_new].value = value; in add_element()
849 previous_new = next_new; in add_element()
859 size_t next_new = get_data_index(); in add_element() local
860 data_[previous_new].next = next_new; in add_element()
861 data_[next_new].value = element; in add_element()
862 previous_new = next_new; in add_element()
868 data_[previous_new].next = next_new; in add_element()
869 data_[next_new].value = value; in add_element()
[all …]
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dsparse_list.hpp892 size_t next_new = get_data_index(); in add_element() local
893 data_[previous_new].next = next_new; in add_element()
894 data_[next_new].value = value; in add_element()
895 previous_new = next_new; in add_element()
905 size_t next_new = get_data_index(); in add_element() local
906 data_[previous_new].next = next_new; in add_element()
907 data_[next_new].value = element; in add_element()
908 previous_new = next_new; in add_element()
914 data_[previous_new].next = next_new; in add_element()
915 data_[next_new].value = value; in add_element()
[all …]
/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dfunctions.c71 static struct SbEntry **next_new(struct SidebarWindowData *wdata, size_t begin, size_t end) in next_new() function
98 if ((sbep = next_new(wdata, wdata->hil_index + 1, max_entries)) || in select_next_new()
99 (next_new_wrap && (sbep = next_new(wdata, 0, wdata->hil_index)))) in select_next_new()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp986 sack_t* next_new = &new_sacks[next_new_idx]; in goodput_adjust_for_sacks() local
1022 if (tcp_seq_before(next_old->second, next_new->first)) { in goodput_adjust_for_sacks()
1038 *seglen += (next_new->second - next_new->first); in goodput_adjust_for_sacks()
1042 old_sacks.insert(next_old, *next_new); in goodput_adjust_for_sacks()
1085 next_old->second = next_new->second; in goodput_adjust_for_sacks()
1121 if (tcp_seq_before(next_new->first, next_old->first)) { in goodput_adjust_for_sacks()
1124 *seglen += (next_old->first - next_new->first); in goodput_adjust_for_sacks()
1126 next_old->first = next_new->first; in goodput_adjust_for_sacks()
1156 sack_t* next_new = &new_sacks[next_new_idx]; in goodput_adjust_for_sacks() local
1157 *seglen += (next_new->second - next_new->first); in goodput_adjust_for_sacks()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp986 sack_t* next_new = &new_sacks[next_new_idx];
1022 if (tcp_seq_before(next_old->second, next_new->first)) {
1038 *seglen += (next_new->second - next_new->first);
1042 old_sacks.insert(next_old, *next_new);
1085 next_old->second = next_new->second;
1121 if (tcp_seq_before(next_new->first, next_old->first)) {
1124 *seglen += (next_old->first - next_new->first);
1126 next_old->first = next_new->first;
1156 sack_t* next_new = &new_sacks[next_new_idx];
1157 *seglen += (next_new->second - next_new->first);
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp986 sack_t* next_new = &new_sacks[next_new_idx]; in goodput_adjust_for_sacks() local
1022 if (tcp_seq_before(next_old->second, next_new->first)) { in goodput_adjust_for_sacks()
1038 *seglen += (next_new->second - next_new->first); in goodput_adjust_for_sacks()
1042 old_sacks.insert(next_old, *next_new); in goodput_adjust_for_sacks()
1085 next_old->second = next_new->second; in goodput_adjust_for_sacks()
1121 if (tcp_seq_before(next_new->first, next_old->first)) { in goodput_adjust_for_sacks()
1124 *seglen += (next_old->first - next_new->first); in goodput_adjust_for_sacks()
1126 next_old->first = next_new->first; in goodput_adjust_for_sacks()
1156 sack_t* next_new = &new_sacks[next_new_idx]; in goodput_adjust_for_sacks() local
1157 *seglen += (next_new->second - next_new->first); in goodput_adjust_for_sacks()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dtcp_stream_dialog.cpp986 sack_t* next_new = &new_sacks[next_new_idx];
1022 if (tcp_seq_before(next_old->second, next_new->first)) {
1038 *seglen += (next_new->second - next_new->first);
1042 old_sacks.insert(next_old, *next_new);
1085 next_old->second = next_new->second;
1121 if (tcp_seq_before(next_new->first, next_old->first)) {
1124 *seglen += (next_old->first - next_new->first);
1126 next_old->first = next_new->first;
1156 sack_t* next_new = &new_sacks[next_new_idx];
1157 *seglen += (next_new->second - next_new->first);
[all …]
/dports/dns/p5-Net-DNS-ToolKit/Net-DNS-ToolKit-0.48/
H A DMANIFEST89 t/next_new.t
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dless.c359 next_new: in re_wrap()
386 goto next_new; in re_wrap()
391 goto next_new; in re_wrap()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dscstyles.c798 double prev_pos, next_pos, prev_new, next_new, start, end, ret; in InterpolateBetweenEdges() local
814 next_new = x_dir ? stem->newleft.x : stem->newright.y; in InterpolateBetweenEdges()
820 next_new = x_dir ? stem->newright.x : stem->newleft.y; in InterpolateBetweenEdges()
829 ret = InterpolateVal( prev_pos,next_pos,prev_new,next_new,coord ); in InterpolateBetweenEdges()
833 ret = InterpolateVal( min,next_pos,min_new,next_new,coord ); in InterpolateBetweenEdges()