Searched refs:find_start (Results 1 – 6 of 6) sorted by relevance
35 pub fn find_start(&self, _: &[u8]) -> Option<(usize, usize)> { in find_start() method
95 pub fn find_start(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find_start() method
62 static double uclock_sec(int find_start) in uclock_sec() argument71 if (find_start) in uclock_sec()83 double uclock_sec(int find_start) in uclock_sec() argument101 double uclock_sec(int find_start) in uclock_sec() argument
461 struct os_reltime find_start; /* time of last p2p_find start */ member
1288 p2p->find_start = start; in p2p_find()3514 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()3526 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()3527 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()
707 lits.find_start(&text[start..]) in find_literals()