Home
last modified time | relevance | path

Searched defs:__ll_highpart (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlonglong.h49 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/dragonfly/contrib/binutils-2.27/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/dragonfly/contrib/gcc-8.0/include/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/dragonfly/contrib/mpfr/src/
H A Dmpfr-longlong.h39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/dragonfly/contrib/gmp/
H A Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro