HomeSort by: relevance | last modified time | path
    Searched refs:cshift (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
hash.h 64 cshift (uint32_t x, unsigned int n) function
sha.c 77 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \
80 CC = cshift(BB, 30); \
101 data[i] = cshift(data[i-3] ^ data[i-8] ^ data[i-14] ^ data[i-16], 1);
213 temp1 = cshift(t, 16);
md4.c 65 a = cshift(a + OP(b,c,d) + X[k] + i, s)
163 temp1 = cshift(t, 16);
md5.c 66 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
187 temp1 = cshift(t, 16);
sha256.c 155 temp1 = cshift(t, 16);
  /src/external/bsd/less/dist/
line.c 60 static int cshift; /* Current left-shift of output line buffer */ variable
246 cshift = 0;
672 return (end_column - cshift + w + attr_ewidth(a) <= sc_width);
767 if (cshift == hshift)
785 if (cshift < hshift)
800 cshift += w;
806 while (cshift > hshift)
809 cshift--;
1010 char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf;
1011 int *end = (cshift < hshift) ? &shifted_ansi.end : &linebuf.end
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
valarray_after.h 195 valarray<value_type> cshift(int) const;
268 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
270 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
valarray_after.h 195 valarray<value_type> cshift(int) const;
268 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
270 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);

Completed in 27 milliseconds