Searched defs:lshift (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/lib/
H A Dmdfour.c37 #define lshift(x,s) (((((x)<<(s))&MASK32) | (((x)>>(32-(s)))&MASK32))) macro
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-misc.c490 lshift function
H A Dgdtoaimp.h237 #define lshift __lshift_D2A macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.misc.c401 lshift(Char **v, int c) function
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-bin.el
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c1382 lshift(Bigint *b, int k) function
[all...]
H A Dtime.c172 #define lshift(x,y) (rb_funcall((x), id_lshift, 1, (y))) macro

Completed in 206 milliseconds