Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_boxes.h95 #define BO_ADD_DECL_S(func, handler, type) static inline bool func(bo_t *p_bo, type val)\ macro
106 BO_ADD_DECL_S( bo_add_ ## suffix ## be, bo_set_ ## suffix ## be, type )\
107 BO_ADD_DECL_S( bo_add_ ## suffix ## le, bo_set_ ## suffix ## le, type )
132 #undef BO_ADD_DECL_S