Home
last modified time | relevance | path

Searched refs:hmin (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
HDrtree.c5 hmin(unsigned ha, unsigned hb) in hmin() function
57 rtree->start_level[i] = hmin(RTREE_HEIGHT_MAX - 1 - i, height - in rtree_new()
/freebsd-11-stable/sys/dev/drm2/
HDdrm_edid.c1005 int hsync, hmin, hmax; in mode_in_hsync_range() local
1007 hmin = t[7]; in mode_in_hsync_range()
1009 hmin += ((t[4] & 0x04) ? 255 : 0); in mode_in_hsync_range()
1015 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/experimental/
HDsimd170 template <class T, class Abi> T hmin(const simd<T, Abi>&);
171 template <class M, class V> T hmin(const const_where_expression<M, V>&);
1266 _Tp hmin(const simd<_Tp, _Abi>&);
1269 hmin(const const_where_expression<_MaskType, _SimdType>&);