Home
last modified time | relevance | path

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

/dports/devel/lpc21isp/lpc21isp_197/
H A Dlpc21isp.c2356 unsigned long NewBinaryLength = ((IspEnvironment->BinaryLength + 3)/4) * 4; in LoadFiles() local
2358 …ed to 32 bits, padded (length was %lX, now %lX)\n", IspEnvironment->BinaryLength, NewBinaryLength); in LoadFiles()
2360 IspEnvironment->BinaryLength = NewBinaryLength; in LoadFiles()