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

/illumos-gate/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
H A Dmemset.s56 #define BLOCK_SIZE 64 define
190 prefetch [%o5 + (3 * BLOCK_SIZE)], 22
191 prefetch [%o5 + (6 * BLOCK_SIZE)], 22
H A Dmemcpy.s57 #define BLOCK_SIZE 64 define
147 prefetch [%o1 - (1 * BLOCK_SIZE)], 20 ! into the prefetch cache
150 prefetch [%o1 - (2 * BLOCK_SIZE)], 20 ! into the prefetch cache
154 prefetch [%o1 - (3 * BLOCK_SIZE)], 20 ! into the prefetch cache
156 prefetch [%o1 - (4 * BLOCK_SIZE)], 20 ! into the prefetch cache
158 prefetch [%o1 - (5 * BLOCK_SIZE)], 20 ! into the prefetch cache
259 prefetch [%o5 - (5 * BLOCK_SIZE)], 20 ! into the prefetch cache
473 prefetch [%o1 + (1 * BLOCK_SIZE)], 20
484 prefetch [%o1 + (2 * BLOCK_SIZE)], 20
491 prefetch [%o1 + (3 * BLOCK_SIZE)], 2
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s57 #define BLOCK_SIZE 64 define
129 prefetch [%o1 - (4 * BLOCK_SIZE)], #one_read
130 prefetch [%o0 - (4 * BLOCK_SIZE)], #one_write
163 prefetch [%o1 - (8 * BLOCK_SIZE)], #one_read
166 prefetch [%o0 - (8 * BLOCK_SIZE)], #one_write
236 prefetch [%o5 - (5 * BLOCK_SIZE)], #one_read
240 prefetch [%o0 - (5 * BLOCK_SIZE)], #one_write
427 prefetch [%o1 + (4 * BLOCK_SIZE)], #one_read
428 prefetch [%o0 + (4 * BLOCK_SIZE)], #one_write
452 prefetch [%o1 + (1 * BLOCK_SIZE)], #one_rea
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c41 #define BLOCK_SIZE 512 /* bytes */ macro
97 mult = BLOCK_SIZE;
/illumos-gate/usr/src/cmd/cdrw/
H A Ddae.c42 #define BLOCK_SIZE 2352 macro
107 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE); i >= 0; i -= 4) {
108 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
109 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
110 return (i + (BLOCK_SIZE * BLOCKS_COMPARE));
113 for (i = BLOCK_SIZE*(READ_OVERLAP - BLOCKS_COMPARE);
114 i < 2*READ_OVERLAP*BLOCK_SIZE; i += 4) {
115 if (memcmp(last_end - BLOCK_SIZE * BLOCKS_COMPARE, buf + i,
116 BLOCK_SIZE * BLOCKS_COMPARE) == 0) {
117 return (i + (BLOCK_SIZE * BLOCKS_COMPAR
[all...]
/illumos-gate/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 */
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c15 #define BLOCK_SIZE 16 macro
46 char local_iv_data[BLOCK_SIZE];
52 if (input->length < BLOCK_SIZE)
65 if (ivec->data == NULL || ivec->length != BLOCK_SIZE) {
67 ASSERT(ivec->length == BLOCK_SIZE);
77 nblocks = (input->length + BLOCK_SIZE - 1) / BLOCK_SIZE;
80 partialamount = input->length % BLOCK_SIZE;
116 char tmp[BLOCK_SIZE];
119 ((nblocks - 2) * BLOCK_SIZE));
[all...]
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c130 #define BLOCK_SIZE "BLK" macro
1296 } else if (strcasecmp(prop, BLOCK_SIZE) == 0) {
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c153 #define BLOCK_SIZE 512 macro
1879 mult = BLOCK_SIZE;
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c89 #define BLOCK_SIZE 512 /* when reporting in terms of blocks */ macro

Completed in 109 milliseconds