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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h133 typedef unsigned int qshift_t; typedef
135 typedef u_quad_t qshift_t; typedef
141 quad_t __ashldi3 __P((quad_t, qshift_t));
142 quad_t __ashrdi3 __P((quad_t, qshift_t));
153 quad_t __lshldi3 __P((quad_t, qshift_t));
154 quad_t __lshrdi3 __P((quad_t, qshift_t));

Completed in 427 milliseconds