| /netbsd-src/external/bsd/less/dist/ |
| H A D | line.c | 60 static int cshift; /* Current left-shift of output line buffer */ variable 246 cshift = 0; in prewind() 672 return (end_column - cshift + w + attr_ewidth(a) <= sc_width); in fits_on_screen() 767 if (cshift == hshift) in store_char() 785 if (cshift < hshift) in store_char() 800 cshift += w; in store_char() 806 while (cshift > hshift) in store_char() 809 cshift--; in store_char() 1010 char *start = (cshift < hshift) ? xbuf_char_data(&shifted_ansi): linebuf.buf; in store_ansi() 1011 int *end = (cshift < hshift) ? &shifted_ansi.end : &linebuf.end; in store_ansi() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | 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); in calc() 213 temp1 = cshift(t, 16); in swap_uint32_t()
|
| H A D | hash.h | 64 cshift (uint32_t x, unsigned int n) in cshift() function
|
| H A D | md4.c | 65 a = cshift(a + OP(b,c,d) + X[k] + i, s) 163 temp1 = cshift(t, 16); in swap_uint32_t()
|
| H A D | md5.c | 66 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s) 187 temp1 = cshift(t, 16); in swap_uint32_t()
|
| H A D | sha256.c | 155 temp1 = cshift(t, 16); in swap_uint32_t()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | cshift0.m4 | 1 `/* Helper function for cshift functions. 107 b = cshift(a,sh,3) 112 bn = cshift(a,sh*n1*n2,1)
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | cshift0.m4 | 1 `/* Helper function for cshift functions. 107 b = cshift(a,sh,3) 112 bn = cshift(a,sh*n1*n2,1)
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | valarray_after.h | 195 valarray<value_type> cshift(int) const; in _GLIBCXX_VISIBILITY() 268 _Expr<_Clos, _Tp>::cshift(int __n) const in _GLIBCXX_VISIBILITY() 270 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | valarray_after.h | 195 valarray<value_type> cshift(int) const; in _GLIBCXX_VISIBILITY() 268 _Expr<_Clos, _Tp>::cshift(int __n) const in _GLIBCXX_VISIBILITY() 270 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n); in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | valarray | 533 valarray<_Tp> cshift(int __n) const; 991 valarray<_Tp>::cshift(int __n) const 1004 else if (__n > 0) // cshift left 1014 else // cshift right
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | valarray | 533 valarray<_Tp> cshift(int __n) const; 991 valarray<_Tp>::cshift(int __n) const 1004 else if (__n > 0) // cshift left 1014 else // cshift right
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2003 | 77 * generated/cshift*.c: New files.
|
| H A D | ChangeLog-2017 | 461 * m4/cshift.m4 (cshift1): Split up inner loop by removing 519 shift, implement blocked algorighm for cshift.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | valarray | 102 valarray cshift(int i) const; 1023 valarray cshift(int __i) const; 2724 __val_expr<__cshift_expr<_ValExpr> > cshift(int __i) const 3663 valarray<_Tp>::cshift(int __i) const
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-1999 | 1796 (valarray<T>::cshift, valarray<T>::shift): use __builtin_alloca. 2545 (valarray<T>::cshift): Fix.
|
| H A D | ChangeLog-2007 | 8109 * include/std/valarray (valarray<>::shift, cshift): Likewise. 8198 * include/std/valarray (valarray<>::cshift): Fix typo. 8224 * include/std/valarray (valarray<>::shift, valarray<>::cshift): 8230 * include/std/valarray (valarray<>::shift, valarray<>::cshift):
|
| H A D | ChangeLog-2000 | 2738 * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift, 5285 (valarray<>::cshift): Likewise.
|
| H A D | ChangeLog-2001 | 5319 (valarray<>::cshift): Reformat.
|
| H A D | ChangeLog-2005 | 613 (_Expr<>::cshift): Likewise.
|
| H A D | ChangeLog-2006 | 2897 valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2020 | 211 and SUM intrnisic. Add FIXME for cshift et al.
|
| H A D | ChangeLog-2005 | 2419 cpu_time, cshift, date_and_time, dble, dfloat.
|
| H A D | ChangeLog-2008 | 1781 checks for cshift's shift and eoshift's shift and boundary args.
|
| H A D | ChangeLog-2007 | 1698 * iresolve.c (cshift, eoshift, merge, pack, reshape, spread,
|