Home
last modified time | relevance | path

Searched refs:cshift (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/bsd/less/dist/
H A Dline.c60 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 Dsha.c77 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 Dhash.h64 cshift (uint32_t x, unsigned int n) in cshift() function
H A Dmd4.c65 a = cshift(a + OP(b,c,d) + X[k] + i, s)
163 temp1 = cshift(t, 16); in swap_uint32_t()
H A Dmd5.c66 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
187 temp1 = cshift(t, 16); in swap_uint32_t()
H A Dsha256.c155 temp1 = cshift(t, 16); in swap_uint32_t()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/
H A Dcshift0.m41 `/* 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 Dcshift0.m41 `/* 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 Dvalarray_after.h195 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 Dvalarray_after.h195 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 Dvalarray533 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 Dvalarray533 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 DChangeLog-200377 * generated/cshift*.c: New files.
H A DChangeLog-2017461 * 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 Dvalarray102 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 DChangeLog-19991796 (valarray<T>::cshift, valarray<T>::shift): use __builtin_alloca.
2545 (valarray<T>::cshift): Fix.
H A DChangeLog-20078109 * 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 DChangeLog-20002738 * bits/valarray_meta.h (_Expr<>::shift, _Expr::cshift,
5285 (valarray<>::cshift): Likewise.
H A DChangeLog-20015319 (valarray<>::cshift): Reformat.
H A DChangeLog-2005613 (_Expr<>::cshift): Likewise.
H A DChangeLog-20062897 valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2020211 and SUM intrnisic. Add FIXME for cshift et al.
H A DChangeLog-20052419 cpu_time, cshift, date_and_time, dble, dfloat.
H A DChangeLog-20081781 checks for cshift's shift and eoshift's shift and boundary args.
H A DChangeLog-20071698 * iresolve.c (cshift, eoshift, merge, pack, reshape, spread,

12