Home
last modified time | relevance | path

Searched refs:delete_offset (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/src/buffers/disk/
H A Dleveldb_buffer.rs153 delete_offset: usize, field
226 let new_offset = self.delete_offset + num_to_delete; in delete_acked()
234 for i in self.delete_offset..new_offset { in delete_acked()
240 self.delete_offset = new_offset; in delete_acked()
242 self.db.compact(&Key(0), &Key(self.delete_offset)); in delete_acked()
305 delete_offset: head, in build()
/dports/shells/bash/bash-5.1/builtins/
H A Dhistory.def109 intmax_t delete_offset;
228 if (legal_number (delete_arg, &delete_offset) == 0)
234 if (delete_arg[0] == '-' && delete_offset < 0)
239 ind = history_length + delete_offset;
247 else if ((delete_offset < history_base) || (delete_offset >= (history_base + history_length)))
253 opt = delete_offset;
/dports/deskutils/maliit-framework/framework-2.1.1/src/gtk/plugins/im-module/
H A Dgtkimcontextwayland.c241 glong delete_offset, delete_length; in text_input_commit_string() local
261 delete_offset = g_utf8_pointer_to_offset (p, in text_input_commit_string()
270 delete_offset, delete_length); in text_input_commit_string()
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dwatcharray_handrolled.h258 void delete_offset(uint32_t num, uint32_t offs, uint32_t size) in delete_offset() function
487 base->delete_offset(base_at->num, base_at->offset, base_at->alloc); in get_space_for_push()
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dwatcharray_handrolled.h258 void delete_offset(uint32_t num, uint32_t offs, uint32_t size) in delete_offset() function
487 base->delete_offset(base_at->num, base_at->offset, base_at->alloc); in get_space_for_push()