HomeSort by relevance Sort by last modified time
    Searched defs:SMP_CACHE_BYTES (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
cache.h 22 #ifndef SMP_CACHE_BYTES
23 #define SMP_CACHE_BYTES L1_CACHE_BYTES
31 #define ____cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES)))
39 #define __cacheline_aligned __attribute__((__aligned__(SMP_CACHE_BYTES), __section__(".data.cacheline_aligned")))

Completed in 302 milliseconds

1 23