Searched refs:STATIC_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
47 #define STATIC_TABLE_SIZE( array ) (sizeof(array)/sizeof(*(array))) macro238 return ( nXclPattern < STATIC_TABLE_SIZE( pnRatioTable ) ) ? in GetPatternColor()
162 #define STATIC_TABLE_END( array ) ((array)+STATIC_TABLE_SIZE(array))164 #define STATIC_TABLE_SIZE( array ) (sizeof(array)/sizeof(*(array))) macro
Completed in 53 milliseconds