Searched refs:PID_LENGTH (Results 1 – 1 of 1) sorted by relevance
27 constexpr int32_t PID_LENGTH = 16; variable131 requestInfo.pid = (tempFullRequestCode & ((tempNum << PID_LENGTH) - 1)); in ParseFullRequestCode()132 tempFullRequestCode >>= PID_LENGTH; in ParseFullRequestCode()