Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/utils/
H A Ddefs.h112 #define SPA_MEMBER_ALIGN(b,o,a,t) SPA_PTR_ALIGN(SPA_MEMBER(b,o,t),a,t) macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h112 #define SPA_MEMBER_ALIGN(b,o,a,t) SPA_PTR_ALIGN(SPA_MEMBER(b,o,t),a,t) macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h112 #define SPA_MEMBER_ALIGN(b,o,a,t) SPA_PTR_ALIGN(SPA_MEMBER(b,o,t),a,t) macro
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/utils/
H A Ddefs.h175 #define SPA_MEMBER_ALIGN(b,o,a,t) SPA_PTROFF_ALIGN(b,o,a,t) macro
/dports/multimedia/pipewire/pipewire-0.3.43/test/
H A Dtest-spa-utils.c176 pwtest_ptr_eq(SPA_MEMBER_ALIGN(ptr, 0, 4, void), SPA_PTROFF_ALIGN(ptr, 0, 4, void)); in PWTEST()
177 pwtest_ptr_eq(SPA_MEMBER_ALIGN(ptr, 4, 32, void), SPA_PTROFF_ALIGN(ptr, 4, 32, void)); in PWTEST()