Home
last modified time | relevance | path

Searched refs:idcopy (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/rossym_new/
H A Dfind.c235 ulong idcopy = Aggregate->Elements[count].TypeId; in RosSymAggregate() local
237 while (mult * 10 < idcopy) mult *= 10; in RosSymAggregate()
239 *bufptr++ = '0' + ((idcopy / mult) % 10); in RosSymAggregate()