Searched refs:xlen (Results 1 – 1 of 1) sorted by relevance
33 size_t xlen; in MEMSET() local53 xlen = len / (OPSIZ * 8); in MEMSET()54 while (xlen > 0) in MEMSET()65 xlen -= 1; in MEMSET()70 xlen = len / OPSIZ; in MEMSET()71 while (xlen > 0) in MEMSET()75 xlen -= 1; in MEMSET()
Completed in 4 milliseconds