Home
last modified time | relevance | path

Searched defs:pointer_class (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecMemInit.h28 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
51 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
73 #define EB_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecMemInit.h28 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
51 #define EB_ALLIGN_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
73 #define EB_MALLOC_DEC(type, pointer, n_elements, pointer_class) \ argument
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h69 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
96 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
117 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
H A DEbDefinitions.h511 #define EB_ALLIGN_MALLOC(type, pointer, n_elements, pointer_class) \ argument
532 #define EB_ALLIGN_MALLOC(type, pointer, n_elements, pointer_class) \ argument
560 #define EB_MALLOC(type, pointer, n_elements, pointer_class) \ argument
580 #define EB_CALLOC(type, pointer, count, size, pointer_class) \ argument
600 #define EB_CREATESEMAPHORE(type, pointer, n_elements, pointer_class, initial_count, max_count) \ argument
620 #define EB_CREATEMUTEX(type, pointer, n_elements, pointer_class) \ argument
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbThreads.h69 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
108 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
129 #define EB_CREATETHREAD(type, pointer, n_elements, pointer_class, thread_function, thread_context) \ argument
H A DEbDefinitions.h511 #define EB_ALLIGN_MALLOC(type, pointer, n_elements, pointer_class) \ argument
532 #define EB_ALLIGN_MALLOC(type, pointer, n_elements, pointer_class) \ argument
560 #define EB_MALLOC(type, pointer, n_elements, pointer_class) \ argument
580 #define EB_CALLOC(type, pointer, count, size, pointer_class) \ argument
600 #define EB_CREATESEMAPHORE(type, pointer, n_elements, pointer_class, initial_count, max_count) \ argument
620 #define EB_CREATEMUTEX(type, pointer, n_elements, pointer_class) \ argument
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/App/EncApp/
H A DEbAppConfig.h74 #define EB_APP_MALLOC(type, pointer, n_elements, pointer_class, return_type) \ argument
92 #define EB_APP_MALLOC_NR(type, pointer, n_elements, pointer_class, return_type) \ argument
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/App/EncApp/
H A DEbAppConfig.h74 #define EB_APP_MALLOC(type, pointer, n_elements, pointer_class, return_type) \ argument
92 #define EB_APP_MALLOC_NR(type, pointer, n_elements, pointer_class, return_type) \ argument
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/proc/
H A Dmod.rs89 pub fn pointer_class(&self) -> Option<crate::StorageClass> { in pointer_class() method
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbDefinitions.h2240 #define EB_ADD_APP_MEM(pointer, size, pointer_class, count, release, return_type) \ argument
2254 #define EB_APP_MALLOC(type, pointer, n_elements, pointer_class, return_type) \ argument
2259 #define EB_APP_MALLOC_NR(type, pointer, n_elements, pointer_class,return_type) \ argument
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbDefinitions.h2240 #define EB_ADD_APP_MEM(pointer, size, pointer_class, count, release, return_type) \ argument
2254 #define EB_APP_MALLOC(type, pointer, n_elements, pointer_class, return_type) \ argument
2259 #define EB_APP_MALLOC_NR(type, pointer, n_elements, pointer_class,return_type) \ argument
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject.c5230 MonoClass *pointer_class; in mono_runtime_try_invoke_array() local