Home
last modified time | relevance | path

Searched refs:STATE_MAX (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
H A Ddfa.rs338 /// kinds always contain a "valid" `StatePtr` (indicated by the `STATE_MAX`
351 /// while state <= STATE_MAX and i < len(text):
389 const STATE_MAX: StatePtr = STATE_MATCH - 1; consts
615 while next_si <= STATE_MAX && at < text.len() { in exec_at()
619 if prev_si > STATE_MAX || at + 2 >= text.len() { in exec_at()
625 if next_si > STATE_MAX { in exec_at()
630 if prev_si > STATE_MAX { in exec_at()
703 prev_si &= STATE_MAX; in exec_at()
731 prev_si &= STATE_MAX; in exec_at()
765 while next_si <= STATE_MAX in exec_at_reverse()
[all...]
/third_party/rust/crates/libc/src/unix/nto/
H A Dneutrino.rs273 pub const STATE_MAX: ::c_int = 0x18; consts
449 pub const _NTO_TIMEOUT_MASK: u32 = (1 << STATE_MAX) - 1;
450 pub const _NTO_TIMEOUT_ACTIVE: u32 = 1 << STATE_MAX;
451 pub const _NTO_TIMEOUT_IMMEDIATE: u32 = 1 << (STATE_MAX + 1);

Completed in 5 milliseconds