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

  /device/asus/fugu/kernel-headers/linux/
kct.h 91 #define MKFN(fn, ...) MKFN_N(fn, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)(__VA_ARGS__)
94 #define kct_log(...) MKFN(__kct_log_, ##__VA_ARGS__)
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 110 #define MKFN(fn, ...) MKFN_N(fn, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)(__VA_ARGS__)
112 #define kct_log(...) MKFN(__kct_log_, ##__VA_ARGS__)

Completed in 40 milliseconds