Searched refs:DLLEXPORT (Results 1 – 15 of 15) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 34 #define DLLEXPORT __declspec(dllexport) macro 36 #define DLLEXPORT macro 691 DLLEXPORT tjhandle tjInitCompress(void); 754 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, 820 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, 893 DLLEXPORT int tjCompressFromYUVPlanes(tjhandle handle, 924 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp); 944 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, 969 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride, 987 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp); [all …]
|
D | turbojpeg.c | 419 DLLEXPORT char *tjGetErrorStr2(tjhandle handle) in tjGetErrorStr2() 431 DLLEXPORT char *tjGetErrorStr(void) in tjGetErrorStr() 437 DLLEXPORT int tjGetErrorCode(tjhandle handle) in tjGetErrorCode() 446 DLLEXPORT int tjDestroy(tjhandle handle) in tjDestroy() 463 DLLEXPORT void tjFree(unsigned char *buf) in tjFree() 469 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() 507 DLLEXPORT tjhandle tjInitCompress(void) in tjInitCompress() 522 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp) in tjBufSize() 544 DLLEXPORT unsigned long TJBUFSIZE(int width, int height) in TJBUFSIZE() 563 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | exclude-all.s | 29 # RUN: llvm-readobj --coff-exports %t.dll | FileCheck -check-prefix=DLLEXPORT %s 31 # DLLEXPORT: Name: exportfn3
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 663 #define DLLEXPORT __declspec(dllexport) macro 665 #define DLLEXPORT macro 669 extern "C" DLLEXPORT double putchard(double X) { in putchard() 675 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 937 #define DLLEXPORT __declspec(dllexport) macro 939 #define DLLEXPORT macro 943 extern "C" DLLEXPORT double putchard(double X) { in putchard() 949 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/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 1056 #define DLLEXPORT __declspec(dllexport) macro 1058 #define DLLEXPORT macro 1062 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1068 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 1226 #define DLLEXPORT __declspec(dllexport) macro 1228 #define DLLEXPORT macro 1232 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1238 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 1182 #define DLLEXPORT __declspec(dllexport) macro 1184 #define DLLEXPORT macro 1188 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1194 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
D | toy.cpp | 1392 #define DLLEXPORT __declspec(dllexport) macro 1394 #define DLLEXPORT macro 1398 extern "C" DLLEXPORT double putchard(double X) { in putchard() 1404 extern "C" DLLEXPORT double printd(double X) { in printd()
|
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
D | LangImpl04.rst | 609 #define DLLEXPORT __declspec(dllexport) 611 #define DLLEXPORT 615 extern "C" DLLEXPORT double putchard(double X) {
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 184 #define DLLEXPORT __declspec(dllexport) 186 #define DLLEXPORT
|
/external/llvm-project/clang/docs/ |
D | LanguageExtensions.rst | 229 #define DLLEXPORT __declspec(dllexport) 231 #define DLLEXPORT
|