Home
last modified time | relevance | path

Searched refs:slots_len (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dre_trait.rs110 fn slots_len(&self) -> usize; in slots_len() functions
114 Locations(vec![None; self.slots_len()]) in locations()
H A Dexec.rs387 fn slots_len(&self) -> usize { in slots_len() functions
388 self.0.slots_len() in slots_len()
427 fn slots_len(&self) -> usize { in slots_len() functions
/third_party/libinput/src/
H A Devdev-fallback.c532 if ((size_t)e->value >= dispatch->mt.slots_len) { in fallback_process_touch()
536 dispatch->mt.slots_len); in fallback_process_touch()
537 e->value = dispatch->mt.slots_len - 1; in fallback_process_touch()
830 for (size_t i = 0; i < dispatch->mt.slots_len; i++) { in fallback_flush_mt_events()
1019 for (idx = 0; idx < dispatch->mt.slots_len; idx++) { in cancel_touches()
1571 dispatch->mt.slots_len = num_slots; in fallback_dispatch_init_slots()
H A Devdev-fallback.h105 size_t slots_len; member
/third_party/python/Objects/
H A Dtypeobject.c3662 int slots_len = Py_ARRAY_LENGTH(pyslot_offsets); in PyType_GetSlot() local
3664 if (slot <= 0 || slot >= slots_len) { in PyType_GetSlot()

Completed in 16 milliseconds