Searched refs:EXPECTED_PARAM_SIZE (Results 1 – 1 of 1) sorted by relevance
1092 final int EXPECTED_PARAM_SIZE = 3 * 8; in decodeMessageId() local1095 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMessageId()1096 paramBits -= EXPECTED_PARAM_SIZE; in decodeMessageId()1461 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local1464 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()1465 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()1484 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local1487 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()1488 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()1503 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local[all …]