HomeSort by relevance Sort by last modified time
    Searched full:__unaligned (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h 36 #undef __unaligned macro
37 #define __unaligned macro
39 typedef SHITEMID __unaligned *LPSHITEMID;
41 typedef const SHITEMID __unaligned *LPCSHITEMID;
55 typedef ITEMIDLIST __unaligned *LPITEMIDLIST;
56 typedef const ITEMIDLIST __unaligned *LPCITEMIDLIST;
60 typedef const ITEMIDLIST_ABSOLUTE __unaligned *PCUIDLIST_ABSOLUTE;
63 typedef ITEMIDLIST_RELATIVE __unaligned *PUIDLIST_RELATIVE;
64 typedef const ITEMIDLIST_RELATIVE __unaligned *PCUIDLIST_RELATIVE;
67 typedef ITEMID_CHILD __unaligned *PUITEMID_CHILD
    [all...]
_mingw.h 254 #ifndef __unaligned
255 #define __unaligned macro
491 #define UNALIGNED __unaligned
ntdef.h 122 #define UNALIGNED __unaligned
124 #define UNALIGNED64 __unaligned
winnt.h 44 #define UNALIGNED __unaligned
46 #define UNALIGNED64 __unaligned
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 80 // __unaligned handling
81 typedef char __unaligned *aligned_type;
82 typedef struct UnalignedTag { int f; } __unaligned *aligned_type2;
  /external/clang/test/Parser/
MicrosoftExtensions.c 93 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ignored_quals1; // expected-warning {{qualifiers after comma in declarator list are ignored}}
MicrosoftExtensions.cpp 372 typedef int ignored_quals_dummy1, const volatile __ptr32 __ptr64 __w64 __unaligned __sptr __uptr ignored_quals1; // expected-warning {{qualifiers after comma in declarator list are ignored}}
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
intreadwrite.h 221 # define AV_RN(s, p) (*((const __unaligned uint##s##_t*)(p)))
222 # define AV_WN(s, p, v) (*((__unaligned uint##s##_t*)(p)) = (v))
  /external/tcpdump/
extract.h 75 * an __unaligned qualifier that can be applied to pointers to get the
  /external/clang/include/clang/Basic/
TokenKinds.def 491 KEYWORD(__unaligned , KEYMS)
Attr.td     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/libchrome/sandbox/win/wow_helper/
wow_helper.pdb     [all...]

Completed in 526 milliseconds