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

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/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...]
H A Dsanitizer_deadlock_detector2.cpp90 void DestroyLogicalThread(DDLogicalThread *lt);
101 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
136 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( local
138 lt->ctx = ctx;
139 lt->nlocked = 0;
140 return lt;
143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { argument
144 lt->~DDLogicalThread();
145 InternalFree(lt);
193 DDLogicalThread *lt = cb->lt; local
272 DDLogicalThread *lt = cb->lt; local
304 DDLogicalThread *lt = cb->lt; local
328 DDLogicalThread *lt = cb->lt; local
358 CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *m) argument
400 Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_min_4.S16 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt)
H A Dsync_fetch_and_min_8.S17 #define min_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, lt)
/freebsd-12-stable/bin/date/
H A Ddate.c106 struct tm *lt; local
219 lt = localtime(&tval);
220 if (lt == NULL)
222 badv = vary_apply(v, lt);
232 printisodate(lt);
241 (void)strftime(buf, sizeof(buf), format, lt);
255 printisodate(struct tm *lt) argument
264 (void)strftime(buf, sizeof(buf), fmtbuf, lt);
267 (void)strftime(tzbuf, sizeof(tzbuf), "%z", lt);
282 struct tm *lt; local
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Darpadate.c63 register struct tm *lt; local
126 lt = localtime(&t);
128 off = (lt->tm_hour - gmt.tm_hour) * 60 + lt->tm_min - gmt.tm_min;
131 if (lt->tm_year < gmt.tm_year)
133 else if (lt->tm_year > gmt.tm_year)
135 else if (lt->tm_yday < gmt.tm_yday)
137 else if (lt->tm_yday > gmt.tm_yday)
151 tz = lt->tm_name;
154 tz = lt
[all...]
/freebsd-12-stable/lib/libc/string/
H A Dtimingsafe_memcmp.c34 /* lt is -1 if p1[i] < p2[i]; else 0. */
35 int lt = (p1[i] - p2[i]) >> CHAR_BIT; local
41 int cmp = lt - gt;
47 done |= lt | gt;
/freebsd-12-stable/usr.sbin/periodic/etc/daily/
H A D999.local35 [ $rc -lt 2 ] && rc=2
39 [ $rc -lt 2 ] && rc=2;;
/freebsd-12-stable/usr.sbin/periodic/etc/monthly/
H A D999.local32 [ $rc -lt 2 ] && rc=2
36 [ $rc -lt 2 ] && rc=2;;
/freebsd-12-stable/usr.sbin/periodic/etc/weekly/
H A D999.local32 [ $rc -lt 2 ] && rc=2
36 [ $rc -lt 2 ] && rc=2;;
/freebsd-12-stable/usr.bin/chpass/
H A Dutil.c87 static struct tm *lt; local
97 if (!lt) {
100 lt = localtime(&tval);
131 lt->tm_year = year - 1900;
132 lt->tm_mon = month - 1;
133 lt->tm_mday = day;
134 lt->tm_hour = 0;
135 lt->tm_min = 0;
136 lt->tm_sec = 0;
137 lt
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zdb/
H A Dzdb_001_neg.ksh80 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool/
H A Dzpool_001_neg.ksh77 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/
H A Dzpool_scrub_001_neg.ksh70 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/zpool_list/
H A Dzpool_list_002_neg.ksh65 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/lib/libutil/
H A Dlogin_ok.c95 struct login_time *lt = NULL; local
103 lt = *ltptr;
104 else if ((lt = realloc(*ltptr, j * sizeof(struct login_time))) != NULL) {
106 *ltptr = lt;
108 if (lt != NULL) {
112 lt[i] = parse_lt(tl[i]);
113 lt[i].lt_dow = LTM_NONE;
116 return lt;
230 struct login_time *lt; local
232 lt
[all...]
/freebsd-12-stable/contrib/bc/tests/
H A Dall.sh44 if [ "$#" -lt 1 ]; then
51 if [ "$#" -lt 1 ]; then
58 if [ "$#" -lt 1 ]; then
65 if [ "$#" -lt 1 ]; then
72 if [ "$#" -lt 1 ]; then
H A Ddiff.sh36 if [ "$#" -lt 2 ]; then
/freebsd-12-stable/contrib/llvm-project/lld/Common/
H A DDWARF.cpp25 const DWARFDebugLine::LineTable *lt = nullptr; local
27 lt = *expectedLT;
30 if (!lt)
32 lineTables.push_back(lt);
49 if (!lt->hasFileAtIndex(file))
65 variableLoc.insert({name, {lt, file, line}});
81 if (!it->second.lt->getFileNameByIndex(
94 for (const llvm::DWARFDebugLine::LineTable *lt : lineTables) {
95 if (lt->getFileLineInfoForAddress(
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dt-types.c25 LONGLONG_T volatile lt; local
64 lt = LLONG_MIN - 1;
65 SM_TEST(lt > ll);
76 lt = ll + 1;
77 SM_TEST(lt < ll);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_status/
H A Dzpool_status_001_pos.ksh68 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_005_neg.ksh66 while [[ $i -lt ${#args[*]} ]]; do
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_add_001_neg.ksh67 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_add_002_pos.ksh40 while [[ $i -lt ${#args[*]} ]]; do
H A Dzpool_create_001_neg.ksh70 while [[ $i -lt ${#args[*]} ]]; do

Completed in 272 milliseconds

1234567891011>>