Home
last modified time | relevance | path

Searched refs:__cdecl (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_interlocked.hpp66 extern "C" long __cdecl _InterlockedIncrement( long volatile * );
67 extern "C" long __cdecl _InterlockedDecrement( long volatile * );
68 extern "C" long __cdecl _InterlockedCompareExchange( long volatile *, long, long );
69 extern "C" long __cdecl _InterlockedExchange( long volatile *, long );
70 extern "C" long __cdecl _InterlockedExchangeAdd( long volatile *, long );
82 extern "C" long __cdecl InterlockedIncrement( long* );
83 extern "C" long __cdecl InterlockedDecrement( long* );
84 extern "C" long __cdecl InterlockedCompareExchange( long*, long, long );
85 extern "C" long __cdecl InterlockedExchange( long*, long );
86 extern "C" long __cdecl InterlockedExchangeAdd( long*, long );
[all …]
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dsemaphore.h132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem,
136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem);
138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem);
140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem);
142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem,
145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem);
147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem,
150 PTW32_DLLPORT int __cdecl sem_open (const char * name,
155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem);
157 PTW32_DLLPORT int __cdecl sem_unlink (const char * name);
[all …]
H A Dsched.h151 PTW32_DLLPORT int __cdecl sched_yield (void);
153 PTW32_DLLPORT int __cdecl sched_get_priority_min (int policy);
155 PTW32_DLLPORT int __cdecl sched_get_priority_max (int policy);
157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
159 PTW32_DLLPORT int __cdecl sched_getscheduler (pid_t pid);
H A Dpthread.h570 #define PTW32_CDECL __cdecl
1253 __declspec(dllimport) extern int * __cdecl _errno(void);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/
H A Dmem_fn.hpp55 #define BOOST_MEM_FN_CC __cdecl
108 #define BOOST_MEM_FN_CC __cdecl
162 #define BOOST_MEM_FN_CC __cdecl
223 #define BOOST_MEM_FN_CC __cdecl
276 #define BOOST_MEM_FN_CC __cdecl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dis_function_ptr_tester.hpp58 yes_type is_function_ptr_tester(R (__cdecl*)());
72 yes_type is_function_ptr_tester(R (__cdecl*)( T0));
86 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1));
100 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2));
114 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3));
128 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3 , T4));
142 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3 , T4 , T5));
156 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3 , T4 , T5 , T6));
170 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7));
184 yes_type is_function_ptr_tester(R (__cdecl*)( T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8));
[all …]
H A Dis_mem_fun_pointer_tester.hpp97 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)());
100 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)() const);
103 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)() volatile);
106 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)() const volatile);
161 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0));
164 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0) const);
167 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0) volatile);
170 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0) const volatile);
225 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0 , T1));
228 yes_type is_mem_fun_pointer_tester(R (__cdecl T::*const volatile*)( T0 , T1) const);
[all …]
H A Dconfig.hpp24 # define BOOST_TT_DECL __cdecl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/config/
H A Dcompiler.hpp82 && !defined(__cdecl)
83 # define __cdecl __attribute__((__cdecl__)) macro
H A Dcc_names.hpp14 (( CDECL , cdecl_cc , BOOST_PP_IDENTITY(__cdecl ) ))\
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A D_ansi.h33 #define _EXFUN(name, proto) __cdecl name proto
34 #define _EXPARM(name, proto) (* __cdecl name) proto
H A Dpngconf.h200 # define PNGCAPI __cdecl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A D_ansi.h33 #define _EXFUN(name, proto) __cdecl name proto
34 #define _EXPARM(name, proto) (* __cdecl name) proto
H A Dpngconf.h200 # define PNGCAPI __cdecl
/OK3568_Linux_fs/kernel/include/acpi/platform/
H A Daclinux.h210 #ifndef __cdecl
211 #define __cdecl macro
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/zlmediakit/include/
H A Dmk_common.h22 # define API_CALL __cdecl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/
H A Dclassifier.hpp34 # define BOOST_FT_DECL __cdecl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_cc_loop/
H A Dpreprocessed.hpp26 # define BOOST_FT_cc BOOST_PP_IDENTITY(__cdecl )
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/
H A Dinttypes.h290 imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv()
/OK3568_Linux_fs/u-boot/lib/lzma/
H A DTypes.h96 #define MY_CDECL __cdecl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dpngconf.h200 # define PNGCAPI __cdecl
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dpngconf.h200 # define PNGCAPI __cdecl
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h55 #define CJSON_CDECL __cdecl
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h50 #define CJSON_CDECL __cdecl
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.h64 #define LSX_API __cdecl /* libSoX function */

12