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

1 2

  /external/icu/icu4c/source/i18n/
collationroot.cpp 62 const uint8_t *inBytes = static_cast<const uint8_t *>(udata_getMemory(t->memory));
63 CollationDataReader::read(NULL, inBytes, udata_getLength(t->memory), *t, errorCode);
ucol_res.cpp 394 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode);
395 CollationDataReader::read(rootEntry->tailoring, inBytes, length, *t, errorCode);
uspoof_impl.cpp 858 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
859 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
904 if (inBytes != outBytes) {
911 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
916 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
  /hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/qcom/media/msm8974/mm-core/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /hardware/qcom/media/sdm845/mm-core/src/common/
qc_omx_core.h 66 OMX_U32 inBytes; //length of codec configuration header
  /device/google/contexthub/lib/nanohub/
sha2.c 123 const uint8_t *inBytes = (const uint8_t*)bytes;
133 memcpy(state->b + state->bufBytesUsed, inBytes, bytesToCopy);
134 inBytes += bytesToCopy;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationLoader.java 205 ByteBuffer inBytes = binary.getBinary();
207 CollationDataReader.read(root, inBytes, t);
  /external/icu/icu4c/source/common/
dictionarydata.cpp 166 const uint8_t *inBytes;
186 inBytes = (const uint8_t *)inData + headerSize;
189 inIndexes = (const int32_t *)inBytes;
212 if (inBytes != outBytes) {
213 uprv_memcpy(outBytes, inBytes, size);
217 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
223 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
rbbidata.cpp 352 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
353 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
399 if (inBytes != outBytes) {
414 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
416 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
425 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
427 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
436 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
438 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
447 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
    [all...]
loadednormalizer2impl.cpp 84 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory);
85 const int32_t *inIndexes=(const int32_t *)inBytes;
95 inBytes+offset, nextOffset-offset, NULL,
103 const uint16_t *inExtraData=(const uint16_t *)(inBytes+offset);
107 const uint8_t *inSmallFCD=inBytes+offset;
ucnv_u8.c 112 int32_t i, inBytes;
117 inBytes = cnv->mode; /* restore # of bytes to consume */
138 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
142 while (i < inBytes)
149 break; /* i < inBytes */
159 cnv->mode = inBytes;
166 ch -= offsetsFromUTF8[inBytes];
180 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
183 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
242 int32_t i, inBytes;
    [all...]
ucol_swp.cpp 168 const uint8_t *inBytes;
186 inBytes=(const uint8_t *)inData;
230 if(inBytes!=outBytes) {
231 uprv_memcpy(outBytes, inBytes, header.size);
263 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
276 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
283 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
287 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
294 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
300 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4
    [all...]
ucnvsel.cpp 409 const uint8_t *inBytes = (const uint8_t *)inData + headerSize;
413 const int32_t *inIndexes = (const int32_t *)inBytes;
431 if(inBytes != outBytes) {
432 uprv_memcpy(outBytes, inBytes, size);
439 ds->swapArray32(ds, inBytes, count, outBytes, status);
444 utrie2_swap(ds, inBytes + offset, count, outBytes + offset, status);
449 ds->swapArray32(ds, inBytes + offset, count, outBytes + offset, status);
454 ds->swapInvChars(ds, inBytes + offset, count, outBytes + offset, status);
usprep.cpp 783 const uint8_t *inBytes;
814 inBytes=(const uint8_t *)inData+headerSize;
817 inIndexes=(const int32_t *)inBytes;
849 if(inBytes!=outBytes) {
850 uprv_memcpy(outBytes, inBytes, size);
857 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
862 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
867 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
ucnv_bld.cpp     [all...]
  /external/icu/icu4c/source/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);
447 const uint8_t *inBytes, int32_t length,
468 inStaticData=(const UConverterStaticData *)inBytes;
479 inBytes+=staticDataSize;
488 inMBCSHeader=(const _MBCSHeader *)inBytes;
531 const char *inBaseName=(const char *)inBytes+mbcsHeaderLength*4;
617 const uint8_t *inBytes=pItem->data+itemHeaderLength;
620 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);
package.cpp 449 const uint8_t *inBytes;
506 inBytes=(const uint8_t *)inData+headerLength;
507 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
515 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes);
553 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
563 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
646 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationLoader.java 203 ByteBuffer inBytes = binary.getBinary();
205 CollationDataReader.read(root, inBytes, t);
  /external/llvm/lib/IR/
DataLayout.cpp 217 static unsigned inBytes(unsigned Bits) {
262 unsigned PointerMemSize = inBytes(getInt(Tok));
271 unsigned PointerABIAlign = inBytes(getInt(Tok));
280 PointerPrefAlign = inBytes(getInt(Tok));
315 unsigned ABIAlign = inBytes(getInt(Tok));
324 PrefAlign = inBytes(getInt(Tok));
344 StackNaturalAlign = inBytes(getInt(Tok));
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 343 const uint8_t *inBytes;
409 inBytes=(const uint8_t *)inData+headerSize;
410 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
422 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
458 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
468 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
529 uprv_memcpy(outBytes, inBytes, 4)
    [all...]
  /external/libpcap/msdos/
pktdrvr.h 76 DWORD inBytes; /* # of bytes received */

Completed in 1087 milliseconds

1 2