Searched refs:DLLEXPORT (Results 1 – 16 of 16) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 33 #define DLLEXPORT __declspec(dllexport) macro 35 #define DLLEXPORT macro 680 DLLEXPORT tjhandle tjInitCompress(void); 743 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, 809 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, 882 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, 913 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp); 933 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, 958 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, 976 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp); [all …]
|
D | turbojpeg.c | 387 DLLEXPORT char *tjGetErrorStr2(tjhandle handle) in tjGetErrorStr2() 399 DLLEXPORT char *tjGetErrorStr(void) in tjGetErrorStr() 405 DLLEXPORT int tjGetErrorCode(tjhandle handle) in tjGetErrorCode() 414 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() 431 DLLEXPORT void tjFree(unsigned char *buf) in tjFree() 437 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() 475 DLLEXPORT tjhandle tjInitCompress(void) in tjInitCompress() 490 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() 510 DLLEXPORT unsigned long TJBUFSIZE(int width, int height) in TJBUFSIZE() 527 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 655 #define DLLEXPORT __declspec(dllexport) macro 657 #define DLLEXPORT macro 661 extern "C" DLLEXPORT double putchard(double X) { in putchard() 667 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 929 #define DLLEXPORT __declspec(dllexport) macro 931 #define DLLEXPORT macro 935 extern "C" DLLEXPORT double putchard(double X) { in putchard() 941 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 1048 #define DLLEXPORT __declspec(dllexport) macro 1050 #define DLLEXPORT macro 1054 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1060 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 65 # ifdef DLLEXPORT
|
D | jemalloc_macros.h.in | 65 # ifdef DLLEXPORT
|
D | jemalloc.h | 128 # ifdef DLLEXPORT
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h | 46 # ifdef DLLEXPORT
|
D | jemalloc_macros.h.in | 46 # ifdef DLLEXPORT
|
D | jemalloc.h | 161 # ifdef DLLEXPORT
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 1218 #define DLLEXPORT __declspec(dllexport) macro 1220 #define DLLEXPORT macro 1224 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1230 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 1177 #define DLLEXPORT __declspec(dllexport) macro 1179 #define DLLEXPORT macro 1183 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1189 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1383 #define DLLEXPORT __declspec(dllexport) macro 1385 #define DLLEXPORT macro 1389 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1395 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl04.rst | 601 #define DLLEXPORT __declspec(dllexport) 603 #define DLLEXPORT 607 extern "C" DLLEXPORT double putchard(double X) {
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 184 #define DLLEXPORT __declspec(dllexport) 186 #define DLLEXPORT
|