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()1320 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeReplyOption() local1323 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeReplyOption()1324 paramBits -= EXPECTED_PARAM_SIZE; in decodeReplyOption()1343 final int EXPECTED_PARAM_SIZE = 1 * 8; in decodeMsgCount() local1346 if (paramBits >= EXPECTED_PARAM_SIZE) { in decodeMsgCount()1347 paramBits -= EXPECTED_PARAM_SIZE; in decodeMsgCount()1362 final int EXPECTED_PARAM_SIZE = 2 * 8; in decodeDepositIndex() local[all …]