HomeSort by relevance Sort by last modified time
    Searched defs:DECLSPEC (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/include/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
begin_code.h 45 #ifndef DECLSPEC
49 # define DECLSPEC
51 # define DECLSPEC __declspec(dllimport)
54 # define DECLSPEC __declspec(dllexport)
58 # define DECLSPEC __attribute__ ((visibility("default")))
60 # define DECLSPEC __declspec(dllexport)
62 # define DECLSPEC
76 /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
78 #undef DECLSPEC
79 #define DECLSPEC
    [all...]
  /external/libldac/src/
ldaclib.h 44 #define DECLSPEC
63 DECLSPEC int ldaclib_get_version(void);
64 DECLSPEC int ldaclib_get_major_version(void);
65 DECLSPEC int ldaclib_get_minor_version(void);
66 DECLSPEC int ldaclib_get_branch_version(void);
68 DECLSPEC LDAC_RESULT ldaclib_get_sampling_rate_index(int, int *);
69 DECLSPEC LDAC_RESULT ldaclib_get_sampling_rate(int, int *);
70 DECLSPEC LDAC_RESULT ldaclib_get_frame_samples(int, int *);
71 DECLSPEC LDAC_RESULT ldaclib_get_nlnn(int, int *);
72 DECLSPEC LDAC_RESULT ldaclib_get_channel(int, int *)
    [all...]

Completed in 1231 milliseconds