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

  /device/asus/fugu/kernel-headers/linux/
kct.h 86 #define __KCT_ALIGN(x, a) __KCT_ALIGN_MASK(x, (typeof(x))(a) - 1)
87 #define KCT_ALIGN(x, a) __KCT_ALIGN((x), (a))
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 78 # define __KCT_ALIGN(x, a) __KCT_ALIGN_MASK(x, (typeof(x))(a) - 1)
79 # define KCT_ALIGN(x, a) __KCT_ALIGN((x), (a))

Completed in 55 milliseconds