Searched refs:idcopy (Results 1 – 1 of 1) sorted by relevance
235 ulong idcopy = Aggregate->Elements[count].TypeId; in RosSymAggregate() local237 while (mult * 10 < idcopy) mult *= 10; in RosSymAggregate()239 *bufptr++ = '0' + ((idcopy / mult) % 10); in RosSymAggregate()