HomeSort by relevance Sort by last modified time
    Searched defs:blockLength (Results 1 - 19 of 19) sorted by null

  /external/libvpx/libvpx/third_party/libmkv/
WebMElement.c 34 unsigned long blockLength = 4 + dataLength;
35 blockLength |= 0x10000000; // TODO check length < 0x0FFFFFFFF
36 Ebml_Serialize(glob, &blockLength, sizeof(blockLength), 4);
  /external/smack/src/org/xbill/DNS/utils/
HMAC.java 17 private int blockLength;
28 if (key.length > blockLength) {
32 ipad = new byte[blockLength];
33 opad = new byte[blockLength];
38 for (; i < blockLength; i++) {
48 * @param blockLength The block length of the message digest.
52 HMAC(MessageDigest digest, int blockLength, byte [] key) {
55 this.blockLength = blockLength;
62 * @param blockLength The block length of the message digest
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 26 private int blockLength;
102 this.blockLength = byteLength;
103 this.inputPad = new byte[blockLength];
104 this.outputBuf = new byte[blockLength + digestSize];
125 if (keyLength > blockLength)
142 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength);
144 xorPad(inputPad, blockLength, IPAD);
145 xorPad(outputBuf, blockLength, OPAD);
151 ((Digest)opadState).update(outputBuf, 0, blockLength);
185 digest.doFinal(outputBuf, blockLength);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.c 880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap;
1000 blockLength=64;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1009 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1016 start+=blockLength;
1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1033 start+=blockLength;
    [all...]
  /external/icu4c/common/
utrie2_builder.cpp 880 findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t blockLength) {
884 dataLength-=blockLength;
887 if(equal_uint32(data+block, data+otherBlock, blockLength)) {
987 int32_t blockLength, overlap;
1000 blockLength=64;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1009 blockLength=UTRIE2_DATA_BLOCK_LENGTH;
1016 start+=blockLength;
1023 if( (movedStart=findSameDataBlock(trie->data, newStart, start, blockLength))
1033 start+=blockLength;
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.cpp 168 INT blockLength; /*!< Block length in samples. */
339 * \param blockLength Length of processing block.
387 * \param blockLength Length of processing block in samples per channel.
394 const INT blockLength
403 /* f = sampleRate/blockLength */
405 blockLengthFract = (FIXP_DBL)(blockLength<<(DFRACT_BITS-1-METADATA_LINT_BITS));
478 const INT blockLength,
488 drcComp->limDecay = FL2FXCONST_DBL( ((0.006f / 256) * blockLength) / METADATA_INT_SCALE );
491 drcComp->blockLength = blockLength;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1481 milliseconds