Searched defs:OTHER_ERROR (Results 1 – 2 of 2) sorted by relevance
22 #define OTHER_ERROR 255 /* OTHER_ERROR must be the largest uint8_t value. */ macro
101 #define OTHER_ERROR(name) ((unsigned int) DWFL_E_##name << 16) macro