Searched refs:_REL (Results 1 – 5 of 5) sorted by relevance
48 #define _REL(BASE) ((int)item-BASE) macro99 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)]; in nl_langinfo_l()103 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()108 ret = (char*) __get_current_time_locale(loc)->month[_REL(MON_1)]; in nl_langinfo_l()113 ret = (char*) __get_current_time_locale(loc)->mon[_REL(ABMON_1)]; in nl_langinfo_l()119 __get_current_time_locale(loc)->alt_month[_REL(ALTMON_1)]; in nl_langinfo_l()
632 HANDLE_LIBCALL(A##N##_REL, nullptr) \
453 { A##B##_RELAX, A##B##_ACQ, A##B##_REL, A##B##_ACQ_REL } in getOUTLINE_ATOMIC()
739 { A##B##_RELAX, A##B##_ACQ, A##B##_REL, A##B##_ACQ_REL } in getOutlineAtomicLibcall()
943 setLibcallName(A##N##_REL, #B #N "_rel"); \ in AArch64TargetLowering()