HomeSort by relevance Sort by last modified time
    Searched refs:DLLEXPORT (Results 1 - 7 of 7) sorted by null

  /external/libjpeg-turbo/
turbojpeg.h 33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
612 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
674 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
738 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle,
    [all...]
turbojpeg.c 545 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
551 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
567 DLLEXPORT void DLLCALL tjFree(unsigned char *buf)
573 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes)
608 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
622 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
641 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
657 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
679 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
685 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height
    [all...]
  /external/libvncserver/common/
turbojpeg.h 33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
421 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors);
466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle
    [all...]
turbojpeg.c 432 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
498 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
723 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_dbdao.h 59 class DLLEXPORT CdbBSTR {
205 class DLLEXPORT CdbOleObject : public CObject {
223 class DLLEXPORT CdbCollection : public CdbOleObject {
233 class DLLEXPORT CdbStaticCollection : public CdbCollection {
243 class DLLEXPORT CdbDynamicCollection : public CdbCollection {
253 #define DAOMFC_STATIC_COLLECTION_DECL(objColl,objSingle,intSingle) class DLLEXPORT objColl : public CdbStaticCollection { public: objSingle Item(LONG i); objSingle Item(LPCTSTR pstr); objSingle operator[](LONG i); objSingle operator[](LPCTSTR pstr); }
254 #define DAOMFC_DYNAMIC_COLLECTION_DECL(objColl,objSingle,intSingle) class DLLEXPORT objColl : public CdbDynamicCollection { public: objSingle Item(LONG i); objSingle Item(LPCTSTR pstr); VOID Append(objSingle &o); objSingle operator[](LONG i); objSingle operator[](LPCTSTR pstr); }
271 class DLLEXPORT CdbWorkspaces : public CdbDynamicCollection {
287 class DLLEXPORT CdbConnections : public CdbStaticCollection {
304 class DLLEXPORT CdbObject : public CdbOleObject
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 46 # ifdef DLLEXPORT
47 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 136 # ifdef DLLEXPORT
137 # define JEMALLOC_EXPORT __declspec(dllexport)

Completed in 67 milliseconds