Home
last modified time | relevance | path

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

/reactos/sdk/tools/cabman/
H A Dcabinet.cxx2276 int UlongCount; // Number of ULONGs in block in ComputeChecksum() local
2286 UlongCount = Size / 4; // Number of ULONGs in ComputeChecksum()
2291 while (UlongCount-- > 0) in ComputeChecksum()