Home | History | Annotate | Download | only in common

Lines Matching refs:readUInt32

57     trie.signature=ds->readUInt32(inTrie->signature);
58 trie.options=ds->readUInt32(inTrie->options);
143 header.magic=ds->readUInt32(inHeader->magic);
206 header.magic=ds->readUInt32(inHeader->magic);
235 header.options= ds->readUInt32(inHeader->options);
236 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts);
237 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos);
238 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition);
239 header.expansion= ds->readUInt32(inHeader->expansion);
240 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex);
241 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs);
242 header.contractionSize= ds->readUInt32(inHeader->contractionSize);
243 header.endExpansionCE= ds->readUInt32(inHeader->endExpansionCE);
244 header.expansionCESize= ds->readUInt32(inHeader->expansionCESize);
247 header.scriptToLeadByte= ds->readUInt32(inHeader->scriptToLeadByte);
248 header.leadByteToScript= ds->readUInt32(inHeader->leadByteToScript);
668 header.tableSize= ds->readUInt32(inHeader->tableSize);
669 header.contsSize= ds->readUInt32(inHeader->contsSize);
670 header.table= ds->readUInt32(inHeader->table);
671 header.conts= ds->readUInt32(inHeader->conts);