Home
last modified time | relevance | path

Searched refs:rank (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf10 <rank>4</rank>
22 <rank>4</rank>
34 <rank>4</rank>
46 <rank>4</rank>
58 <rank>4</rank>
70 <rank>4</rank>
82 <rank>4</rank>
94 <rank>4</rank>
106 <rank>4</rank>
118 <rank>3</rank>
[all …]
H A Da1a.conf10 <rank>4</rank>
22 <rank>4</rank>
34 <rank>4</rank>
46 <rank>4</rank>
58 <rank>4</rank>
70 <rank>4</rank>
82 <rank>4</rank>
94 <rank>4</rank>
106 <rank>4</rank>
118 <rank>3</rank>
[all …]
H A Da1b.conf10 <rank>4</rank>
22 <rank>4</rank>
34 <rank>4</rank>
46 <rank>4</rank>
58 <rank>4</rank>
70 <rank>4</rank>
82 <rank>4</rank>
94 <rank>4</rank>
106 <rank>4</rank>
118 <rank>3</rank>
[all …]
H A Da1c.conf10 <rank>4</rank>
22 <rank>4</rank>
34 <rank>4</rank>
46 <rank>4</rank>
58 <rank>4</rank>
70 <rank>4</rank>
82 <rank>4</rank>
94 <rank>4</rank>
106 <rank>4</rank>
118 <rank>3</rank>
[all …]
H A Da1d.conf10 <rank>4</rank>
22 <rank>4</rank>
34 <rank>4</rank>
46 <rank>4</rank>
58 <rank>4</rank>
70 <rank>4</rank>
82 <rank>4</rank>
94 <rank>4</rank>
106 <rank>4</rank>
118 <rank>3</rank>
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dwitness.h69 # define WITNESS_INITIALIZER(name, rank) {name, rank, NULL, NULL, {NULL, NULL}} argument
71 # define WITNESS_INITIALIZER(name, rank) argument
88 witness_rank_t rank; member
194 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_owner()
219 if (witness->rank == WITNESS_RANK_OMIT) { in witness_assert_not_owner()
253 if (w->rank < rank_inclusive) { in witness_assert_depth_to_rank()
288 if (witness->rank == WITNESS_RANK_OMIT) { in witness_lock()
298 } else if (witness_tsd->forking && w->rank <= witness->rank) { in witness_lock()
300 } else if (w->rank > witness->rank) { in witness_lock()
303 } else if (w->rank == witness->rank && (w->comp == NULL || w->comp != in witness_lock()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h58 if constexpr (extents_type::rank() == 0) in __required_span_size_is_representable()
62 for (rank_type __r = 1; __r < extents_type::rank(); __r++) { in __required_span_size_is_representable()
98 requires(is_constructible_v<extents_type, _OtherExtents> && _OtherExtents::rank() <= 1)
115 _LIBCPP_HIDE_FROM_ABI constexpr explicit(extents_type::rank() > 0) in requires()
118 if constexpr (extents_type::rank() > 0) { in requires()
122 for (rank_type __r = 0; __r < extents_type::rank(); __r++) in requires()
142 for (size_t __r = 0; __r < extents_type::rank(); __r++) in required_span_size()
157 array<index_type, extents_type::rank()> __idx_a{static_cast<index_type>(__idx)...}; in operator()
160 …((__res = __idx_a[extents_type::rank() - 1 - _Pos] + __extents_.extent(extents_type::rank() - 1 - … in operator()
175 requires(extents_type::rank() > 0) in stride()
[all …]
H A Dlayout_right.h57 if constexpr (extents_type::rank() == 0) in __required_span_size_is_representable()
61 for (rank_type __r = 1; __r < extents_type::rank(); __r++) { in __required_span_size_is_representable()
97 requires(is_constructible_v<extents_type, _OtherExtents> && _OtherExtents::rank() <= 1)
114 _LIBCPP_HIDE_FROM_ABI constexpr explicit(extents_type::rank() > 0) in requires()
117 if constexpr (extents_type::rank() > 0) { in requires()
121 for (rank_type __r = 0; __r < extents_type::rank(); __r++) in requires()
141 for (size_t __r = 0; __r < extents_type::rank(); __r++) in required_span_size()
172 requires(extents_type::rank() > 0) in stride()
177 __r < extents_type::rank(), "layout_right::mapping::stride(): invalid rank index"); in stride()
179 for (rank_type __i = extents_type::rank() - 1; __i > __r; __i--) in stride()
[all …]
H A Dmdspan.h92 _LIBCPP_HIDE_FROM_ABI static constexpr rank_type rank() noexcept { return extents_type::rank(); } in rank() function
167 if constexpr (rank() > 0) { in requires()
168 for (size_t __r = 0; __r < rank(); __r++) { in requires()
189 (sizeof...(_OtherIndexTypes) == rank()))
204 }(make_index_sequence<rank()>())); in requires()
210 …_LIBCPP_HIDE_FROM_ABI constexpr reference operator[](span<_OtherIndexType, rank()> __indices) cons… in requires()
213 }(make_index_sequence<rank()>())); in requires()
223 }(make_index_sequence<rank()>())), in size()
227 }(make_index_sequence<rank()>()); in size()
232 return (rank() > 0) && ((__map_.extents().extent(_Idxs) == index_type(0)) || ... || false); in empty()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Drank.h26 struct rank : integral_constant<size_t, __array_rank(_Tp)> {}; struct
31 struct _LIBCPP_TEMPLATE_VIS rank : public integral_constant<size_t, 0> {};
33 struct _LIBCPP_TEMPLATE_VIS rank<_Tp[]> : public integral_constant<size_t, rank<_Tp>::value + 1> {};
35 struct _LIBCPP_TEMPLATE_VIS rank<_Tp[_Np]> : public integral_constant<size_t, rank<_Tp>::value + 1>…
41 inline constexpr size_t rank_v = rank<_Tp>::value;
/freebsd/contrib/jemalloc/src/
H A Dwitness.c9 witness_init(witness_t *witness, const char *name, witness_rank_t rank, in witness_init() argument
12 witness->rank = rank; in witness_init()
24 malloc_printf(" %s(%u)", w->name, w->rank); in witness_lock_error_impl()
26 malloc_printf(" %s(%u)\n", witness->name, witness->rank); in witness_lock_error_impl()
34 witness->rank); in witness_owner_error_impl()
43 witness->rank); in witness_not_owner_error_impl()
57 malloc_printf(" %s(%u)", w->name, w->rank); in witness_depth_error_impl()
H A Dmutex_pool.c10 mutex_pool_init(mutex_pool_t *pool, const char *name, witness_rank_t rank) { in mutex_pool_init() argument
12 if (malloc_mutex_init(&pool->mutexes[i], name, rank, in mutex_pool_init()
H A Dmutex.c157 witness_rank_t rank, malloc_mutex_lock_order_t lock_order) { in malloc_mutex_init() argument
196 witness_init(&mutex->witness, name, rank, in malloc_mutex_init()
199 witness_init(&mutex->witness, name, rank, NULL, NULL); in malloc_mutex_init()
221 mutex->witness.rank, mutex->lock_order)) { in malloc_mutex_postfork_child()
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr-channel.yaml7 title: LPDDR channel with chip/rank topology description
34 channel is equal to the sum of the densities of each rank on the
51 "^rank@[0-9]+$":
56 transaction on the channel targets exactly one rank, based on the
70 "^rank@[0-9]+$":
79 "^rank@[0-9]+$":
88 "^rank@[0-9]+$":
97 "^rank@[0-9]+$":
116 rank@0 {
131 rank@0 {
[all …]
H A Djedec,lpddr-props.yaml31 The rank number of this LPDDR rank when used as a subnode to an LPDDR
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c78 unsigned rank; member
156 next_dir = dnup_get_dir(u->rank, rem_u->rank); in dnup_bfs_by_node()
240 if (u->rank == 0) in dnup_subn_rank()
274 if (remote_u->rank > u->rank + 1) { in dnup_subn_rank()
275 remote_u->rank = u->rank + 1; in dnup_subn_rank()
276 max_rank = remote_u->rank; in dnup_subn_rank()
282 remote_u->rank); in dnup_subn_rank()
398 u->rank = 0xffffffff; in create_dnup_node()
445 u->rank = 0; in dnup_lid_matrices()
H A Dosm_ucast_updn.c78 unsigned rank; member
161 next_dir = updn_get_dir(u->rank, rem_u->rank, in updn_bfs_by_node()
229 if (!u->rank) in updn_subn_rank()
263 if (remote_u->rank > u->rank + 1) { in updn_subn_rank()
264 remote_u->rank = u->rank + 1; in updn_subn_rank()
265 max_rank = remote_u->rank; in updn_subn_rank()
271 remote_u->rank); in updn_subn_rank()
295 rank != 0) in updn_clear_non_root_hops()
397 u->rank = 0xffffffff; in create_updn_node()
514 if (!((struct updn_node *)sw->priv)->rank) in dump_roots()
[all …]
H A Dosm_ucast_ftree.c170 uint32_t rank; member
1604 if (p_sw->rank != 0 && (p_first_sw->rank != 0 || !p_sw->is_leaf)) { in bfs_fabric_indexing()
1885 rank]-> in fabric_validate_topology()
1911 rank]-> in fabric_validate_topology()
1942 [p_sw->rank]), in fabric_validate_topology()
1944 rank]-> in fabric_validate_topology()
1987 rank]-> in fabric_validate_topology()
3334 p_sw->rank = p_ftree->max_switch_rank - p_sw->rank; in sw_reverse_rank()
3553 if (p_sw->rank > p_remote_sw->rank) { in fabric_construct_sw_ports()
3555 } else if (p_sw->rank == p_remote_sw->rank) { in fabric_construct_sw_ports()
[all …]
H A Dosm_mesh.c404 int rank = l - 1; in sub_determinant() local
411 if (rank <= 0) { in sub_determinant()
417 if (!(m = pm_alloc(p_lash, rank, n))) { in sub_determinant()
450 pm_free(m, rank); in sub_determinant()
470 if (rank == 1) { in determinant()
478 else if (rank == 2) { in determinant()
508 for (i = 0; i < rank; i++) { in determinant()
546 int deg = rank; in char_poly()
563 for (i = 0; i < rank; i++) { in char_poly()
564 for (j = 0; j < rank; j++) { in char_poly()
[all …]
/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c78 static int rank; /* order to be printed (-1=none, 0=active) */ variable
104 rank = -1; in displayq()
392 if (rank < 0) in inform()
393 rank = 0; in inform()
395 rank++; in inform()
422 prank(rank); in inform()
427 prank(rank); in inform()
/freebsd/contrib/libdivsufsort/lib/
H A Dtrsort.c294 saidx_t rank, lastrank, newrank = -1; in tr_partialcopy() local
301 rank = ISA[s + depth]; in tr_partialcopy()
302 if(lastrank != rank) { lastrank = rank; newrank = d - SA; } in tr_partialcopy()
309 rank = ISA[*e]; in tr_partialcopy()
310 if(lastrank != rank) { lastrank = rank; newrank = e - SA; } in tr_partialcopy()
311 if(newrank != rank) { ISA[*e] = newrank; } in tr_partialcopy()
318 rank = ISA[s + depth]; in tr_partialcopy()
319 if(lastrank != rank) { lastrank = rank; newrank = d - SA; } in tr_partialcopy()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan49 static constexpr rank_type rank() noexcept { return sizeof...(_Extents); }
50 static constexpr rank_type rank_dynamic() noexcept { return dynamic-index(rank()); }
108 constexpr explicit(extents_type::rank() > 0)
162 constexpr explicit(extents_type::rank() > 0)
206 static constexpr rank_type rank_ = extents_type::rank(); // exposition only
287 static constexpr rank_type rank() noexcept { return extents_type::rank(); }
323 constexpr reference operator[](span<OtherIndexType, rank()> indices) const;
325 constexpr reference operator[](const array<OtherIndexType, rank()>& indices) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerInternal.h161 check(rank<2>);
171 static decltype(NonceFunction(&Checker<T>::invalidate)) check(rank<1>);
176 static EnabledType check(rank<0>);
179 enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(EnabledType) };
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp933 return rank; in getSectionRank()
942 return rank; in getSectionRank()
944 return rank | 1; in getSectionRank()
949 return rank | 2; in getSectionRank()
1003 rank |= RF_BSS; in getSectionRank()
1014 rank |= 1; in getSectionRank()
1016 rank |= 2; in getSectionRank()
1021 rank |= 1; in getSectionRank()
1025 rank |= 2; in getSectionRank()
1033 rank |= 1; in getSectionRank()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h250 return rank(a_data) > rank(b_data); in operator()
255 int rank(const uint32_t data) const { in rank() function

123