HomeSort by relevance Sort by last modified time
    Searched defs:L1_CACHE_ALIGN (Results 26 - 27 of 27) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
cache.h 18 #ifndef L1_CACHE_ALIGN
19 #define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
cache.h 18 #ifndef L1_CACHE_ALIGN
19 #define L1_CACHE_ALIGN(x) ALIGN(x, L1_CACHE_BYTES)

Completed in 35 milliseconds

12