Home | History | Annotate | Download | only in toolutil

Lines Matching defs:headerSize

79     int32_t headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
103 const uint8_t *inBytes=static_cast<const uint8_t *>(inData)+headerSize;
104 uint8_t *outBytes=static_cast<uint8_t *>(outData)+headerSize;
107 length-=headerSize;
154 return headerSize+totalSize;
164 int32_t headerSize, i;
170 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
196 if(length>=0 && (length-headerSize)<(int32_t)sizeof(dataIndexes)) {
198 length-headerSize);
204 inData32=(const int32_t *)((const char *)inData+headerSize);
224 if((length-headerSize)<(4*dataTop)) {
226 length-headerSize);
231 outData32=(int32_t *)((char *)outData+headerSize);
302 return headerSize+4*dataIndexes[UPROPS_RESERVED_INDEX_7];
312 int32_t headerSize;
323 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
348 inBytes=(const uint8_t *)inData+headerSize;
349 outBytes=(uint8_t *)outData+headerSize;
354 length-=headerSize;
404 return headerSize+size;
414 int32_t headerSize;
425 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
450 inBytes=(const uint8_t *)inData+headerSize;
451 outBytes=(uint8_t *)outData+headerSize;
456 length-=headerSize;
510 return headerSize+size;
522 int32_t headerSize;
533 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
555 inBytes=(const uint8_t *)inData+headerSize;
556 outBytes=(uint8_t *)outData+headerSize;
561 length-=headerSize;
635 return headerSize+size;
646 int32_t headerSize;
654 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
677 inBytes=(const uint8_t *)inData+headerSize;
678 outBytes=(uint8_t *)outData+headerSize;
699 return headerSize+size;
762 * will swap it, get the headerSize again, and also use the header