Searched refs:shift1 (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dmodelib.h46 int shift1; /* first shift count */ member in struct:modeop
H A Dfmtmode.c44 *s++ = p->name[((mode & p->mask1) >> p->shift1) | ((mode & p->mask2) >> p->shift2)];
H A Dstrmode.c47 mode |= (p->mask1 & (c << p->shift1)) | (p->mask2 & (c << p->shift2));
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2925 # define _DV2_A(p,shift1,shift2) \
2926 (((( (lzo_xint)((p)[0]) << shift1) ^ (p)[1]) << shift2) ^ (p)[2])
2927 # define _DV2_B(p,shift1,shift2) \
2928 (((( (lzo_xint)((p)[2]) << shift1) ^ (p)[1]) << shift2) ^ (p)[0])
2929 # define _DV3_B(p,shift1,shift2,shift3) \
2930 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
2932 # define _DV2_A(p,shift1,shift2) \
2933 (( (lzo_xint)(p[0]) << shift1) ^ p[1])
2934 # define _DV2_B(p,shift1,shift2) \
2935 (( (lzo_xint)(p[1]) << shift1)
[all...]

Completed in 38 milliseconds