Searched refs:cshift (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dhash.h63 cshift (uint32_t x, unsigned int n) function
H A Dsha.c73 temp = cshift(AA, 5) + f(BB,CC,DD) + EE + data[t] + k; \
76 CC = cshift(BB, 30); \
97 data[i] = cshift(data[i-3] ^ data[i-8] ^ data[i-14] ^ data[i-16], 1);
209 temp1 = cshift(t, 16);
H A Dmd4.c61 a = cshift(a + OP(b,c,d) + X[k] + i, s)
159 temp1 = cshift(t, 16);
H A Dmd5.c62 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
183 temp1 = cshift(t, 16);
H A Dsha256.c151 temp1 = cshift(t, 16);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dwrgif.c224 int cshift = dinfo->cinfo->data_precision - 8; local
265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file);
266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file);
267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file);
270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift);
/macosx-10.10.1/less-25/less/
H A Dline.c25 static int cshift; /* Current left-shift of output line buffer */ variable
156 cshift = 0;
356 cshift += shifted;
672 int to_tab = column + cshift - lmargin;
832 if (cshift < hshift && column > sc_width / 2)
835 pshift(hshift - cshift);
1015 if (cshift < hshift)
1016 pshift(hshift - cshift);
1122 cshift = 0;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c788 #define GetComponent(raw, cshift, c) \
789 cshift = raw; \
790 if (cshift < 0) \
791 cshift = 0; \
792 else if (cshift >= MAX_COLOR) \
793 cshift = MAX_COLOR-1; \
794 c = cshift; \
795 cshift >>= COLOR_SHIFT;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dvalarray_after.h196 valarray<value_type> cshift(int) const;
269 _Expr<_Clos, _Tp>::cshift(int __n) const function in class:_Expr
271 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfortran.vim243 syn keyword fortran90Intrinsic adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack precision present product radix random_number random_seed range repeat reshape rrspacing

Completed in 101 milliseconds