Searched refs:EXPECTED_PARAM_SIZE (Results 1 – 1 of 1) sorted by relevance
955 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local958 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()959 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()1295 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local1298 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()1299 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()1318 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local1321 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()1322 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()1337 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local[all …]