Home
last modified time | relevance | path

Searched refs:DLLEXPORT (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg.h34 #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 …]
Dturbojpeg.c419 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/
Dexclude-all.s29 # RUN: llvm-readobj --coff-exports %t.dll | FileCheck -check-prefix=DLLEXPORT %s
31 # DLLEXPORT: Name: exportfn3
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp663 #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/
Dtoy.cpp937 #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/
Djemalloc_macros.h65 # ifdef DLLEXPORT
Djemalloc_macros.h.in65 # ifdef DLLEXPORT
Djemalloc.h128 # ifdef DLLEXPORT
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp1056 #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/
Dtoy.cpp1226 #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/
Dtoy.cpp1182 #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/
Dtoy.cpp1392 #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/
DLangImpl04.rst609 #define DLLEXPORT __declspec(dllexport)
611 #define DLLEXPORT
615 extern "C" DLLEXPORT double putchard(double X) {
/external/clang/docs/
DLanguageExtensions.rst184 #define DLLEXPORT __declspec(dllexport)
186 #define DLLEXPORT
/external/llvm-project/clang/docs/
DLanguageExtensions.rst229 #define DLLEXPORT __declspec(dllexport)
231 #define DLLEXPORT