Home
last modified time | relevance | path

Searched defs:rotate (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h28 void (*rotate)(struct rb_node *old, struct rb_node *new); member
H A Dfb.h139 __u32 rotate; /* angle we rotate counter clockwise */ member
/openbmc/qemu/util/
H A Dinterval-tree.c62 void (*rotate)(RBNode *old, RBNode *new); member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
H A Dui-bootstrap-tpls-0.11.0.min.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
/openbmc/qemu/libdecnumber/
H A DdecNumber.c2619 Int rotate; /* rhs as an Int */ in decNumberRotate() local
/openbmc/qemu/target/m68k/
H A Dtranslate.c3553 static void rotate(TCGv reg, TCGv shift, int left, int size) in rotate() function