Searched refs:_count (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/libkdd/ |
| H A D | KCDBasicTypeDescription.m | 59 uint32_t _count; category 71 _count = kcs_get_elem_count(sub_type_desc); category 131 uint32_t elem_count = MIN(_count, (length - _subtype_desc.kcs_elem_offset) / (_size / _count)); category 132 uint32_t elem_size = _size / _count; category 168 return _count; category
|
| /xnu-11215/bsd/netinet6/ |
| H A D | in6_var.h | 858 #define in6_ifstat_add_common(_ifp, _tag, _count, _atomic) do { \ argument 863 _count, relaxed); \ 865 IN6_IFEXTRA(_ifp)->in6_ifstat._tag += _count; \ 878 #define in6_ifstat_add(_ifp, _tag, _count) \ argument 879 in6_ifstat_add_common(_ifp, _tag, _count, TRUE)
|
| /xnu-11215/tools/lldbmacros/tests/lldbmock/ |
| H A D | memorymock.py | 516 self._count = self._size // elem_sbtype.GetByteSize() 520 for _ in range(self._count):
|
| /xnu-11215/bsd/net/ |
| H A D | kpi_interface.h | 3086 #define ifnet_list_free_counted_by(_interfaces, _count) ({ \ argument 3087 ifnet_list_free_counted_by_internal(_interfaces, _count); \ 3089 _count = 0; \
|
| /xnu-11215/osfmk/kern/ |
| H A D | kalloc.h | 1002 name ## _count(name ## _t array) \
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 116 | kern.memorystatus\_thaw\_count\_demotion\_threshold | The min. number of thaws needed for a froze…
|