Searched refs:min3 (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | kernel.h | 51 #define min3(x, y, z) MIN(x, MIN(y, z)) macro
|
/openbsd/lib/libexpat/lib/ |
H A D | xmltok.c | 1261 min3 = 0x800, in XmlUtf8Encode() enumerator 1271 if (c < min3) { in XmlUtf8Encode()
|
/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A D | kvmgt.c | 1527 return min3(low_gm_avail / type->conf->low_mm, in intel_vgpu_get_available()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 318 cur_size = min3(src_mm.size, dst_mm.size, 256ULL << 20); in amdgpu_ttm_copy_mem_to_mem()
|
H A D | amdgpu_amdkfd_gpuvm.c | 1620 available = min3(system_mem_available, ttm_mem_available, in amdgpu_amdkfd_get_available_memory()
|
/openbsd/sys/dev/pci/drm/display/ |
H A D | drm_dp_mst_topology.c | 2745 tosend = min3(mgr->max_dpcd_transaction_bytes, 16, total); in drm_dp_send_sideband_msg() 3858 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_dp.c | 315 return min3(source_max, sink_max, fia_max); in intel_dp_max_common_lane_count()
|