Searched refs:WSIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S114 #define WSIZE 8 define
155 ldd [%o0+WSIZE],%f60 !load p[2]
159 ldd [%o0+2*WSIZE],%f62 !load p[1]
163 ldd [%o0+3*WSIZE],%f56 !-1.0
166 ldd [%o0+4*WSIZE],%f52 !load rounding mask
169 ldd [%o0+5*WSIZE],%f54 !load truncation mask
172 ldd [%o0+6*WSIZE],%f50 !1.0e37
175 ldd [%o0+7*WSIZE],%f32 !mask for sign bit
177 ldd [%o4+2*WSIZE],%f46 !pi/2 upper
178 ldd [%o4+(2*WSIZE
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c269 #define WSIZE 0x8000 macro
369 static uch slide[WSIZE];
778 if (w == WSIZE)
825 n -= (e = (e = WSIZE - ((d &= WSIZE - 1) > w ? d : w)) > n ? n
839 if (w == WSIZE)
848 if (w == WSIZE)
1129 while (wp < WSIZE && !errnum)
1156 while (block_len && w < WSIZE && !errnum)
1175 saved_filepos += WSIZE;
[all...]

Completed in 80 milliseconds