Home
last modified time | relevance | path

Searched refs:_REL (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/lib/libc/locale/
HDnl_langinfo.c48 #define _REL(BASE) ((int)item-BASE) macro
99 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()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDRuntimeLibcalls.def632 HANDLE_LIBCALL(A##N##_REL, nullptr) \
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp453 { A##B##_RELAX, A##B##_ACQ, A##B##_REL, A##B##_ACQ_REL } in getOUTLINE_ATOMIC()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizerHelper.cpp739 { A##B##_RELAX, A##B##_ACQ, A##B##_REL, A##B##_ACQ_REL } in getOutlineAtomicLibcall()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp943 setLibcallName(A##N##_REL, #B #N "_rel"); \ in AArch64TargetLowering()