Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvIPAUTH.h109 #ifndef DLL_LOCAL
110 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
160 DLL_LOCAL MS_S32 MDrv_AUTH_AES_Set_Key( ST_AES_CONTEXT *ctx, MS_U8 *key, MS_S32 nbits );
161 DLL_LOCAL void MDrv_AUTH_AES_Encrypt( ST_AES_CONTEXT *ctx, MS_U8 input[16], MS_U8 output[16] );
162 DLL_LOCAL void MDrv_AUTH_AES_Decrypt( ST_AES_CONTEXT *ctx, MS_U8 input[16], MS_U8 output[16] );
H A DMsCommon.h157 #ifndef DLL_LOCAL
158 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
H A DapiGFX.h2282 DLL_LOCAL extern GFX_Result MApi_GFX_GetLibVer(const MSIF_Version **ppVersion);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvIPAUTH.h109 #ifndef DLL_LOCAL
110 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
H A DMsCommon.h143 #ifndef DLL_LOCAL
144 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
H A DapiGFX.h2215 DLL_LOCAL extern GFX_Result MApi_GFX_GetLibVer(const MSIF_Version **ppVersion);
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c2515 #ifndef DLL_LOCAL
4395 #ifndef DLL_LOCAL
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt10473 DLL_LOCAL extern GFX_Result MApi_GFX_GetLibVer(const MSIF_Version **ppVersion);
30441 #ifndef DLL_LOCAL
30442 #define DLL_LOCAL __attribute__ ((visibility ("hidden")))
55280 #ifndef DLL_LOCAL
55281 #define DLL_LOCAL __attribute__ ((visibility ("hidden")))
55331 DLL_LOCAL MS_S32 MDrv_AUTH_AES_Set_Key( ST_AES_CONTEXT *ctx, MS_U8 *key, MS_S32 nbits );
55332 DLL_LOCAL void MDrv_AUTH_AES_Encrypt( ST_AES_CONTEXT *ctx, MS_U8 input[16], MS_U8 output[16] );
55333 DLL_LOCAL void MDrv_AUTH_AES_Decrypt( ST_AES_CONTEXT *ctx, MS_U8 input[16], MS_U8 output[16] );