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 60 const uint8_t *inBytes = static_cast<const uint8_t *>(udata_getMemory(t->memory));
61 CollationDataReader::read(NULL, inBytes, udata_getLength(t->memory), *t, errorCode);
ucol_res.cpp 390 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode);
391 CollationDataReader::read(rootEntry->tailoring, inBytes, length, *t, errorCode);
uspoof_impl.cpp 766 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
767 SpoofDataHeader *spoofDH = (SpoofDataHeader *)inBytes;
812 if (inBytes != outBytes) {
819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
839 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
844 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
849 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /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/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
  /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 202 ByteBuffer inBytes = binary.getBinary();
204 CollationDataReader.read(root, inBytes, t);
  /external/icu/icu4c/source/common/
dictionarydata.cpp 164 const uint8_t *inBytes;
184 inBytes = (const uint8_t *)inData + headerSize;
187 inIndexes = (const int32_t *)inBytes;
210 if (inBytes != outBytes) {
211 uprv_memcpy(outBytes, inBytes, size);
215 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
221 ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode);
rbbidata.cpp 350 const uint8_t *inBytes =(const uint8_t *)inData+headerSize;
351 RBBIDataHeader *rbbiDH = (RBBIDataHeader *)inBytes;
397 if (inBytes != outBytes) {
412 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
414 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
423 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
425 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
434 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
436 ds->swapArray16(ds, inBytes+tableStartOffset+topSize, tableLength-topSize,
445 ds->swapArray32(ds, inBytes+tableStartOffset, topSize,
    [all...]
loadednormalizer2impl.cpp 82 const uint8_t *inBytes=(const uint8_t *)udata_getMemory(memory);
83 const int32_t *inIndexes=(const int32_t *)inBytes;
93 inBytes+offset, nextOffset-offset, NULL,
101 const uint16_t *inExtraData=(const uint16_t *)(inBytes+offset);
105 const uint8_t *inSmallFCD=inBytes+offset;
ucnv_u8.c 110 int32_t i, inBytes;
115 inBytes = cnv->mode; /* restore # of bytes to consume */
136 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
140 while (i < inBytes)
147 break; /* i < inBytes */
157 cnv->mode = inBytes;
164 ch -= offsetsFromUTF8[inBytes];
178 if (i == inBytes && ch <= MAXIMUM_UTF && ch >= utf8_minChar32[i] &&
181 /* Normal valid byte when the loop has not prematurely terminated (i < inBytes) */
240 int32_t i, inBytes;
    [all...]
ucol_swp.cpp 166 const uint8_t *inBytes;
184 inBytes=(const uint8_t *)inData;
228 if(inBytes!=outBytes) {
229 uprv_memcpy(outBytes, inBytes, header.size);
261 ds->swapArray32(ds, inBytes+header.options, header.expansion-header.options,
274 ds->swapArray32(ds, inBytes+header.expansion, (int32_t)count,
281 ds->swapArray16(ds, inBytes+header.contractionIndex, header.contractionSize*2,
285 ds->swapArray32(ds, inBytes+header.contractionCEs, header.contractionSize*4,
292 utrie_swap(ds, inBytes+header.mappingPosition, (int32_t)count,
298 ds->swapArray32(ds, inBytes+header.endExpansionCE, header.endExpansionCECount*4
    [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 781 const uint8_t *inBytes;
812 inBytes=(const uint8_t *)inData+headerSize;
815 inIndexes=(const int32_t *)inBytes;
847 if(inBytes!=outBytes) {
848 uprv_memcpy(outBytes, inBytes, size);
855 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode);
860 utrie_swap(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
865 ds->swapArray16(ds, inBytes+offset, count, outBytes+offset, pErrorCode);
ucnv_bld.cpp     [all...]
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 101 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize;
115 const int32_t *inIndexes=reinterpret_cast<const int32_t *>(inBytes);
130 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode);
133 if(inBytes!=outBytes) {
135 inBytes+numBytesIndexesAndValueMaps,
312 const uint8_t *inBytes;
346 inBytes=(const uint8_t *)inData+headerSize;
349 inIndexes=(const int32_t *)inBytes;
378 if(inBytes!=outBytes) {
379 uprv_memcpy(outBytes, inBytes, size)
    [all...]
pkgitems.cpp 367 const uint8_t *inBytes, int32_t length,
373 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 447 const uint8_t *inBytes;
504 inBytes=(const uint8_t *)inData+headerLength;
505 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
513 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes);
551 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) {
561 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode);
644 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 200 ByteBuffer inBytes = binary.getBinary();
202 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 341 const uint8_t *inBytes;
407 inBytes=(const uint8_t *)inData+headerSize;
408 inEntries=(const UDataOffsetTOCEntry *)(inBytes+4);
412 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
420 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode);
435 itemCount=ds->readUInt32(*(const uint32_t *)inBytes);
456 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode);
466 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode);
490 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
527 uprv_memcpy(outBytes, inBytes, 4)
    [all...]
  /external/libpcap/msdos/
pktdrvr.h 76 DWORD inBytes; /* # of bytes received */

Completed in 363 milliseconds

1 2