Searched refs:DLLEXPORT (Results 1 – 6 of 6) 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/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/clang/docs/ |
D | LanguageExtensions.rst | 184 #define DLLEXPORT __declspec(dllexport) 186 #define DLLEXPORT
|