Searched defs:countPerChunk (Results 1 – 1 of 1) sorted by relevance
25 size_t countPerChunk = count > SECUREC_MEM_MAX_LEN ? SECUREC_MEM_MAX_LEN : count; in MemorySet() local40 size_t countPerChunk = count > SECUREC_MEM_MAX_LEN ? SECUREC_MEM_MAX_LEN : count; in MemoryCopy() local