Searched refs:ABSV64 (Results 1 – 1 of 1) sorted by relevance
27 #ifndef ABSV6428 #define ABSV64(n) ((((int64_t)(n)) < 0) ? -((int64_t)(n)) : ((int64_t)(n))) macro591 uint64_t abs_max_skid = (uint64_t)ABSV64(cpu->max_skid);