Searched refs:EXTERN_C (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | D3DKMT.cpp | 45 EXTERN_C NTSTATUS APIENTRY 53 EXTERN_C NTSTATUS APIENTRY 61 EXTERN_C NTSTATUS APIENTRY 69 EXTERN_C NTSTATUS APIENTRY 77 EXTERN_C NTSTATUS APIENTRY 85 EXTERN_C NTSTATUS APIENTRY 93 EXTERN_C NTSTATUS APIENTRY 101 EXTERN_C NTSTATUS APIENTRY 109 EXTERN_C NTSTATUS APIENTRY 118 EXTERN_C NTSTATU [all...] |
H A D | Adapter.cpp | 43 EXTERN_C struct pipe_screen * 110 EXTERN_C HRESULT APIENTRY 229 EXTERN_C HRESULT APIENTRY
|
/third_party/lzma/CPP/Common/ |
H A D | MyWindows.h | 9 EXTERN_C const GUID name; \
10 EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
13 EXTERN_C const GUID name
113 #define STDAPI EXTERN_C HRESULT STDAPICALLTYPE
256 EXTERN_C HRESULT VariantClear(VARIANTARG *prop);
257 EXTERN_C HRESULT VariantCopy(VARIANTARG *dest, const VARIANTARG *src);
266 EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
267 EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);
268 EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
269 EXTERN_C voi [all...] |
H A D | MyGuidDef.h | 44 #ifndef EXTERN_C
46 #define EXTERN_C extern "C"
macro 48 #define EXTERN_C extern
macro 58 EXTERN_C const GUID name; \
59 EXTERN_C const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
62 EXTERN_C const GUID name
|
/third_party/lz4/tests/ |
H A D | freestanding.c | 26 # define EXTERN_C extern "C" macro 28 # define EXTERN_C macro 33 EXTERN_C void _start(void) { } in _start() 39 EXTERN_C void *memmove(void *dst, const void *src, size_t n); 40 EXTERN_C void *memcpy(void * __restrict__ dst, const void * __restrict__ src, size_t n); 41 EXTERN_C void *memset(void *s, int c, size_t n); 42 EXTERN_C int memcmp(const void *s1, const void *s2, size_t n); 182 EXTERN_C void *memmove(void *dst, const void *src, size_t n) { in memmove() 200 EXTERN_C void *memcpy(void * __restrict__ dst, const void * __restrict__ src, size_t n) { in memcpy() 204 EXTERN_C voi [all...] |
/third_party/mesa3d/include/winddk/ |
H A D | winddk_compat.h | 141 #ifndef EXTERN_C 142 #define EXTERN_C /**/ macro
|
/third_party/mesa3d/src/gallium/targets/libgl-d3d12/ |
H A D | libgl_d3d12.c | 122 EXTERN_C BOOL WINAPI
|
/third_party/mesa3d/src/gallium/targets/wgl/ |
H A D | wgl.c | 270 EXTERN_C BOOL WINAPI
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | IArchive.h | 651 #define API_FUNC_IsArc EXTERN_C UInt32 WINAPI
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 25 #define EXTERN_C extern "C" macro 27 #define EXTERN_C extern macro
|
/third_party/ffmpeg/libavformat/ |
H A D | avisynth.c | 38 #undef EXTERN_C macro
|
Completed in 11 milliseconds