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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 75 OMX_S16 tempBuf[79];
79 pTempBuf1 = armAlignTo16Bytes(tempBuf);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 75 OMX_S16 tempBuf[79];
79 pTempBuf1 = armAlignTo16Bytes(tempBuf);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c 79 OMX_S16 tempBuf[79];
83 pTempBuf1 = armAlignTo16Bytes(tempBuf);
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 68 char* tempBuf = stackBuffer;
72 char* saveBuf = tempBuf;
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
98 count =(tempBuf - saveBuf);
102 tempBuf = saveBuf;
105 if(!u_growAnyBufferFromStatic(stackBuffer,(void**) &tempBuf, &tempBufCapacity,
110 saveBuf = tempBuf;
111 tempBufLimit = tempBuf + tempBufCapacity;
112 tempBuf = tempBuf + count
    [all...]
ucnv_u8.c 355 uint8_t tempBuf[4];
417 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
437 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
472 uint8_t tempBuf[4];
544 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
571 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
    [all...]
ucnvhz.c 156 char tempBuf[2];
163 tempBuf[0]=0;
164 tempBuf[1]=0;
267 tempBuf[0] = (char) (leadByte+0x80) ;
268 tempBuf[1] = (char) (mySourceChar+0x80);
270 tempBuf, 2, args->converter->useFallback);
ucnv2022.c     [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 68 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
7zDec.c 338 Byte *tempBuf[])
372 outBufCur = tempBuf[1 - ci] = temp;
423 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
424 if (tempBuf[2] == 0 && tempSizes[2] != 0)
426 res = SzDecodeCopy(s3Size, inStream, tempBuf[2]);
431 tempBuf[0], tempSizes[0],
432 tempBuf[1], tempSizes[1],
433 tempBuf[2], tempSizes[2],
463 Byte *tempBuf[3] = { 0, 0, 0};
466 outBuffer, (SizeT)outSize, allocMain, tempBuf);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 69 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
  /external/icu4c/common/
ustr_wcs.cpp 71 char* tempBuf = stackBuffer;
75 char* saveBuf = tempBuf;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
101 count =(tempBuf - saveBuf);
105 tempBuf = saveBuf;
112 if(!u_growAnyBufferFromStatic(stackBuffer,(void**) &tempBuf, &tempBufCapacity,
117 saveBuf = tempBuf;
118 tempBufLimit = tempBuf + tempBufCapacity;
119 tempBuf = tempBuf + count
    [all...]
ucnv_u8.c 358 uint8_t tempBuf[4];
420 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
440 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
475 uint8_t tempBuf[4];
547 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
574 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) {
    [all...]
ucnvhz.c 156 char tempBuf[2];
163 tempBuf[0]=0;
164 tempBuf[1]=0;
267 tempBuf[0] = (char) (leadByte+0x80) ;
268 tempBuf[1] = (char) (mySourceChar+0x80);
270 tempBuf, 2, args->converter->useFallback);
ucnv2022.cpp     [all...]
  /external/lzma/C/
LzmaDec.h 68 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX];
7zDec.c 338 Byte *tempBuf[])
372 outBufCur = tempBuf[1 - ci] = temp;
423 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
424 if (tempBuf[2] == 0 && tempSizes[2] != 0)
426 res = SzDecodeCopy(s3Size, inStream, tempBuf[2]);
431 tempBuf[0], tempSizes[0],
432 tempBuf[1], tempSizes[1],
433 tempBuf[2], tempSizes[2],
463 Byte *tempBuf[3] = { 0, 0, 0};
466 outBuffer, (SizeT)outSize, allocMain, tempBuf);
    [all...]
XzIn.c 162 Byte tempBuf[TEMP_BUF_SIZE];
169 RINOK(LookInStream_Read2(stream, tempBuf, processedSize, SZ_ERROR_NO_ARCHIVE));
171 if (tempBuf[j -1] != 0)
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnmdptst.c 128 char tempBuf[256];
146 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
147 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
174 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
175 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
346 char tempBuf[256];
372 log_verbose("Pattern \" %s \" \n", u_austrcpy(tempBuf, pat));
373 log_verbose("Format 1234.56 -> %s\n", u_austrcpy(tempBuf, str) );
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 128 char tempBuf[256];
146 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
147 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
174 log_verbose("Pattern \"%s\" \n", u_austrcpy(tempBuf, pat) );
175 log_verbose("Format 123 -> %s\n", u_austrcpy(tempBuf, str) );
346 char tempBuf[256];
372 log_verbose("Pattern \" %s \" \n", u_austrcpy(tempBuf, pat));
373 log_verbose("Format 1234.56 -> %s\n", u_austrcpy(tempBuf, str) );
    [all...]

Completed in 444 milliseconds