Searched refs:UTYPE (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dload_n.c30 UTYPE
31 SIZE(libat_load) (UTYPE *mptr, int smodel)
33 UTYPE ret;
H A Dstore_n.c31 SIZE(libat_store) (UTYPE *mptr, UTYPE val, int smodel)
H A Dhost-config.h71 atomic_compare_exchange_n (UTYPE *mptr, UTYPE *eptr, UTYPE newval,
/haiku-buildtools/gcc/libatomic/
H A Dexch_n.c30 UTYPE
31 SIZE(libat_exchange) (UTYPE *mptr, UTYPE newval, int smodel)
46 UTYPE
47 SIZE(libat_exchange) (UTYPE *mptr, UTYPE newval, int smodel)
49 UTYPE oldval;
70 UTYPE
71 SIZE(libat_exchange) (UTYPE *mptr, UTYPE newva
[all...]
H A Dload_n.c30 UTYPE
31 SIZE(libat_load) (UTYPE *mptr, int smodel)
49 UTYPE
50 SIZE(libat_load) (UTYPE *mptr, int smodel)
52 UTYPE t = 0;
73 UTYPE
74 SIZE(libat_load) (UTYPE *mptr, int smodel)
97 UTYPE
98 SIZE(libat_load) (UTYPE *mptr, int smodel)
100 UTYPE re
[all...]
H A Dcas_n.c31 SIZE(libat_compare_exchange) (UTYPE *mptr, UTYPE *eptr, UTYPE newval,
53 SIZE(libat_compare_exchange) (UTYPE *mptr, UTYPE *eptr, UTYPE newval,
100 SIZE(libat_compare_exchange) (UTYPE *mptr, UTYPE *eptr, UTYPE newval,
103 UTYPE oldva
[all...]
H A Dfop_n.c36 UTYPE
37 SIZE(C2(libat_fetch_,NAME)) (UTYPE *mptr, UTYPE opval, int smodel)
47 UTYPE
48 SIZE(C3(libat_,NAME,_fetch)) (UTYPE *mptr, UTYPE opval, int smodel)
63 UTYPE
64 SIZE(C2(libat_fetch_,NAME)) (UTYPE *mptr, UTYPE opval, int smodel)
66 UTYPE oldva
[all...]
H A Dstore_n.c31 SIZE(libat_store) (UTYPE *mptr, UTYPE newval, int smodel)
48 SIZE(libat_store) (UTYPE *mptr, UTYPE newval, int smodel)
50 UTYPE oldval;
70 SIZE(libat_store) (UTYPE *mptr, UTYPE newval, int smodel)
98 SIZE(libat_store) (UTYPE *mptr, UTYPE newval, int smodel)
H A Dtas_n.c31 SIZE(libat_test_and_set) (UTYPE *mptr, int smodel)
49 SIZE(libat_test_and_set) (UTYPE *mptr, int smodel)
86 SIZE(libat_test_and_set) (UTYPE *mptr, int smodel)
88 UTYPE oldval;
109 SIZE(libat_test_and_set) (UTYPE *mptr, int smodel UNUSED)
H A Dlibatomic_i.h125 #define UTYPE SIZE(U) macro
/haiku-buildtools/gcc/libatomic/config/arm/
H A Dexch_n.c33 UTYPE
34 SIZE(libat_exchange) (UTYPE *mptr, UTYPE newval, int smodel)
37 UTYPE oldval;
83 UTYPE
84 SIZE(libat_exchange) (UTYPE *mptr, UTYPE newval, int smodel)
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-impl.h1056 #define MPFR_SADD_OVERFLOW(c,a,b,STYPE,UTYPE,MIN,MAX,ACTION_IF_POS_OVERFLOW,ACTION_IF_NEG_OVERFLOW) \
1059 UTYPE uc,ua,ub; \
1060 ua = (UTYPE) (a); ub = (UTYPE) (b); \
1062 if (uc > (UTYPE)(MAX)) ACTION_IF_POS_OVERFLOW; \
1065 UTYPE uc,ua,ub; \
1066 ua = -(UTYPE) (a); ub = -(UTYPE) (b); \
1068 if (uc >= -(UTYPE)(MIN) || uc > (UTYPE)(MA
[all...]

Completed in 119 milliseconds