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

1 2

  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 35 OMX_U32 inBytes; //length of codec configuration header
ti_video_config_parser.h 32 uint32 inBytes;
  /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
  /external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp 109 const uint8_t *inBytes;
117 inBytes=(const uint8_t *)inData;
154 const uint8_t *inBytes;
172 inBytes=(const uint8_t *)inData;
216 if(inBytes!=outBytes) {
217 uprv_memcpy(outBytes, inBytes, header.size);
249 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
262 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
269 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
273 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*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...]
ucnv_u8.c 98 int32_t i, inBytes;
103 inBytes = cnv->mode; /* restore # of bytes to consume */
124 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
128 while (i < inBytes)
135 break; /* i < inBytes */
145 cnv->mode = inBytes;
152 ch -= offsetsFromUTF8[inBytes];
166 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
169 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
228 int32_t i, inBytes;
    [all...]
propname.cpp 329 * pos is the byte offset of the sub-structure in the inBytes/outBytes/temp arrays.
334 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
348 inMap=(const EnumToOffset *)(inBytes+pos);
379 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
393 inMap=(const NonContiguousEnumToOffset *)(inBytes+pos);
417 ds->swapArray16(ds, inBytes+pos, tempMap->count*sizeof(Offset),
446 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
470 inMap=(const NameToEnum *)(inBytes+pos);
591 const uint8_t *inBytes, int32_t length, uint8_t *outBytes,
603 inAliases=(const PropertyAliases *)inBytes;
    [all...]
ucnvsel.cpp 405 const uint8_t *inBytes = (const uint8_t *)inData + headerSize;
409 const int32_t *inIndexes = (const int32_t *)inBytes;
427 if(inBytes != outBytes) {
428 uprv_memcpy(outBytes, inBytes, size);
435 ds->swapArray32(ds, inBytes, count, outBytes, status);
440 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
445 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
450 ds->swapInvChars(ds, inBytes + offset, count, outBytes + offset, status);
ucnv_bld.c     [all...]
usprep.cpp 830 const uint8_t *inBytes;
861 inBytes=(const uint8_t *)inData+headerSize;
864 inIndexes=(const int32_t *)inBytes;
896 if(inBytes!=outBytes) {
897 uprv_memcpy(outBytes, inBytes, size);
904 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
909 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
914 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
  /external/icu4c/common/
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);
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...]
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...]
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);
ucnv_bld.cpp     [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 197 static unsigned inBytes(unsigned Bits) {
233 unsigned PointerMemSize = inBytes(getInt(Tok));
237 unsigned PointerABIAlign = inBytes(getInt(Tok));
243 PointerPrefAlign = inBytes(getInt(Tok));
270 unsigned ABIAlign = inBytes(getInt(Tok));
276 PrefAlign = inBytes(getInt(Tok));
294 StackNaturalAlign = inBytes(getInt(Tok));
  /external/chromium_org/third_party/icu/source/tools/toolutil/
swapimpl.cpp 228 const uint8_t *inBytes;
262 inBytes=(const uint8_t *)inData+headerSize;
265 inIndexes=(const int32_t *)inBytes;
294 if(inBytes!=outBytes) {
295 uprv_memcpy(outBytes, inBytes, size);
302 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
307 utrie2_swapAnyVersion(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
312 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
330 const uint8_t *inBytes;
364 inBytes=(const uint8_t *)inData+headerSize
    [all...]
package.cpp 440 const uint8_t *inBytes;
497 inBytes=(const uint8_t *)inData+headerLength;
498 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
506 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes);
540 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
550 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
601 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
    [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 863 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
864 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
909 if (inBytes != outBytes) {
916 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
926 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
936 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
941 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
946 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 741 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
742 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
787 if (inBytes != outBytes) {
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
814 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
819 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
824 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]

Completed in 416 milliseconds

1 2