Home | History | Annotate | Download | only in common

Lines Matching defs:headerSize

954     int32_t headerSize, maxTableLength;
966 headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode);
994 bundleLength=(length-headerSize)/4;
999 length-headerSize);
1005 inBundle=(const Resource *)((const char *)inData+headerSize);
1040 Resource *outBundle=(Resource *)((char *)outData+headerSize);
1127 return headerSize+4*top;