VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
Examples
File List
Globals
source
shell
sys
linux
include
linux
Macros
minmax.h File Reference
#include "
utilities/vsf_utilities.h
"
Go to the source code of this file.
Macros
#define
min
(x, y)
#define
max
(x, y)
#define
min_t
(
type
, x, y)
#define
max_t
(
type
, x, y)
#define
clamp
(val, lo, hi)
Macro Definition Documentation
◆
min
#define min
(
x
,
y
)
Value:
vsf_min
(x, y)
vsf_min
#define vsf_min(__a, __b)
Definition
__type.h:152
◆
max
#define max
(
x
,
y
)
Value:
vsf_max
(x, y)
vsf_max
#define vsf_max(__a, __b)
Definition
__type.h:151
◆
min_t
#define min_t
(
type
,
x
,
y
)
Value:
vsf_min
((
type
)x, (
type
)y)
type
vk_av_control_type_t type
Definition
vsf_audio.h:170
◆
max_t
#define max_t
(
type
,
x
,
y
)
Value:
vsf_max
((
type
)x, (
type
)y)
◆
clamp
#define clamp
(
val
,
lo
,
hi
)
Value:
min
((typeof(val))
max
(val, lo), hi)
min
#define min(x, y)
Definition
minmax.h:11
max
#define max(x, y)
Definition
minmax.h:12
Generated from commit:
vsfteam/vsf@ceb53fd