Home
last modified time | relevance | path

Searched refs:last_loc (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/net/mpich/mpich-3.4.3/src/mpi/datatype/typerep/dataloop/
H A Dsegment_count.c40 MPI_Aint last_loc; member
53 params.last_loc = 0; in MPIR_Segment_count_contig_blocks()
95 paramp->last_loc += size; in leaf_contig_count_block()
98 paramp->last_loc = rel_off + size; in leaf_contig_count_block()
157 MPI_Aint size, el_size, last_loc; in leaf_blkidx_count_block() local
171 last_loc = rel_off + offsetarray[0] + size; in leaf_blkidx_count_block()
173 if (last_loc == rel_off + offsetarray[i]) in leaf_blkidx_count_block()
179 paramp->last_loc = last_loc; in leaf_blkidx_count_block()
197 MPI_Aint el_size, last_loc; in leaf_index_count_block() local
220 if (last_loc == rel_off + offsetarray[i]) in leaf_index_count_block()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/common/datatype/dataloop/
H A Dsegment_count.c49 DLOOP_Offset last_loc; in PREPEND_PREFIX() local
64 params.last_loc = 0; in PREPEND_PREFIX()
109 paramp->last_loc); in DLOOP_Leaf_contig_count_block()
115 paramp->last_loc += size; in DLOOP_Leaf_contig_count_block()
119 paramp->last_loc = rel_off + size; in DLOOP_Leaf_contig_count_block()
186 DLOOP_Offset size, el_size, last_loc; in DLOOP_Leaf_blkidx_count_block() local
201 last_loc = rel_off + offsetarray[0] + size; in DLOOP_Leaf_blkidx_count_block()
205 last_loc = rel_off + offsetarray[i] + size; in DLOOP_Leaf_blkidx_count_block()
208 paramp->last_loc = last_loc; in DLOOP_Leaf_blkidx_count_block()
228 DLOOP_Offset el_size, last_loc; in DLOOP_Leaf_index_count_block() local
[all …]
/dports/databases/gdbm/gdbm-1.22/src/
H A Dgdbmdelete.c32 int last_loc; /* Last location emptied by the delete. */ in gdbm_delete() local
63 last_loc = elem_loc; in gdbm_delete()
65 while (elem_loc != last_loc in gdbm_delete()
70 if ( (last_loc < elem_loc && (home <= last_loc || home > elem_loc)) in gdbm_delete()
71 || (last_loc > elem_loc && home <= last_loc && home > elem_loc)) in gdbm_delete()
74 dbf->bucket->h_table[last_loc] = dbf->bucket->h_table[elem_loc]; in gdbm_delete()
76 last_loc = elem_loc; in gdbm_delete()
/dports/lang/cim/cim-3.37/lib/
H A Ddump.c79 last_loc = (long) ((char *) sbrk (0) + 4); local
89 sprintf (s, DUMP_STR, last_loc);
91 for (p = first_loc; p < last_loc;)
158 last_loc; local
163 if (sscanf (s, DUMP_STR, &last_loc) < 0)
165 brk (last_loc);
167 for (p = first_loc; p < last_loc;)
184 if (p == last_loc)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dvalue_label.rs127 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
130 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
144 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
146 if new_loc == *last_loc { in build_value_labels_ranges()
149 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
151 *last_loc = new_loc; in build_value_labels_ranges()
156 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
157 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
189 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
190 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dvalue_label.rs127 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
130 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
144 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
146 if new_loc == *last_loc { in build_value_labels_ranges()
149 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
151 *last_loc = new_loc; in build_value_labels_ranges()
156 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
157 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
189 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
190 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs127 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
130 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
144 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
146 if new_loc == *last_loc { in build_value_labels_ranges()
149 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
151 *last_loc = new_loc; in build_value_labels_ranges()
156 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
157 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
189 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
190 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs153 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
156 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
170 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
172 if new_loc == *last_loc { in build_value_labels_ranges()
175 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
177 *last_loc = new_loc; in build_value_labels_ranges()
182 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
183 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
215 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
216 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs153 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
156 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
170 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
172 if new_loc == *last_loc { in build_value_labels_ranges()
175 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
177 *last_loc = new_loc; in build_value_labels_ranges()
182 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
183 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
215 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
216 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dvalue_label.rs153 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
156 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
170 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
172 if new_loc == *last_loc { in build_value_labels_ranges()
175 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
177 *last_loc = new_loc; in build_value_labels_ranges()
182 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
183 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
215 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
216 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dvalue_label.rs153 tracked_values.retain(|(x, label, start_offset, last_loc)| { in build_value_labels_ranges()
156 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
170 for (val, label, start_offset, last_loc) in &mut tracked_values { in build_value_labels_ranges()
172 if new_loc == *last_loc { in build_value_labels_ranges()
175 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
177 *last_loc = new_loc; in build_value_labels_ranges()
182 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
183 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
215 for (_, label, start_offset, last_loc) in &tracked_values { in build_value_labels_ranges()
216 add_range(*label, (*start_offset, end_offset), *last_loc); in build_value_labels_ranges()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely()
381 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local
934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()
987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local
1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer()
1018 unmoved_loc - last_loc); in leaf_paste_in_buffer()
1152 int last_loc, unmoved_loc; in leaf_cut_from_buffer() local
1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, in leaf_cut_from_buffer()
1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely()
381 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local
934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()
987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local
1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer()
1018 unmoved_loc - last_loc); in leaf_paste_in_buffer()
1152 int last_loc, unmoved_loc; in leaf_cut_from_buffer() local
1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, in leaf_cut_from_buffer()
1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dlbalance.c379 memmove(dest->b_data + last_loc, in leaf_copy_items_entirely()
381 last_inserted_loc - last_loc); in leaf_copy_items_entirely()
911 int last_loc, unmoved_loc; in leaf_insert_into_buf() local
934 bh->b_data + last_loc, unmoved_loc - last_loc); in leaf_insert_into_buf()
987 int last_loc, unmoved_loc; in leaf_paste_in_buffer() local
1017 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc, in leaf_paste_in_buffer()
1018 unmoved_loc - last_loc); in leaf_paste_in_buffer()
1152 int last_loc, unmoved_loc; in leaf_cut_from_buffer() local
1210 memmove(bh->b_data + last_loc + cut_size, bh->b_data + last_loc, in leaf_cut_from_buffer()
1246 int last_loc, last_removed_loc; in leaf_delete_items_entirely() local
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dcuckoocache.h395 uint32_t last_loc = invalid(); in insert() local
430last_loc = locs[(1 + (std::find(locs.begin(), locs.end(), last_loc) - locs.begin())) & 7]; in insert()
431 std::swap(table[last_loc], e); in insert()
434 last_epoch = epoch_flags[last_loc]; in insert()
435 epoch_flags[last_loc] = epoch; in insert()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dsched_path_finder.cpp82 MapCoord last_loc = search->get_last_step(); in incr_step() local
83 if (prev_loc != last_loc) { in incr_step()
86 if (next_loc != last_loc) in incr_step()

1234567891011