Searched refs:DLL_LOCAL (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvIPAUTH.h | 109 #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 D | MsCommon.h | 157 #ifndef DLL_LOCAL 158 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
|
| H A D | apiGFX.h | 2282 DLL_LOCAL extern GFX_Result MApi_GFX_GetLibVer(const MSIF_Version **ppVersion);
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvIPAUTH.h | 109 #ifndef DLL_LOCAL 110 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
|
| H A D | MsCommon.h | 143 #ifndef DLL_LOCAL 144 #define DLL_LOCAL __attribute__ ((visibility ("hidden"))) macro
|
| H A D | apiGFX.h | 2215 DLL_LOCAL extern GFX_Result MApi_GFX_GetLibVer(const MSIF_Version **ppVersion);
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | Ksym.c | 2515 #ifndef DLL_LOCAL 4395 #ifndef DLL_LOCAL
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 10473 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] );
|