HomeSort by relevance Sort by last modified time
    Searched full:outputbuf (Results 1 - 22 of 22) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterTest.java 66 byte outPutBuf[] = new byte[50];
75 x += defl.deflate(outPutBuf);
78 .deflate(outPutBuf));
87 infl.setInput(outPutBuf);
108 byte outPutBuf[] = new byte[50];
112 int length = outPutBuf.length - 1;
119 x += defl.deflate(outPutBuf, offSet, length);
122 outPutBuf, offSet, length));
131 infl.setInput(outPutBuf, offSet, length);
149 outPutBuf = new byte[100]
    [all...]
InflaterTest.java 134 byte outPutBuf[] = new byte[500];
141 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x);
145 x = x + deflate.deflate(outPutBuf, x, outPutBuf.length - x);
152 inflate.setInput(outPutBuf);
162 "the total byte in outPutBuf did not equal the byte returned in getTotalIn",
191 byte outPutBuf[] = new byte[500];
198 x += deflate.deflate(outPutBuf, x, outPutBuf.length - x)
    [all...]
DeflaterOutputStreamTest.java 63 private final byte outputBuf[] = new byte[500];
73 x += deflate.deflate(outputBuf, x, outputBuf.length - x);
77 x = x + deflate.deflate(outputBuf, x, outputBuf.length - x);
122 dos.write(outputBuf);
InflaterInputStreamTest.java 37 byte outPutBuf[] = new byte[500];
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 31 private byte[] outputBuf;
102 this.outputBuf = new byte[blockLength + digestSize];
140 System.arraycopy(inputPad, 0, outputBuf, 0, blockLength);
143 xorPad(outputBuf, blockLength, OPAD);
149 ((Digest)opadState).update(outputBuf, 0, blockLength);
183 digest.doFinal(outputBuf, blockLength);
188 digest.update(outputBuf, blockLength, digest.getDigestSize());
192 digest.update(outputBuf, 0, outputBuf.length);
197 for (int i = blockLength; i < outputBuf.length; i++
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 27 int16_t* outputBuf,
67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32);
68 tmpW32 = inputBuf[*index2] + outputBuf[*index2];
pitch_filter_armv6.S 30 @ int16_t* outputBuf,
42 ldr r12, [sp, #56] @ outputBuf
48 add r12, r10 @ &outputBuf[*index2]
67 @ r12: &outputBuf[]
130 strh r2, [r12], #2 @ outputBuf[*index2]
pitch_estimator.h 48 int16_t* outputBuf,
pitch_filter_mips.c 21 int16_t* outputBuf,
33 int16_t* output1 = outputBuf + ind2t;
pitch_filter.c 47 int16_t* outputBuf,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 27 WebRtc_Word16* outputBuf,
67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32);
68 tmpW32 = inputBuf[*index2] + outputBuf[*index2];
pitch_filter_armv6.S 31 @ WebRtc_Word16* outputBuf,
45 ldr r12, [sp, #56] @ outputBuf
51 add r12, r10 @ &outputBuf[*index2]
70 @ r12: &outputBuf[]
133 strh r2, [r12], #2 @ outputBuf[*index2]
pitch_estimator.h 48 WebRtc_Word16* outputBuf,
pitch_filter.c 58 WebRtc_Word16* outputBuf,
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 167 xmlOutputBufferPtr outputBuf = xmlAllocOutputBuffer(0);
168 if (!outputBuf)
172 outputBuf->context = &resultBuilder;
173 outputBuf->writecallback = writeToStringBuilder;
175 int retval = xsltSaveResultTo(outputBuf, resultDoc, sheet);
176 xmlOutputBufferClose(outputBuf);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
EqualPowerPanner.h 38 virtual void pan(double azimuth, double elevation, const AudioBus* inputBus, AudioBus* outputBuf, size_t framesToProcess) OVERRIDE;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 33 unsigned char OutputBuf[OUTPUT_SIZE];
98 unsigned char *outBuf = OutputBuf;
216 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp 6674 UChar outputbuf[50] = {0}; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 

Completed in 6386 milliseconds