Searched refs:state_count (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/regex-automata/src/ |
D | dense.rs | 936 state_count: usize, field 994 state_count: 0, in empty_with_byte_classes() 1034 state_count: self.state_count, in as_ref() 1047 state_count: self.state_count, in to_owned() 1121 pub fn state_count(&self) -> usize { in state_count() method 1122 self.state_count in state_count() 1173 let mut last_state_id = self.state_count - 1; in to_sized() 1187 state_count: self.state_count, in to_sized() 1276 A::write_u64(&mut buf[i..], self.state_count as u64); in to_bytes() 1357 let state_count = NativeEndian::read_u64(buf) as usize; in from_bytes() localVariable [all …]
|
D | sparse.rs | 620 state_count: usize, field 639 state_count: self.state_count, in as_ref() 651 state_count: self.state_count, in to_owned() 722 let mut trans = Vec::with_capacity(size_of::<A>() * self.state_count); in to_sized() 723 let mut map: HashMap<S, A> = HashMap::with_capacity(self.state_count); in to_sized() 740 state_count: self.state_count, in to_sized() 828 A::write_u64(&mut buf[i..], self.state_count as u64); in to_bytes() 908 let state_count = NativeEndian::read_u64(buf) as usize; in from_bytes() localVariable 922 state_count, in from_bytes() 953 let mut trans = Vec::with_capacity(size_of::<A>() * dfa.state_count()); in from_dense_sized() [all …]
|
D | minimize.rs | 138 let mut state_to_part = vec![dead_id(); self.dfa.state_count()]; in run() 147 let mut minimal_ids = vec![dead_id(); self.dfa.state_count()]; in run() 160 for id in (0..self.dfa.state_count()).map(S::from_usize) { in run()
|
/external/rust/crates/aho-corasick/src/ |
D | dfa.rs | 172 id.to_usize() < self.repr().state_count in is_valid() 231 id.to_usize() < self.repr().state_count in is_valid() 292 (id.to_usize() / 256) < self.repr().state_count in is_valid() 359 (id.to_usize() / self.repr().alphabet_len()) < self.repr().state_count in is_valid() 411 state_count: usize, field 519 if self.state_count <= 1 { in shuffle_match_states() 524 while first_non_match < self.state_count in shuffle_match_states() 530 let mut swaps: Vec<S> = vec![fail_id(); self.state_count]; in shuffle_match_states() 531 let mut cur = self.state_count - 1; in shuffle_match_states() 550 for id in (0..self.state_count).map(S::from_usize) { in shuffle_match_states() [all …]
|
/external/one-true-awk/ |
D | b.c | 113 if (++state < f->state_count) in resize_state() 133 for (i = f->state_count; i < new_count; ++i) { in resize_state() 140 f->state_count = new_count; in resize_state() 543 assert (s < f->state_count); in match() 566 assert(s < f->state_count); in pmatch() 581 assert(s < f->state_count); in pmatch() 611 assert(s < f->state_count); in nematch() 1330 for (i = 0; i < f->state_count; i++) in freefa()
|
D | awk.h | 248 int state_count; member
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 968 mach_msg_type_number_t state_count in WriteThreadStream() local 971 if (GetThreadState(thread_id, state, &state_count)) { in WriteThreadStream() 1153 mach_msg_type_number_t state_count in WriteExceptionStream() local 1156 if (!GetThreadState(exception_thread_, state, &state_count)) in WriteExceptionStream()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 464 <6>[ 0.489929] [1: swapper/0: 1] [c1] sc_cpuidle_init, enter, drv->state_count:3
|
D | galaxy-j1-2016.log | 362 <6>[ 0.511016] [1: swapper/0: 1] [c1] sc_cpuidle_init, enter, drv->state_count:3
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 32381 …<var-decl name="state_count" type-id="95e97e5e" visibility="default" filepath="include/linux/cpuid… 32488 …<var-decl name="state_count" type-id="95e97e5e" visibility="default" filepath="include/linux/cpuid…
|
D | test-PR27569-v0.abi | 32352 …<var-decl name="state_count" type-id="95e97e5e" visibility="default" filepath="include/linux/cpuid… 32459 …<var-decl name="state_count" type-id="95e97e5e" visibility="default" filepath="include/linux/cpuid…
|