Searched refs:alignedCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/string/
H A Dstrncpy.cpp39 size_t alignedCount = count / 4; local
40 count -= alignedCount * 4;
42 for (; alignedCount != 0 && LACKS_ZERO_BYTE(*alignedSrc);
43 alignedCount--)
46 count += alignedCount * 4;

Completed in 28 milliseconds