Home
last modified time | relevance | path

Searched refs:CJSON_STDCALL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h56 #define CJSON_STDCALL __stdcall macro
64 #define CJSON_PUBLIC(type) type CJSON_STDCALL
66 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL
68 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL
72 #define CJSON_STDCALL
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h51 #define CJSON_STDCALL __stdcall macro
59 #define CJSON_PUBLIC(type) type CJSON_STDCALL
61 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL
63 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL
67 #define CJSON_STDCALL macro