Home
last modified time | relevance | path

Searched refs:next_cap (Results 1 – 13 of 13) sorted by relevance

/dports/deskutils/maliit-keyboard/keyboard-2.1.0/src/3rdparty/QGSettings/
H A Dutil.cpp28 bool next_cap = false; in qtify_name() local
33 next_cap = true; in qtify_name()
34 } else if (next_cap) { in qtify_name()
36 next_cap = false; in qtify_name()
/dports/devel/libpciaccess/libpciaccess-0.16/src/
H A Dcommon_capability.c96 uint8_t next_cap; in pci_fill_capabilities_generic() local
103 err = pci_device_cfg_read_u8( dev, & next_cap, cap_offset + 1 ); in pci_fill_capabilities_generic()
175 cap_offset = next_cap; in pci_fill_capabilities_generic()
/dports/sysutils/fusefs-squashfuse/squashfuse-0.1.103/
H A Dtraverse.c225 size_t next_cap = trv->path_cap; in sqfs_traverse_path_add() local
226 while (need > next_cap) in sqfs_traverse_path_add()
227 next_cap *= 2; in sqfs_traverse_path_add()
229 if (!(next_path = realloc(trv->path, next_cap))) in sqfs_traverse_path_add()
233 trv->path_cap = next_cap; in sqfs_traverse_path_add()
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dcolor.c167 char *next_cap = free_later( check_strdup( capabilities ) ); in colors_parse() local
169 for ( char *cap_name_val; (cap_name_val = strsep( &next_cap, ":" )); ) { in colors_parse()
/dports/www/firefox/firefox-99.0/third_party/rust/ffi-support/src/
H A Dhandle_map.rs290 let mut next_cap = self.capacity(); in ensure_capacity() localVariable
291 while next_cap <= cap_at_least { in ensure_capacity()
292 next_cap *= 2; in ensure_capacity()
294 next_cap = next_cap.min(MAX_CAPACITY); in ensure_capacity()
296 let need_extra = next_cap.saturating_sub(self.entries.capacity()); in ensure_capacity()
305 while self.entries.len() < next_cap - 1 { in ensure_capacity()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ffi-support/src/
H A Dhandle_map.rs290 let mut next_cap = self.capacity(); in ensure_capacity() localVariable
291 while next_cap <= cap_at_least { in ensure_capacity()
292 next_cap *= 2; in ensure_capacity()
294 next_cap = next_cap.min(MAX_CAPACITY); in ensure_capacity()
296 let need_extra = next_cap.saturating_sub(self.entries.capacity()); in ensure_capacity()
305 while self.entries.len() < next_cap - 1 { in ensure_capacity()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ffi-support/src/
H A Dhandle_map.rs290 let mut next_cap = self.capacity(); in ensure_capacity() localVariable
291 while next_cap <= cap_at_least { in ensure_capacity()
292 next_cap *= 2; in ensure_capacity()
294 next_cap = next_cap.min(MAX_CAPACITY); in ensure_capacity()
296 let need_extra = next_cap.saturating_sub(self.entries.capacity()); in ensure_capacity()
305 while self.entries.len() < next_cap - 1 { in ensure_capacity()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ffi-support/src/
H A Dhandle_map.rs290 let mut next_cap = self.capacity(); in ensure_capacity() localVariable
291 while next_cap <= cap_at_least { in ensure_capacity()
292 next_cap *= 2; in ensure_capacity()
294 next_cap = next_cap.min(MAX_CAPACITY); in ensure_capacity()
296 let need_extra = next_cap.saturating_sub(self.entries.capacity()); in ensure_capacity()
305 while self.entries.len() < next_cap - 1 { in ensure_capacity()
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dmincostmaxflow.php799 $next_cap = $next_cost = null;
803 $next_cap = $next_cost = null;
829 $next_cap = (int) $m[1];
841 && ($next_cap === null || $e->cap === $next_cap)
851 $next_cap = $next_cost = null;
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dnode_device_conf.c2294 virNodeDevCapsDef **next_cap; in virNodeDeviceDefParseXML() local
2375 next_cap = &def->caps; in virNodeDeviceDefParseXML()
2377 *next_cap = virNodeDevCapsDefParseXML(ctxt, def, in virNodeDeviceDefParseXML()
2381 if (!*next_cap) in virNodeDeviceDefParseXML()
2384 next_cap = &(*next_cap)->next; in virNodeDeviceDefParseXML()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/
H A Dquirks.c5035 u8 next_cap; in quirk_intel_qat_vf_cap() local
5052 pci_read_config_byte(pdev, pos + 1, &next_cap); in quirk_intel_qat_vf_cap()
5053 if (next_cap) in quirk_intel_qat_vf_cap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/
H A Dquirks.c5035 u8 next_cap; in quirk_intel_qat_vf_cap() local
5052 pci_read_config_byte(pdev, pos + 1, &next_cap); in quirk_intel_qat_vf_cap()
5053 if (next_cap) in quirk_intel_qat_vf_cap()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/
H A Dquirks.c5035 u8 next_cap; in quirk_intel_qat_vf_cap() local
5052 pci_read_config_byte(pdev, pos + 1, &next_cap); in quirk_intel_qat_vf_cap()
5053 if (next_cap) in quirk_intel_qat_vf_cap()