OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBlockLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/crypto/
encryptor.cc
67
const size_t
kBlockLength
= counter_->GetLengthInBytes();
68
size_t blocks = (plaintext_len +
kBlockLength
- 1) /
kBlockLength
;
71
*mask_len = blocks *
kBlockLength
;
75
mask +=
kBlockLength
;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc
623
const uint16_t
kBlockLength
= 2;
626
CreateXrBlockHeader(kBtReceiverReferenceTime,
kBlockLength
, buffer, pos);
695
const uint16_t
kBlockLength
= 8;
698
CreateXrBlockHeader(kBtVoipMetric,
kBlockLength
, buffer, pos);
[
all
...]
Completed in 93 milliseconds