Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dia64vms.sc11 BLOCKSIZE=0x200
29 \$DATA\$ ALIGN (${BLOCKSIZE}) : {
37 \$CODE\$ ALIGN (${BLOCKSIZE}) : {
48 \$LITERAL\$ ALIGN (${BLOCKSIZE}) : {
84 \$RW_SHORT\$ ALIGN (${BLOCKSIZE}) : {
91 .IA_64.unwind ALIGN (${BLOCKSIZE}) : {
101 .dynamic /* \$DYNAMIC\$ */ ALIGN (${BLOCKSIZE}) : {
/toolchain/binutils/binutils-2.25/libiberty/
Dsha1.c44 #define BLOCKSIZE 4096 macro
45 #if BLOCKSIZE % 64 != 0
123 char buffer[BLOCKSIZE + 72]; in sha1_stream()
141 n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); in sha1_stream()
145 if (sum == BLOCKSIZE) in sha1_stream()
168 sha1_process_block (buffer, BLOCKSIZE, &ctx); in sha1_stream()
Dmd5.c138 #define BLOCKSIZE 4096 in md5_stream() macro
140 char buffer[BLOCKSIZE + 72]; in md5_stream()
158 n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); in md5_stream()
162 while (sum < BLOCKSIZE && n != 0); in md5_stream()
173 md5_process_block (buffer, BLOCKSIZE, &ctx); in md5_stream()