Home
last modified time | relevance | path

Searched refs:rrotate (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/graphics/graphviz/graphviz-2.44.1/lib/cdt/
H A Ddthdr.h42 #define rrotate(x,y) ((x)->left = (y)->right, (y)->right = (x)) macro
47 #define RROTATE(x,y) (rrotate(x,y), (x) = (y))
H A Ddttree.c115 { rrotate(root,t); in dttree()
149 { rrotate(root,t); in dttree()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/cdt/
H A Dcdtlib.h104 #define rrotate(x, y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) macro
109 #define RROTATE(x, y) (rrotate(x, y), (x) = (y))
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/bit/
H A Dsc_bv_base.h248 rrotate( const sc_bv_base& x, int n )
251 return a.rrotate( n );
H A Dsc_lv_base.h264 rrotate( const sc_lv_base& x, int n )
267 return a.rrotate( n );
706 sc_proxy<X>::rrotate( int n ) in rrotate() function
731 rrotate( const sc_proxy<X>& x, int n ) in rrotate() function
734 return a.rrotate( n ); in rrotate()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/cdt/
H A Dcdtlib.h152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) macro
157 #define RROTATE(x,y) (rrotate(x,y), (x) = (y))
/dports/shells/ksh93/ast-93u/src/lib/libast/cdt/
H A Dcdtlib.h152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) macro
157 #define RROTATE(x,y) (rrotate(x,y), (x) = (y))
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/cdt/
H A Dcdtlib.h152 #define rrotate(x,y) ((x)->_left = (y)->_rght, (y)->_rght = (x)) macro
157 #define RROTATE(x,y) (rrotate(x,y), (x) = (y))
/dports/lang/gcc9/gcc-9.4.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/devel/avr-gcc/gcc-10.2.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc10/gcc-10.3.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc11/gcc-11.2.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/lang/gcc9-aux/gcc-9.1.0/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/lualib/
H A Dbit32.lua201 function bit32.rrotate( x, disp ) function
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/lualib/
H A Dbit32.lua201 function bit32.rrotate( x, disp ) function
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/lualib/
H A Dbit32.lua201 function bit32.rrotate( x, disp ) function
/dports/lang/gcc9-devel/gcc-9-20211007/contrib/vim-gcc-dev/syntax/
H A Dgcc-match.vim35 \ lshift rshift lrotate rrotate
/dports/editors/micro/micro-2.0.10/vendor/github.com/zyedidia/highlight/syntax_files/
H A Dlua.yaml20 …r: "bit32\\.\\b(arshift|band|bnot|bor|btest|bxor|extract|replace|lrotate|lshift|rrotate|rshift)\\b"
/dports/editors/micro/micro-2.0.10/runtime/syntax/
H A Dlua.yaml20 …r: "bit32\\.\\b(arshift|band|bnot|bor|btest|bxor|extract|replace|lrotate|lshift|rrotate|rshift)\\b"
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddouble-int.h140 double_int rrotate (HOST_WIDE_INT count, unsigned int prec) const;
/dports/editors/bvi/bvi-1.4.0/
H A DCHANGES136 :rrotate :lrotate

12345678910