HomeSort by: relevance | last modified time | path
    Searched refs:lt (Results 1 - 25 of 115) sorted by relevancy

1 2 3 4 5

  /src/distrib/syspkg/sets/base/base-locale-lt/
Makefile 3 PKGBASE=base-locale-lt
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 47 void DestroyLogicalThread(DDLogicalThread *lt) override;
58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local in function:__sanitizer::DD::CreateLogicalThread
82 lt->ctx = ctx;
83 lt->dd.clear();
84 lt->report_pending = false;
85 return lt;
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) {
89 lt->~DDLogicalThread()
106 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexBeforeLock
121 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::ReportDeadlock
154 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexAfterLock
    [all...]
sanitizer_deadlock_detector2.cc 91 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 in function:__sanitizer::DD::CreateLogicalThread
139 lt->ctx = ctx;
140 lt->nlocked = 0;
141 return lt;
144 void DD::DestroyLogicalThread(DDLogicalThread *lt) {
145 lt->~DDLogicalThread();
146 InternalFree(lt);
194 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexBeforeLock
273 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexAfterLock
305 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexBeforeUnlock
329 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexDestroy
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
sync_fetch_and_min_4.S 17 #define min_4(rD, rN, rM) MINMAX_4(rD, rN, rM, lt)
sync_fetch_and_min_8.S 18 #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)
aeabi_dcmp.S 12 // int __aeabi_dcmp{eq,lt,le,ge,gt}(double a, double b) {
13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
37 DEFINE_AEABI_DCMP(lt)
aeabi_fcmp.S 12 // int __aeabi_fcmp{eq,lt,le,ge,gt}(float a, float b) {
13 // int result = __{eq,lt,le,ge,gt}sf2(a, b);
37 DEFINE_AEABI_FCMP(lt)
  /src/games/pom/
pom.c 213 struct tm *lt; local in function:parsetime
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->tm_mon = ATOI2(p)
    [all...]
  /src/sys/compat/linux/common/
linux_termios.h 190 linux32_termio_to_bsd_termios(struct linux32_termio *lt, struct termios *bts)
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->c_iflag, LINUX_ICRNL, ICRNL)
    [all...]
  /src/lib/
checkoldver 67 if [ "$libmajor" -lt "$1" ]
74 elif [ "$1" -lt "$libmajor" ]
84 if [ "$libminor" -lt "$2" ]
91 elif [ "$2" -lt "$libminor" ]
101 if [ "$libtiny" -lt "$3" ]
108 elif [ "$5" -lt "$libminor" ]
  /src/usr.bin/xlint/lint1/
ckbool.c 61 const tnode_t *ln, tspec_t lt,
64 if ((lt == BOOL) == (rt == BOOL))
71 (is_int_constant_zero(ln, lt) || is_int_constant_zero(rn, rt)))
76 return lt != BOOL && (ln->tn_sys || rn->tn_sys);
96 const tnode_t *ln, tspec_t lt,
99 if (is_typeok_strict_bool_binary(op, ln, lt, rn, rt))
104 error(334, arg, tspec_name(lt), tspec_name(rt));
107 error(211, tspec_name(lt), tspec_name(rt));
110 error(107, op_name(op), tspec_name(lt), tspec_name(rt));
125 tspec_t lt = ln->tn_type->t_tspec local in function:typeok_scalar_strict_bool
    [all...]
  /src/bin/date/
date.c 354 struct tm *lt; local in function:setthetime
359 if ((lt = localtime(&tval)) == NULL)
362 lt->tm_isdst = -1; /* Divine correct DST */
366 t = strptime(p, fmt, lt);
380 t = strptime(p, "%m%d%H%M", lt);
387 t = strptime(t, yrdigs == 2 ? "%y" : "%Y", lt);
417 lt->tm_sec = ATOI2(dot);
418 if (lt->tm_sec > 61)
422 lt->tm_sec = 0;
429 lt->tm_year = ATOI2(p) * 100 - TM_YEAR_BASE
    [all...]
  /src/sys/kern/
sys_ptrace_common.c 529 ptrace_set_siginfo(struct proc *t, struct lwp **lt, struct ptrace_methods *ptm,
701 ptrace_lwpinfo(struct proc *t, struct lwp **lt, void *addr, size_t data)
714 lwp_delref(*lt);
717 *lt = lwp_find_first(t);
719 *lt = lwp_find(t, tmp);
720 if (*lt == NULL) {
724 *lt = LIST_NEXT(*lt, l_sibling);
727 while (*lt != NULL && (!lwp_alive(*lt) ||
1086 struct lwp *lt = NULL; local in function:do_ptrace
    [all...]
  /src/tests/lib/libarchive/
t_libarchive.sh 41 if [ $m -lt 400 ]; then
  /src/usr.bin/gzip/
zgrep 54 if [ $# -lt 2 ]
96 if [ ${pattern_found} -lt 1 ]
110 if [ $# -lt 1 ]
116 if [ ${silent} -lt 1 -a $# -gt 1 ]; then
  /src/usr.bin/skey/
skeyaudit.sh 46 if [ $SEQ -lt $LOWLIMIT ]; then
47 if [ $SEQ -lt 3 ]; then
  /src/tests/usr.bin/xlint/lint1/
msg_244.c 24 lt(struct a *a, struct b *b) function in typeref:typename:_Bool
  /src/usr.bin/tip/aculib/
dn11.c 53 int lt, nw; local in function:dn_dialer
82 nw = write(dn, num, (size_t)(lt = strlen(num)));
83 exit(nw != lt);
103 while ((nw = wait(&lt)) != child && nw != -1)
107 if (lt != 0) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c 53 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay)
55 struct nvkm_dp *dp = lt->dp;
63 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6);
68 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, &lt->pc2stat, 1);
70 lt->pc2stat = 0x00;
72 lt->stat, lt->pc2stat);
74 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat);
81 nvkm_dp_train_drive(struct lt_state *lt, bool pc)
83 struct nvkm_dp *dp = lt->dp
233 struct lt_state lt = { local in function:nvkm_dp_train_links
    [all...]
  /src/etc/rc.d/
smtoff 63 while [ "$i" -lt "$ncpus" ]
91 while [ "$i" -lt "$ncpus" ]
securelevel 29 if [ "$securelevel" -lt "$osecurelevel" ]; then
  /src/usr.bin/chpass/
util.c 73 static struct tm *lt; local in function:atot
82 if (!lt) {
85 lt = localtime(&tval);
  /src/bin/pax/
sel_subs.c 550 struct tm *lt; local in function:str_sec
564 lt = localtime(tval);
571 lt->tm_sec = ATOI2(dot);
574 lt->tm_sec = 0;
580 lt->tm_year = ATOI2(p) * 100 - TM_YEAR_BASE;
585 lt->tm_year += ATOI2(p);
589 lt->tm_year = yearset + 2000 - TM_YEAR_BASE;
591 lt->tm_year = yearset + 1900 - TM_YEAR_BASE;
595 lt->tm_mon = ATOI2(p);
596 --lt->tm_mon
    [all...]
  /src/usr.bin/rwall/
rwall.c 152 struct tm *lt; local in function:makemsg
174 lt = localtime(&now);
188 (void)fprintf(fp, " (%s) at %d:%02d ...\n", tty, lt->tm_hour,
189 lt->tm_min);
  /src/tests/sbin/newfs_msdos/
t_create.sh 35 if [ $AVAIL -lt 34 ]; then

Completed in 20 milliseconds

1 2 3 4 5