Searched refs:KMP_PTR_SKIP (Results 1 – 2 of 2) sorted by relevance
2681 ((3 * KMP_PTR_SKIP + 2 * sizeof(int) + 2 * sizeof(kmp_int8) + \2686 (2 * CACHE_LINE - ((3 * KMP_PTR_SKIP + 2 * sizeof(int)) % CACHE_LINE))2688 #define KMP_INLINE_ARGV_ENTRIES (int)(KMP_INLINE_ARGV_BYTES / KMP_PTR_SKIP)
29 #define KMP_PTR_SKIP (sizeof(void *)) macro