Searched defs:_name (Results 1 – 2 of 2) sorted by relevance
36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } } argument52 #define SEG7_DEFAULT_MAP(_name) SEG7_CONVERSION_MAP(_name,MAP_ASCII7SEG_ALPHANUM) argument
469 static unsigned elfhash(const char* _name) { in elfhash()