Searched defs:start (Results 1 – 9 of 9) sorted by relevance
3 start = int(input("Start from: ")) variable
39 int textui_refresh_vlines(struct textui_window_t *window, uint16_t start, uint16_t count) in textui_refresh_vlines()73 int textui_refresh_characters(struct textui_window_t *window, uint16_t vline_id, uint16_t start, ui… in textui_refresh_characters()
106 let start = inode.read_pos as usize; in read_at() localVariable185 let start = inode.write_pos as usize; in write_at() localVariable
94 let start = self.elf_page_start(start); in set_elf_brk() localVariable777 let start = range.start; in get_bytes() localVariable
468 start: VirtAddr, field481 pub fn start(&self) -> VirtAddr { in start() method506 let start = self.start.max(other.start); in intersect() localVariable
204 let start = _pdata.data.len().min(offset); in read_status() localVariable398 let start = inode.data.len().min(offset); in read_at() localVariable
135 let start = inode.data.len().min(offset); in read_at() localVariable
108 let mut start = 0; in read() localVariable179 let mut start: usize = 0; in write() localVariable758 let start: (Cluster, u64) = offsets[0]; localVariable
146 pub fn start(&mut self) { in start() method