Searched refs:LOC_TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
96 static const size_t loc_msg_q_status_num = LOC_TABLE_SIZE(loc_msg_q_status);121 static const size_t target_name_num = LOC_TABLE_SIZE(target_name);
55 #define LOC_TABLE_SIZE(table) (sizeof(table)/sizeof((table)[0])) macro