HomeSort by relevance Sort by last modified time
    Searched refs:inBuf (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
BitwiseStreamsTest.java 36 byte[] inBuf = HexDump.hexStringToByteArray("FFDD");
39 for (int i = 0; i < inBuf.length; i++) outStream.write(8, inBuf[i]);
42 byte[] inBufDup = new byte[inBuf.length];
45 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup));
51 byte[] inBuf = HexDump.hexStringToByteArray("11d4f29c0e9ad3c36e72584e064d9b53");
54 for (int i = 0; i < inBuf.length; i++) outStream.write(8, inBuf[i]);
57 byte[] inBufDup = new byte[inBuf.length];
59 assertEquals(HexDump.toHexString(inBuf), HexDump.toHexString(inBufDup))
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_crc32.h 89 * /param inBuf input buffer to checksum
96 int SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
SDL_test_md5.h 96 * /param inBuf pointer to data array/string
100 * for the presence of each of the characters inBuf[0..inLen-1]
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_crc32.h 89 * /param inBuf input buffer to checksum
96 int SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
SDL_test_md5.h 96 * /param inBuf pointer to data array/string
100 * for the presence of each of the characters inBuf[0..inLen-1]
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
  /prebuilts/misc/windows/sdl2/include/
SDL_test_crc32.h 89 * /param inBuf input buffer to checksum
96 int SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
SDL_test_md5.h 96 * /param inBuf pointer to data array/string
100 * for the presence of each of the characters inBuf[0..inLen-1]
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_crc32.h 89 * /param inBuf input buffer to checksum
96 int SDLTest_crc32Calc(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
101 int SDLTest_Crc32CalcBuffer(SDLTest_Crc32Context * crcContext, CrcUint8 *inBuf, CrcUint32 inLen, CrcUint32 *crc32);
SDL_test_md5.h 96 * /param inBuf pointer to data array/string
100 * for the presence of each of the characters inBuf[0..inLen-1]
104 void SDLTest_Md5Update(SDLTest_Md5Context * mdContext, unsigned char *inBuf,
  /external/ppp/pppd/
md5.h 61 void MD5_Update (MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
  /external/syslinux/core/lwip/src/netif/ppp/
md5.h 52 void MD5Update( MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 19 private byte[] inBuf;
45 this.inBuf = new byte[blockSize];
130 inBuf[byteCount++] = rv;
137 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize);
150 inBuf[byteCount] = in;
158 System.arraycopy(inBuf, 0, cfbV, cfbV.length - blockSize, blockSize);
264 Arrays.fill(inBuf, (byte)0);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 94 VideoEncRawBuffer inBuf;
112 inBuf.data = buffers[INPORT_INDEX]->pBuffer + buffers[INPORT_INDEX]->nOffset;
113 inBuf.size = buffers[INPORT_INDEX]->nFilledLen;
114 inBuf.type = FTYPE_UNKNOWN;
115 inBuf.flag = 0;
116 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
119 (unsigned)inBuf.data, inBuf.size);
128 ret = mVideoEncoder->encode(&inBuf);
OMXVideoEncoderMPEG4.cpp 86 VideoEncRawBuffer inBuf;
103 inBuf.data = buffers[INPORT_INDEX]->pBuffer + buffers[INPORT_INDEX]->nOffset;
104 inBuf.size = buffers[INPORT_INDEX]->nFilledLen;
105 inBuf.type = FTYPE_UNKNOWN;
106 inBuf.flag = 0;
107 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
109 LOGV("inBuf.data=%x, size=%d", (unsigned)inBuf.data, inBuf.size);
120 ret = mVideoEncoder->encode(&inBuf);
    [all...]
OMXVideoEncoderVP8.cpp 79 VideoEncRawBuffer inBuf;
98 inBuf.data = buffers[INPORT_INDEX]->pBuffer + buffers[INPORT_INDEX]->nOffset;
99 inBuf.size = buffers[INPORT_INDEX]->nFilledLen;
100 inBuf.type = FTYPE_UNKNOWN;
101 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
103 if (inBuf.timeStamp > mLastTimestamp) {
104 frameDuration = (OMX_U32)(inBuf.timeStamp - mLastTimestamp);
132 ret = mVideoEncoder->encode(&inBuf);
163 mLastTimestamp = inBuf.timeStamp;
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidDeflateTest.java 126 private void compress(Deflater deflater, byte[] inBuf, byte[] outBuf) {
127 int inCount = inBuf.length; // use all
142 deflater.setInput(inBuf, inPosn, want);
162 * Expand data from "inBuf" to "outBuf". Uses a small window to better
165 private void expand(Inflater inflater, byte[] inBuf, int inCount,
181 inflater.setInput(inBuf, inPosn, want);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
JavaCharStream.java 97 protected int inBuf = 0;
194 if (inBuf > 0)
196 --inBuf;
274 if (inBuf > 0)
276 --inBuf;
406 inBuf += amount;
455 tokenBegin = inBuf = maxNextCharInd = 0;
520 len = bufpos - tokenBegin + inBuf + 1;
524 len = bufsize - tokenBegin + bufpos + 1 + inBuf;
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 301 char inBuf[BUFFERSIZE];
332 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
335 source = inBuf;
336 sourceLimit = inBuf + count;
401 char inBuf[BUFFERSIZE];
447 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
450 source = inBuf;
451 sourceLimit = inBuf + count;
881 char inBuf[BUFFERSIZE];
919 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
JavaCharStream.java 95 protected int inBuf = 0;
191 if (inBuf > 0)
193 --inBuf;
271 if (inBuf > 0)
273 --inBuf;
403 inBuf += amount;
452 tokenBegin = inBuf = maxNextCharInd = 0;
591 len = bufpos - tokenBegin + inBuf + 1;
595 len = bufsize - tokenBegin + bufpos + 1 + inBuf;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 44 protected int inBuf = 0;
197 if (inBuf > 0)
199 --inBuf;
252 inBuf += amount;
295 tokenBegin = inBuf = maxNextCharInd = 0;
416 len = bufpos - tokenBegin + inBuf + 1;
420 len = bufsize - tokenBegin + bufpos + 1 + inBuf;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 44 protected int inBuf = 0;
197 if (inBuf > 0)
199 --inBuf;
252 inBuf += amount;
295 tokenBegin = inBuf = maxNextCharInd = 0;
416 len = bufpos - tokenBegin + inBuf + 1;
420 len = bufsize - tokenBegin + bufpos + 1 + inBuf;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 44 protected int inBuf = 0;
197 if (inBuf > 0)
199 --inBuf;
252 inBuf += amount;
295 tokenBegin = inBuf = maxNextCharInd = 0;
416 len = bufpos - tokenBegin + inBuf + 1;
420 len = bufsize - tokenBegin + bufpos + 1 + inBuf;
  /external/lzma/C/
7zDec.c 148 const void *inBuf = NULL;
152 res = inStream->Look(inStream, &inBuf, &lookahead);
159 res = LzmaDec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
210 const void *inBuf = NULL;
214 res = inStream->Look(inStream, &inBuf, &lookahead);
221 res = Lzma2Dec_DecodeToDic(&state, outSize, inBuf, &inProcessed, LZMA_FINISH_END, &status);
257 const void *inBuf;
261 RINOK(inStream->Look(inStream, &inBuf, &curSize));
264 memcpy(outBuffer, inBuf, curSize);
MtCoder.c 115 p->inBuf = 0;
144 IAlloc_Free(p->mtCoder->alloc, p->inBuf);
145 p->inBuf = 0;
156 MY_BUF_ALLOC(p->inBuf, p->inBufSize, p->mtCoder->blockSize)
206 RINOK(FullRead(p->mtCoder->inStream, p->inBuf, &size));
212 p->outBuf, &destSize, p->inBuf, size, *stop));
MtCoder.h 56 Byte *inBuf;

Completed in 560 milliseconds

1 2 3 4