Searched refs:mod_type (Results 1 – 1 of 1) sorted by relevance
370 def mod_type_to_string(mod_type): argument375 if (mod_type & 0xf) == 0:377 elif (mod_type & 0xf) == 1:380 if ((mod_type >> 4) & 0x1) == 1:383 if ((mod_type >> 5) & 0x1) == 1:386 if ((mod_type >> 6) & 0x1) == 1: