Searched refs:BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
/arch/alpha/boot/tools/ |
D | objstrip.c | 37 #define BLOCK_SIZE 512 macro 76 pad = BLOCK_SIZE; in main() 123 size = (st.st_size + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1); in main() 126 bb[60] = size / BLOCK_SIZE; /* count */ in main()
|
/arch/sparc/lib/ |
D | M7memcpy.S | 165 #define BLOCK_SIZE 64 macro 462 prefetch [%o1 + (ALIGN_PRE * BLOCK_SIZE)], 21 555 prefetch [%o1 + (4 * BLOCK_SIZE)], 20 571 subcc %o5, BLOCK_SIZE, %o5 587 add %o4, BLOCK_SIZE, %o4 594 add %o0, BLOCK_SIZE, %o0 596 prefetch [%o4 + (5 * BLOCK_SIZE)], 20 711 prefetch [%o4 + (8 * BLOCK_SIZE)], 20
|
/arch/ia64/lib/ |
D | memcpy_mck.S | 272 #define BLOCK_SIZE 128*32 macro 290 mov blocksize=BLOCK_SIZE
|