Searched refs:find_start (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/regex/src/literal/ |
H A D | mod.rs | 35 pub fn find_start(&self, _: &[u8]) -> Option<(usize, usize)> { in find_start() functions
|
H A D | imp.rs | 95 pub fn find_start(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find_start() functions
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_i.h | 450 struct os_reltime find_start; /* time of last p2p_find start */ member
|
H A D | p2p.c | 1280 p2p->find_start = start; in p2p_find() 3472 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler() 3481 " (rx_time=%u.%06u find_start=%u.%06u)", in p2p_scan_res_handler() 3484 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler() 3485 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_i.h | 480 struct os_reltime find_start; /* time of last p2p_find start */ member
|
H A D | p2p.c | 1388 p2p->find_start = start; 3634 if (os_reltime_before(rx_time, &p2p->find_start)) { 3643 " (rx_time=%u.%06u find_start=%u.%06u)", 3646 (unsigned int) p2p->find_start.sec, 3647 (unsigned int) p2p->find_start.usec);
|
/third_party/rust/crates/regex/src/ |
H A D | exec.rs | 707 lits.find_start(&text[start..]) in find_literals()
|
Completed in 19 milliseconds