Searched refs:EXPECTED_PARAM_SIZE (Results 1 – 1 of 1) sorted by relevance
1091 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local1094 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()1095 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()1460 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local1463 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()1464 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()1483 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local1486 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()1487 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()1502 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local[all …]