Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 126) sorted by relevance

123456

/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtst-mktime2.c45 struct tm *lt = localtime (&now); in mktime_test1() local
46 if (lt && mktime (lt) != now) in mktime_test1()
86 if (! (lt in bigtime_test()
87 && lt->tm_year == tm.tm_year in bigtime_test()
88 && lt->tm_mon == tm.tm_mon in bigtime_test()
89 && lt->tm_mday == tm.tm_mday in bigtime_test()
90 && lt->tm_hour == tm.tm_hour in bigtime_test()
91 && lt->tm_min == tm.tm_min in bigtime_test()
92 && lt->tm_sec == tm.tm_sec in bigtime_test()
93 && lt->tm_yday == tm.tm_yday in bigtime_test()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.c84 #define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF)) argument
85 #define linetype_2dodgy(lt) ((Linetype)(lt + LT_DODGY)) argument
963 Linetype lt; in eval_unary() local
972 if (lt != LT_IF) { in eval_unary()
1008 lt = LT_IF; in eval_unary()
1019 lt = LT_IF; in eval_unary()
1023 lt = LT_FALSE; in eval_unary()
1039 return (lt); in eval_unary()
1051 Linetype lt, rt; in eval_table() local
1070 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
A DMakefile.am133 cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
134 $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
135 -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
143 cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
A DMakefile.in76 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
756 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
757 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
758 …AL_ABI_TRUE@ -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios…
766 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
A DMakefile.am133 cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
134 $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
135 -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
143 cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
A DMakefile.in76 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
754 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
755 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
756 …AL_ABI_TRUE@ -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios…
764 @ENABLE_DUAL_ABI_TRUE@cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A DMakefile.am143 cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
144 $(LTCXXCOMPILE) -gno-as-loc-support -S $< -o tmp-cxx11-ios_failure-lt.s
145 -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
153 cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
A DMakefile.am143 cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
144 $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
145 -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
153 cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
A DMakefile.am143 cxx11-ios_failure-lt.s: cxx11-ios_failure.cc
144 $(LTCXXCOMPILE) -S $< -o tmp-cxx11-ios_failure-lt.s
145 -test -f tmp-cxx11-ios_failure-lt.o && mv -f tmp-cxx11-ios_failure-lt.o tmp-cxx11-ios_failure-lt.s
153 cxx11-ios_failure.lo: cxx11-ios_failure-lt.s
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dchar_traits.h104 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
152 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
154 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
310 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
312 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
534 lt(const char_type& __c1, const char_type& __c2) noexcept
541 if (lt(__s1[__i], __s2[__i]))
543 else if (lt(__s2[__i], __s1[__i]))
631 lt(const char_type& __c1, const char_type& __c2) noexcept
638 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dchar_traits.h104 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
152 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
154 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
325 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
327 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
658 lt(const char_type& __c1, const char_type& __c2) noexcept
665 if (lt(__s1[__i], __s2[__i]))
667 else if (lt(__s2[__i], __s1[__i]))
761 lt(const char_type& __c1, const char_type& __c2) noexcept
768 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dchar_traits.h100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
148 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
150 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
250 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
345 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
444 lt(const char_type& __c1, const char_type& __c2) noexcept
451 if (lt(__s1[__i], __s2[__i]))
453 else if (lt(__s2[__i], __s1[__i]))
541 lt(const char_type& __c1, const char_type& __c2) noexcept
548 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dchar_traits.h100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
148 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
150 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
250 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
345 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
444 lt(const char_type& __c1, const char_type& __c2) noexcept
451 if (lt(__s1[__i], __s2[__i]))
453 else if (lt(__s2[__i], __s1[__i]))
541 lt(const char_type& __c1, const char_type& __c2) noexcept
548 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dchar_traits.h100 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
148 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
150 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
250 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
325 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
404 lt(const char_type& __c1, const char_type& __c2) noexcept
411 if (lt(__s1[__i], __s2[__i]))
413 else if (lt(__s2[__i], __s1[__i]))
497 lt(const char_type& __c1, const char_type& __c2) noexcept
504 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dchar_traits.h104 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
152 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
154 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
292 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
405 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
525 lt(const char_type& __c1, const char_type& __c2) noexcept
532 if (lt(__s1[__i], __s2[__i]))
534 else if (lt(__s2[__i], __s1[__i]))
622 lt(const char_type& __c1, const char_type& __c2) noexcept
629 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dchar_traits.h110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
354 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
356 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
732 lt(const char_type& __c1, const char_type& __c2) noexcept
739 if (lt(__s1[__i], __s2[__i]))
741 else if (lt(__s2[__i], __s1[__i]))
846 lt(const char_type& __c1, const char_type& __c2) noexcept
853 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dchar_traits.h110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
354 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY()
356 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY()
732 lt(const char_type& __c1, const char_type& __c2) noexcept
739 if (lt(__s1[__i], __s2[__i]))
741 else if (lt(__s2[__i], __s1[__i]))
846 lt(const char_type& __c1, const char_type& __c2) noexcept
853 if (lt(__s1[__i], __s2[__i]))
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Dpod_char_traits.h114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
122 return lt(__s1[__i], __s2[__i]) ? -1 : 1; in _GLIBCXX_VISIBILITY()

Completed in 76 milliseconds

123456