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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 33 #define DLLEXPORT __declspec(dllexport)
35 #define DLLEXPORT
511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
586 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
602 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
679 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle
    [all...]
turbojpegl.c 83 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
108 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
114 DLLEXPORT int DLLCALL tjCompress(tjhandle h,
221 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void)
249 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle h,
278 DLLEXPORT int DLLCALL tjDecompress(tjhandle h,
350 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
355 DLLEXPORT int DLLCALL tjDestroy(tjhandle h)
turbojpeg.c 442 DLLEXPORT char* DLLCALL tjGetErrorStr(void)
448 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle)
464 DLLEXPORT void DLLCALL tjFree(unsigned char *buf)
470 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes)
501 DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
515 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
534 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height)
550 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
567 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height,
574 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf
    [all...]
  /external/chromium_org/chrome/app/
chrome_main.cc 14 #define DLLEXPORT __declspec(dllexport)
16 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
18 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
29 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 30 # ifdef DLLEXPORT
31 # define JEMALLOC_EXPORT __declspec(dllexport)
jemalloc.h 96 # ifdef DLLEXPORT
97 # define JEMALLOC_EXPORT __declspec(dllexport)
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 702 #define DLLEXPORT __declspec(dllexport)
704 // We use extern C for the prototype DLLEXPORT to avoid C++ name mangling.
706 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded();
709 DLLEXPORT void __cdecl RelaunchChromeBrowserWithNewCommandLineIfNeeded() {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 50 #define TCL_STORAGE_CLASS DLLEXPORT
    [all...]

Completed in 78 milliseconds