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

1 2

  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_video_config_parser.h 32 uint32 inBytes;
ti_omx_config_parser.h 35 OMX_U32 inBytes; //length of codec configuration header
  /external/icu4c/tools/toolutil/
swapimpl.cpp 103 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize;
117 const int32_t *inIndexes=reinterpret_cast<const int32_t *>(inBytes);
132 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
135 if(inBytes!=outBytes) {
137 inBytes+numBytesIndexesAndValueMaps,
314 const uint8_t *inBytes;
348 inBytes=(const uint8_t *)inData+headerSize;
351 inIndexes=(const int32_t *)inBytes;
380 if(inBytes!=outBytes) {
381 uprv_memcpy(outBytes, inBytes, size)
    [all...]
pkgitems.cpp 369 const uint8_t *inBytes, int32_t length,
375 res_read(&resData, pInfo, inBytes, length, pErrorCode);
445 const uint8_t *inBytes, int32_t length,
466 inStaticData=(const UConverterStaticData *)inBytes;
477 inBytes+=staticDataSize;
486 inMBCSHeader=(const _MBCSHeader *)inBytes;
529 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
615 const uint8_t *inBytes=pItem->data+itemHeaderLength;
618 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
package.cpp 441 const uint8_t *inBytes;
498 inBytes=(const uint8_t *)inData+headerLength;
499 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
507 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes);
541 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
551 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
602 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
    [all...]
  /external/icu4c/common/
ucol_swp.cpp 152 const uint8_t *inBytes;
170 inBytes=(const uint8_t *)inData;
214 if(inBytes!=outBytes) {
215 uprv_memcpy(outBytes, inBytes, header.size);
247 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
260 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
267 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
271 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
278 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
284 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4
    [all...]
rbbidata.cpp 322 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
323 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
369 if (inBytes != outBytes) {
384 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
386 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
395 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
397 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
406 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
408 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
417 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
    [all...]
dictionarydata.cpp 152 const uint8_t *inBytes;
172 inBytes = (const uint8_t *)inData + headerSize;
175 inIndexes = (const int32_t *)inBytes;
198 if (inBytes != outBytes) {
199 uprv_memcpy(outBytes, inBytes, size);
203 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
209 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
ucnv_bld.cpp     [all...]
ucnv_u8.c 101 int32_t i, inBytes;
106 inBytes = cnv->mode; /* restore # of bytes to consume */
127 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
131 while (i < inBytes)
138 break; /* i < inBytes */
148 cnv->mode = inBytes;
155 ch -= offsetsFromUTF8[inBytes];
169 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
172 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
231 int32_t i, inBytes;
    [all...]
unames.cpp     [all...]
ucnvsel.cpp 407 const uint8_t *inBytes = (const uint8_t *)inData + headerSize;
411 const int32_t *inIndexes = (const int32_t *)inBytes;
429 if(inBytes != outBytes) {
430 uprv_memcpy(outBytes, inBytes, size);
437 ds->swapArray32(ds, inBytes, count, outBytes, status);
442 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
447 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
452 ds->swapInvChars(ds, inBytes + offset, count, outBytes + offset, status);
usprep.cpp 827 const uint8_t *inBytes;
858 inBytes=(const uint8_t *)inData+headerSize;
861 inIndexes=(const int32_t *)inBytes;
893 if(inBytes!=outBytes) {
894 uprv_memcpy(outBytes, inBytes, size);
901 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
906 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
911 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
normalizer2impl.cpp 292 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory);
293 const int32_t *inIndexes=(const int32_t *)inBytes;
312 inBytes+offset, nextOffset-offset, NULL,
320 maybeYesCompositions=(const uint16_t *)(inBytes+offset);
325 smallFCD=inBytes+offset;
    [all...]
uresdata.h 331 const UDataInfo *pInfo, const void *inBytes, int32_t length,
uresdata.c 159 UVersionInfo formatVersion, const void *inBytes, int32_t length,
164 pResData->pRoot=(const int32_t *)inBytes;
234 const UDataInfo *pInfo, const void *inBytes, int32_t length,
246 res_init(pResData, formatVersion, inBytes, length, errorCode);
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/qcom/media/mm-core/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 74 aInputs.inBytes = pInputs->inBytes;
124 aInputs.inBytes = pInputs->inBytes;
ti_video_config_parser.cpp 72 if (aInputs->inBytes <= 0)
76 psBits.numBytes = aInputs->inBytes;
114 if (aInputs->inBytes > 1)
122 int initbufsize = aInputs->inBytes;
141 aInputs->inBytes,
  /external/icu4c/tools/icuswap/
icuswap.cpp 342 const uint8_t *inBytes;
408 inBytes=(const uint8_t *)inData+headerSize;
409 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
457 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
528 uprv_memcpy(outBytes, inBytes, 4)
    [all...]
  /external/arduino/libraries/Wire/
Wire.cpp 207 void TwoWire::onReceiveService(uint8_t* inBytes, int numBytes)
222 rxBuffer[i] = inBytes[i];
  /external/llvm/lib/IR/
DataLayout.cpp 197 static unsigned inBytes(unsigned Bits) {
235 unsigned PointerMemSize = inBytes(getInt(Tok));
239 unsigned PointerABIAlign = inBytes(getInt(Tok));
245 PointerPrefAlign = inBytes(getInt(Tok));
272 unsigned ABIAlign = inBytes(getInt(Tok));
278 PrefAlign = inBytes(getInt(Tok));
296 StackNaturalAlign = inBytes(getInt(Tok));
  /external/icu4c/i18n/
uspoof_impl.cpp 873 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
874 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
919 if (inBytes != outBytes) {
926 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
936 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
941 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
946 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
951 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
956 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm 369 const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]);
380 UInt8 c = inBytes[i];
    [all...]

Completed in 1188 milliseconds

1 2