Searched refs:usedspace (Results 1 – 2 of 2) sorted by relevance
635 unsigned int freespace, usedspace; in sha256_block() local639 usedspace = (sha->bitcount >> 3) % SHA256_BLOCK_LENGTH; in sha256_block()640 if (usedspace > 0) { in sha256_block()642 freespace = SHA256_BLOCK_LENGTH - usedspace; in sha256_block()646 MEMCPY_BCOPY(&sha->buffer[usedspace], data, freespace); in sha256_block()653 MEMCPY_BCOPY(&sha->buffer[usedspace], data, len); in sha256_block()656 usedspace = freespace = 0; in sha256_block()673 usedspace = freespace = 0; in sha256_block()708 unsigned int usedspace; in sha256_done() local714 usedspace = (sha->bitcount >> 3) % SHA256_BLOCK_LENGTH; in sha256_done()[all …]
601 Dwarf_Unsigned usedspace = 0; in dwarf_debugnames_header() local634 usedspace = curptr - curptr_start; in dwarf_debugnames_header()635 remaining -= - usedspace; in dwarf_debugnames_header()