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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 262 #ifndef SYSTEM_CACHE_ALIGNMENT_SIZE
264 #define SYSTEM_CACHE_ALIGNMENT_SIZE 64
266 #define SYSTEM_CACHE_ALIGNMENT_SIZE 128
271 #define DECLSPEC_CACHEALIGN DECLSPEC_ALIGN(SYSTEM_CACHE_ALIGNMENT_SIZE)
winnt.h 183 #ifndef SYSTEM_CACHE_ALIGNMENT_SIZE
185 #define SYSTEM_CACHE_ALIGNMENT_SIZE 64
187 #define SYSTEM_CACHE_ALIGNMENT_SIZE 128
192 #define DECLSPEC_CACHEALIGN DECLSPEC_ALIGN(SYSTEM_CACHE_ALIGNMENT_SIZE)
    [all...]

Completed in 149 milliseconds