Searched refs:lt (Results 1 - 25 of 1051) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8_1-m-cond.s7 cinc r3, r2, lt
8 cinv r3, r2, lt
9 cneg r3, r2, lt
10 csinc r3, r2, r4, lt
11 csinc r3, r4, r4, lt
12 csinc r3, zr, zr, lt
13 csinv r3, r2, r4, lt
14 csinv r3, r4, r4, lt
15 csinv r3, zr, zr, lt
16 csneg r3, r2, r4, lt
[all...]
H A Darmv8_1-m-cond-bad.s7 cinc r3, pc, lt
8 cinv pc, r2, lt
9 cneg r3, sp, lt
11 csinc r3, r2, r4, lt
12 csinv r3, r4, r4, lt
14 csnegne r3, r2, r4, lt
15 csinv r3, r4, r4, lt
H A Darmv8_1-m-cond-bad.l4 .*: Error: r15 not allowed here -- `cinc r3,pc,lt'
5 .*: Error: r15 not allowed here -- `cinv pc,r2,lt'
6 .*: Error: r13 not allowed here -- `cneg r3,sp,lt'
7 .*: Error: instruction not allowed in IT block -- `csinc r3,r2,r4,lt'
8 .*: Error: instruction cannot be conditional -- `csnegne r3,r2,r4,lt'
/netbsd-current/distrib/syspkg/sets/base/base-locale-lt/
H A DMakefile3 PKGBASE=base-locale-lt
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dbcy.d10 0: (40 00 00 00|00 00 00 40) bdnzf- lt,0 .*
11 4: (40 20 00 00|00 00 20 40) bdnzf\+ lt,4 .*
12 8: (40 40 00 00|00 00 40 40) bdzf- lt,8 .*
13 c: (40 60 00 00|00 00 60 40) bdzf\+ lt,c .*
16 18: (41 00 00 00|00 00 00 41) bdnzt- lt,18 .*
17 1c: (41 20 00 00|00 00 20 41) bdnzt\+ lt,1c .*
18 20: (41 40 00 00|00 00 40 41) bdzt- lt,20 .*
19 24: (41 60 00 00|00 00 60 41) bdzt\+ lt,24 .*
26 40: (42 80 00 00|00 00 80 42) bc 20,lt,40 .*
32 58: (4c 00 00 20|20 00 00 4c) bdnzflr- lt
[all...]
H A Dbcat.d10 0: (40 00 00 00|00 00 00 40) bdnzf lt,0 .*
11 4: (40 40 00 00|00 00 40 40) bdzf lt,4 .*
15 14: (41 00 00 00|00 00 00 41) bdnzt lt,14 .*
16 18: (41 40 00 00|00 00 40 41) bdzt lt,18 .*
22 30: (42 80 00 00|00 00 80 42) bc 20,lt,30 .*
34 60: (4c 00 00 20|20 00 00 4c) bdnzflr lt
35 64: (4c 40 00 20|20 00 40 4c) bdzflr lt
39 74: (4d 00 00 20|20 00 00 4d) bdnztlr lt
40 78: (4d 40 00 20|20 00 40 4d) bdztlr lt
51 a4: (4c 00 04 60|60 04 00 4c) bdnzftar lt
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c29 lt (-360.0);
30 lt (360.0);
69 " .ent lt\n"
70 "lt:\n"
78 " .end lt\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dalpha-step.c29 lt (-360.0);
30 lt (360.0);
69 " .ent lt\n"
70 "lt:\n"
78 " .end lt\n");
/netbsd-current/external/cddl/dtracetoolkit/dist/Code/Shell/
H A Dfunc_slow.sh7 while [ $i -lt 300 ]
17 while [ $i -lt 200 ]
28 while [ $i -lt 100 ]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc47 void DestroyLogicalThread(DDLogicalThread *lt) override;
58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local
82 lt->ctx = ctx;
83 lt->dd.clear();
84 lt->report_pending = false;
85 return lt;
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
89 lt
98 MutexEnsureID(DDLogicalThread *lt, DDMutex *m) argument
106 DDLogicalThread *lt = cb->lt; local
121 DDLogicalThread *lt = cb->lt; local
154 DDLogicalThread *lt = cb->lt; local
[all...]
H A Dsanitizer_deadlock_detector2.cc91 void DestroyLogicalThread(DDLogicalThread *lt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
137 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( local
139 lt->ctx = ctx;
140 lt->nlocked = 0;
141 return lt;
144 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
145 lt->~DDLogicalThread();
146 InternalFree(lt);
194 DDLogicalThread *lt = cb->lt; local
273 DDLogicalThread *lt = cb->lt; local
305 DDLogicalThread *lt = cb->lt; local
329 DDLogicalThread *lt = cb->lt; local
359 CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *m) argument
401 Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc45 void DestroyLogicalThread(DDLogicalThread *lt) override;
56 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
79 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local
80 lt->ctx = ctx;
81 lt->dd.clear();
82 lt->report_pending = false;
83 return lt;
86 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
87 lt
96 MutexEnsureID(DDLogicalThread *lt, DDMutex *m) argument
104 DDLogicalThread *lt = cb->lt; local
119 DDLogicalThread *lt = cb->lt; local
152 DDLogicalThread *lt = cb->lt; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp46 void DestroyLogicalThread(DDLogicalThread *lt) override;
57 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local
81 lt->ctx = ctx;
82 lt->dd.clear();
83 lt->report_pending = false;
84 return lt;
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
88 lt
97 MutexEnsureID(DDLogicalThread *lt, DDMutex *m) argument
105 DDLogicalThread *lt = cb->lt; local
120 DDLogicalThread *lt = cb->lt; local
153 DDLogicalThread *lt = cb->lt; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.c59 struct tm *lt; local
84 lt = localtime(&when);
85 gmtoff = (lt->tm_hour - gmt.tm_hour) * HOUR_MIN + lt->tm_min - gmt.tm_min;
86 if (lt->tm_year < gmt.tm_year)
88 else if (lt->tm_year > gmt.tm_year)
90 else if (lt->tm_yday < gmt.tm_yday)
92 else if (lt->tm_yday > gmt.tm_yday)
94 if (lt->tm_sec <= gmt.tm_sec - MIN_SEC)
96 else if (lt
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dsync_fetch_and_min_4.S17 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt)
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dcompare_igen_models37 if [ "$#" -lt 2 ]; then
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dcompare_igen_models37 if [ "$#" -lt 2 ]; then
/netbsd-current/external/mpl/dhcp/dist/
H A Dconfig+lt19 cp configure.ac+lt configure.ac
/netbsd-current/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DLINUX270 lt=/etc/localtime
71 if test ! -f $lt ; then lt=/usr/lib/zoneinfo/localtime ; fi
72 if test ! -f $lt ; then lt=/usr/share/zoneinfo/localtime ; fi
73 if test ! -f $lt ; then echo "cannot find localtime" ; exit 1 ; fi
77 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc35 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:want_value
46 case lt:
77 test_value(wcscmp(L"costa marbella", L"costa rica"), lt);
79 test_value(wcscmp(str_1.data(), str_0.data()), lt); local
82 test_value(wcsncmp(str_1.data(), str_0.data(), 14), lt); local
84 test_value(wmemcmp(str_1.data(), str_0.data(), 14), lt); local
85 test_value(wmemcmp(L"costa marbella", L"costa rica", 14), lt);
89 test_value(str_1.compare(str_0), lt); //because m<r
93 test_value(str_2.compare(str_0), lt);
98 test_value(str_1.compare(0, 6, str_0), lt);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D1.cc34 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:operations_compare_1::want_value
45 case lt:
74 test_value(strcmp("costa marbella", "costa rica"), lt);
76 test_value(strcmp(str_1.data(), str_0.data()), lt); local
79 test_value(strncmp(str_1.data(), str_0.data(), 14), lt); local
81 test_value(memcmp(str_1.data(), str_0.data(), 10), lt); local
82 test_value(memcmp("costa marbella", "costa rica", 10), lt);
86 test_value(str_1.compare(str_0), lt); //because m<r
90 test_value(str_2.compare(str_0), lt);
95 test_value(str_1.compare(0, 6, str_0), lt);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D1.cc34 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:operations_compare_1::want_value
45 case lt:
74 test_value(strcmp("costa marbella", "costa rica"), lt);
76 test_value(strcmp(str_1.data(), str_0.data()), lt); local
79 test_value(strncmp(str_1.data(), str_0.data(), 14), lt); local
81 test_value(memcmp(str_1.data(), str_0.data(), 10), lt); local
82 test_value(memcmp("costa marbella", "costa rica", 10), lt);
86 test_value(str_1.compare(str_0), lt); //because m<r
90 test_value(str_2.compare(str_0), lt);
95 test_value(str_1.compare(0, 6, str_0), lt);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D1.cc35 enum want_value {lt=0, z=1, gt=2}; enumerator in enum:want_value
46 case lt:
77 test_value(wcscmp(L"costa marbella", L"costa rica"), lt);
79 test_value(wcscmp(str_1.data(), str_0.data()), lt); local
82 test_value(wcsncmp(str_1.data(), str_0.data(), 14), lt); local
84 test_value(wmemcmp(str_1.data(), str_0.data(), 14), lt); local
85 test_value(wmemcmp(L"costa marbella", L"costa rica", 14), lt);
89 test_value(str_1.compare(str_0), lt); //because m<r
93 test_value(str_2.compare(str_0), lt);
98 test_value(str_1.compare(0, 6, str_0), lt);
[all...]
/netbsd-current/games/pom/
H A Dpom.c213 struct tm *lt; local
226 lt = localtime(&tval);
227 lt->tm_sec = 0;
228 lt->tm_min = 0;
233 lt->tm_year = bigyear * 100 - 1900;
238 lt->tm_year += ATOI2(p);
240 lt->tm_year = ATOI2(p);
241 if (lt->tm_year < 69) /* hack for 2000 */
242 lt->tm_year += 100;
246 lt
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_termios.h190 linux32_termio_to_bsd_termios(struct linux32_termio *lt, struct termios *bts) argument
192 linux_termio_to_bsd_termios(struct linux_termio *lt, struct termios *bts)
198 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNBRK, IGNBRK);
199 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_BRKINT, BRKINT);
200 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNPAR, IGNPAR);
201 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INPCK, INPCK);
202 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_ISTRIP, ISTRIP);
203 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_INLCR, INLCR);
204 bts->c_iflag |= cvtto_bsd_mask(lt->c_iflag, LINUX_IGNCR, IGNCR);
205 bts->c_iflag |= cvtto_bsd_mask(lt
277 bsd_termios_to_linux32_termio(struct termios *bts, struct linux32_termio *lt) argument
[all...]

Completed in 199 milliseconds

1234567891011>>