Searched defs:BLOCK_SIZE (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s54 #define BLOCK_SIZE 64 define
72 prefetch [%o0 + (1 * BLOCK_SIZE)], #one_read
73 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_read
110 prefetch [%o0 + (2 * BLOCK_SIZE)], #one_read
111 prefetch [%o1 + (2 * BLOCK_SIZE)], #one_read
126 prefetch [%g1 + (3 * BLOCK_SIZE)], #one_read
127 prefetch [%o0 + (3 * BLOCK_SIZE)], #one_read
/osnet-11/usr/src/lib/libc/capabilities/sun4v-fjathena/common/
H A Dmemset.s55 #define BLOCK_SIZE 128 define
85 prefetch [%o5 + BLOCK_SIZE], #n_writes
152 prefetch [%o5 + 2 * BLOCK_SIZE], #n_writes
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s57 #define BLOCK_SIZE 64 define
124 prefetch [%o1 - (4 * BLOCK_SIZE)], #one_read
157 prefetch [%o1 - (8 * BLOCK_SIZE)], #one_read
229 prefetch [%o5 - (8 * BLOCK_SIZE)], #n_reads
233 prefetch [%o0 - (8 * BLOCK_SIZE)], #one_write
322 prefetch [%o1 + (0 * BLOCK_SIZE)], #n_reads
323 prefetch [%o0 + (0 * BLOCK_SIZE)], #n_writes
333 prefetch [%o1 + (1 * BLOCK_SIZE)], #n_reads
506 prefetch [%o1 + (1 * BLOCK_SIZE)], #n_reads
510 prefetch [%o1 + (2 * BLOCK_SIZE)], #n_read
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s166 #define BLOCK_SIZE 64 define
317 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_read
323 prefetch [%o1 + (2 * BLOCK_SIZE)], #one_read
352 prefetch [%o1 + (3 * BLOCK_SIZE)], #one_read
364 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
370 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
379 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
385 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
407 prefetch [%o1 + (5 * BLOCK_SIZE)], #one_read
424 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_rea
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s149 #define BLOCK_SIZE 64 define
280 prefetch [%o1 + (1 * BLOCK_SIZE)], 20
286 prefetch [%o1 + (2 * BLOCK_SIZE)], 20
307 prefetch [%o1 + (3 * BLOCK_SIZE)], 20
309 prefetch [%o1 + (4 * BLOCK_SIZE)], 20
311 prefetch [%o1 + (5 * BLOCK_SIZE)], 20
315 prefetch [%o0 + (10 * BLOCK_SIZE)], 22
316 prefetch [%o0 + (4 * BLOCK_SIZE)+32], 22
886 prefetch [%o1 + ((PRE_STORE+8) * BLOCK_SIZE)], 21
951 prefetch [%o1 + (4 * BLOCK_SIZE)], 2
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dwhirlpool.c45 #define BLOCK_SIZE 64 macro
54 typedef u64 whirlpool_block_t[BLOCK_SIZE / 8];
58 unsigned char buffer[BLOCK_SIZE];
1307 if (context->count == BLOCK_SIZE)
1319 while (buffer_n && (context->count < BLOCK_SIZE))
1331 while (buffer_n >= BLOCK_SIZE)
1335 buffer_n -= BLOCK_SIZE;
1336 buffer += BLOCK_SIZE;
1338 while (buffer_n && (context->count < BLOCK_SIZE))
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dwhirlpool.c45 #define BLOCK_SIZE 64 macro
54 typedef u64 whirlpool_block_t[BLOCK_SIZE / 8];
58 unsigned char buffer[BLOCK_SIZE];
1307 if (context->count == BLOCK_SIZE)
1319 while (buffer_n && (context->count < BLOCK_SIZE))
1331 while (buffer_n >= BLOCK_SIZE)
1335 buffer_n -= BLOCK_SIZE;
1336 buffer += BLOCK_SIZE;
1338 while (buffer_n && (context->count < BLOCK_SIZE))
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h26 #define BLOCK_SIZE 512 macro
H A Dfsys_minix.c41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS) macro
46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
72 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
73 #define MINIX2_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix2_inode)))
141 ((struct minix_inode *)((int) SUPERBLOCK + BLOCK_SIZE))
145 ((int)((int)DATABLOCK1 + BLOCK_SIZE))
195 return devread (fsblock * (BLOCK_SIZE / DEV_BSIZE), 0,
196 BLOCK_SIZE, (char *) buffer);
258 offset = filepos & (BLOCK_SIZE - 1);
266 size = BLOCK_SIZE;
[all...]
H A Dfsys_ext2fs.c31 #define BLOCK_SIZE 1024 /* initial block size for superblock read */ macro
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */

Completed in 50 milliseconds