Searched refs:_static (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 65 #define SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, logname, prio) \ argument 72 #define SDL_DYNAPI_VARARGS(_static, name, initcall) \ argument 73 _static int SDLCALL SDL_SetError##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \ 80 …_static int SDLCALL SDL_sscanf##name(const char *buf, SDL_SCANF_FORMAT_STRING const char *fmt, ...… 92 _static void SDLCALL SDL_Log##name(SDL_PRINTF_FORMAT_STRING const char *fmt, ...) { \ 102 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Verbose, VERBOSE) \ 103 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Debug, DEBUG) \ 104 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Info, INFO) \ 105 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Warn, WARN) \ 106 SDL_DYNAPI_VARARGS_LOGFN(_static, name, initcall, Error, ERROR) \ [all …]
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | CMakeLists.txt | 154 set(STATIC_LIB ${PROJECT_NAME}_static) 159 set(STATIC_SUFFIX "_static")
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CMakeLists.txt | 558 # libs. We are able to change OUTPUT_NAME to remove the _static 566 OUTPUT_NAME "${PNG_LIB_NAME}_static"
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1431 8697a3bc Android.mk: add webpdecoder{,_static} targets
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 1410 always builds shared libraries, with static libs having a _static
|
Completed in 25 milliseconds