Home
last modified time | relevance | path

Searched refs:_static (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.c65 #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 DCMakeLists.txt154 set(STATIC_LIB ${PROJECT_NAME}_static)
159 set(STATIC_SUFFIX "_static")
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCMakeLists.txt558 # 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 DChangeLog1431 8697a3bc Android.mk: add webpdecoder{,_static} targets
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog1410 always builds shared libraries, with static libs having a _static

Completed in 25 milliseconds