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

/freebsd-11.0-release/lib/libc/db/hash/
H A Dhash_page.c618 int clearbytes, clearints; local
624 clearbytes = clearints << INT_TO_BYTE;
625 (void)memset((char *)ip, 0, clearbytes);
626 (void)memset(((char *)ip) + clearbytes, 0xFF,
627 hashp->BSIZE - clearbytes);

Completed in 97 milliseconds