Searched refs:__SIZE__ (Results 1 – 4 of 4) sorted by relevance
385 #define IS_FMC_PAGESIZE(__SIZE__) (((__SIZE__) == FMC_PAGE_SIZE_NONE) || \ argument386 ((__SIZE__) == FMC_PAGE_SIZE_128) || \387 ((__SIZE__) == FMC_PAGE_SIZE_256) || \388 ((__SIZE__) == FMC_PAGE_SIZE_1024))
415 #define IS_HASH_SHA1_BUFFER_SIZE(__SIZE__) ((((__SIZE__)%4) != 0)? 0U: 1U) argument
647 #define IS_CEC_MSGSIZE(__SIZE__) ((__SIZE__) <= 0xF) argument
708 #define IS_CEC_MSGSIZE(__SIZE__) ((__SIZE__) <= 0x10U) argument
Completed in 10 milliseconds