Searched refs:__declspec (Results 251 - 275 of 499) sorted by relevance

<<11121314151617181920

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft.h23 # define ALIGN16_BEG __declspec(align(16))
/external/chromium_org/ppapi/api/
H A Dppp.idl20 #define PP_EXPORT __declspec(dllexport)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_win.cc21 __declspec(naked) __declspec(align(16))
63 __declspec(naked) __declspec(align(16))
138 __declspec(naked) __declspec(align(16))
190 __declspec(naked) __declspec(align(16))
H A Drow_win.cc76 __declspec(align(16))
310 __declspec(naked) __declspec(align(16))
338 __declspec(naked) __declspec(align(16))
367 __declspec(naked) __declspec(align(16))
406 __declspec(naked) __declspec(align(16))
453 __declspec(nake
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dcompare_win.cc21 __declspec(naked) __declspec(align(16))
63 __declspec(naked) __declspec(align(16))
138 __declspec(naked) __declspec(align(16))
190 __declspec(naked) __declspec(align(16))
H A Drow_win.cc75 __declspec(align(16))
311 __declspec(naked) __declspec(align(16))
339 __declspec(naked) __declspec(align(16))
368 __declspec(naked) __declspec(align(16))
407 __declspec(naked) __declspec(align(16))
454 __declspec(nake
[all...]
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h82 #define LIBYUV_API __declspec(dllexport)
84 #define LIBYUV_API __declspec(dllimport)
/external/pcre/dist/
H A Dpcreposix.h118 # define PCREPOSIX_EXP_DECL extern __declspec(dllimport)
119 # define PCREPOSIX_EXP_DEFN __declspec(dllimport)
/external/srec/seti/sltsEngine/include/
H A DSWIslts.h30 #define SWISLTS_FNDECLARE __declspec(dllexport)
32 #define SWISLTS_FNDECLARE __declspec(dllimport)
/external/libyuv/files/source/
H A Drow_win.cc125 __declspec(naked) __declspec(align(16))
153 __declspec(naked) __declspec(align(16))
174 __declspec(naked) __declspec(align(16))
195 __declspec(naked) __declspec(align(16))
216 __declspec(naked) __declspec(alig
[all...]
/external/clang/test/Layout/
H A Dms-x86-basic-layout.cpp25 __declspec(align(16)) int a;
30 __declspec(align(16)) int a;
479 __declspec(align(16)) int a;
622 __declspec(align(16)) int a;
653 __declspec(align(16)) int a;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h224 # define __nothrow __declspec(nothrow)
251 In the primitive __declspec("SAL_*") annotations "SAL" stands for Standard
252 Annotation Language. These __declspec("SAL_*") annotations are the
268 #define __null __declspec("SAL_null")
269 #define __notnull __declspec("SAL_notnull")
270 #define __maybenull __declspec("SAL_maybenull")
285 #define __readonly __declspec("SAL_readonly")
286 #define __notreadonly __declspec("SAL_notreadonly")
287 #define __maybereadonly __declspec("SAL_maybereadonly")
299 #define __valid __declspec("SAL_vali
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
H A Dscaleopt.c24 __declspec(align(16)) const static unsigned short round_values[] = { 128, 128, 128, 128 };
29 __declspec(align(16)) const static unsigned short const54_2[] = { 0, 64, 128, 192 };
30 __declspec(align(16)) const static unsigned short const54_1[] = {256, 192, 128, 64 };
135 __declspec(align(16)) const static unsigned short one_fourths[] = { 64, 64, 64, 64 };
136 __declspec(align(16)) const static unsigned short two_fourths[] = { 128, 128, 128, 128 };
137 __declspec(align(16)) const static unsigned short three_fourths[] = { 192, 192, 192, 192 };
221 __declspec(align(16)) const static unsigned short const53_1[] = { 0, 85, 171, 0 };
222 __declspec(align(16)) const static unsigned short const53_2[] = {256, 171, 85, 0 };
319 __declspec(align(16)) const static unsigned short one_thirds[] = { 85, 85, 85, 85 };
320 __declspec(alig
[all...]
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-static-initializers.cpp26 __declspec(selectany) S selectany1;
27 __declspec(selectany) S selectany2;
199 template struct __declspec(dllimport) A<int>;
/external/libvpx/libvpx/vpx_scale/win32/
H A Dscaleopt.c24 __declspec(align(16)) const static unsigned short round_values[] = { 128, 128, 128, 128 };
29 __declspec(align(16)) const static unsigned short const54_2[] = { 0, 64, 128, 192 };
30 __declspec(align(16)) const static unsigned short const54_1[] = {256, 192, 128, 64 };
135 __declspec(align(16)) const static unsigned short one_fourths[] = { 64, 64, 64, 64 };
136 __declspec(align(16)) const static unsigned short two_fourths[] = { 128, 128, 128, 128 };
137 __declspec(align(16)) const static unsigned short three_fourths[] = { 192, 192, 192, 192 };
221 __declspec(align(16)) const static unsigned short const53_1[] = { 0, 85, 171, 0 };
222 __declspec(align(16)) const static unsigned short const53_2[] = {256, 171, 85, 0 };
319 __declspec(align(16)) const static unsigned short one_thirds[] = { 85, 85, 85, 85 };
320 __declspec(alig
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmacros.h163 #define CERES_ALIGN_ATTRIBUTE(n) __declspec(align(n))
/external/chromium_org/chrome/app/
H A Dchrome_main.cc14 #define DLLEXPORT __declspec(dllexport)
/external/chromium_org/remoting/host/win/
H A Drdp_desktop_session.h22 class __declspec(uuid(RDP_DESKTOP_SESSION_CLSID)) RdpDesktopSession
/external/chromium_org/third_party/expat/files/lib/
H A Dexpat_external.h62 #define XMLIMPORT __declspec(dllimport)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dmem.h21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val
/external/chromium_org/third_party/sqlite/src/src/
H A Dhwtime.h38 __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension_c.h48 # define PERFTOOLS_DLL_DECL __declspec(dllimport)
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension_c.h48 # define PERFTOOLS_DLL_DECL __declspec(dllimport)
/external/clang/test/SemaCXX/
H A Dborland-extensions.cpp50 struct __declspec(uuid("{12345678-1234-1234-1234-123456789abc}")) Foo;
H A Dcxx11-attr-print.cpp6 // FIXME: Print this at a valid location for a __declspec attr.
7 // CHECK: int y __declspec(align(4));
8 __declspec(align(4)) int y;

Completed in 4999 milliseconds

<<11121314151617181920