Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg.h33 #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 …]
Dturbojpeg.c387 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/
Dtoy.cpp655 #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/
Dtoy.cpp929 #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/
Dtoy.cpp1048 #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/
Djemalloc_macros.h65 # ifdef DLLEXPORT
Djemalloc_macros.h.in65 # ifdef DLLEXPORT
Djemalloc.h128 # ifdef DLLEXPORT
/external/jemalloc/include/jemalloc/
Djemalloc_macros.h46 # ifdef DLLEXPORT
Djemalloc_macros.h.in46 # ifdef DLLEXPORT
Djemalloc.h161 # ifdef DLLEXPORT
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1218 #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/
Dtoy.cpp1177 #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/
Dtoy.cpp1383 #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/
DLangImpl04.rst601 #define DLLEXPORT __declspec(dllexport)
603 #define DLLEXPORT
607 extern "C" DLLEXPORT double putchard(double X) {
/external/clang/docs/
DLanguageExtensions.rst184 #define DLLEXPORT __declspec(dllexport)
186 #define DLLEXPORT