Home
last modified time | relevance | path

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

/arch/alpha/boot/tools/
Dobjstrip.c36 #define BLOCK_SIZE 512 macro
75 pad = BLOCK_SIZE; in main()
122 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1); in main()
125 bb[60] = size / BLOCK_SIZE; /* count */ in main()
/arch/ia64/lib/
Dmemcpy_mck.S269 #define BLOCK_SIZE 128*32 macro
287 mov blocksize=BLOCK_SIZE
/arch/sh/kernel/cpu/sh5/
Dentry.S248 #define BLOCK_SIZE 1664 /* Dynamic check, 13*128 */ macro