Home | History | Annotate | Download | only in makeconv

Lines Matching full:headersize

118     int32_t length, top, headerSize;
123 headerSize=0;
134 headerSize=MBCS_HEADER_V4_LENGTH*4+length;
139 header.flags=(uint32_t)((headerSize<<8)|MBCS_OUTPUT_EXT_ONLY);
285 return (uint32_t)(headerSize+top);