Searched defs:_UNUSED_ (Results 1 – 2 of 2) sorted by relevance
35 #define _UNUSED_ __attribute__ ((__unused__)) macro37 #define _UNUSED_ macro232 static const UT_icd ut_str_icd _UNUSED_ = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dtor}; variable233 static const UT_icd ut_int_icd _UNUSED_ = {sizeof(int),NULL,NULL,NULL}; variable234 static const UT_icd ut_ptr_icd _UNUSED_ = {sizeof(void*),NULL,NULL,NULL}; variable
32 #define _UNUSED_ __attribute__ ((__unused__)) macro34 #define _UNUSED_ macro