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

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/syspkg/sets/base/base-locale-lt/
Makefile 3 PKGBASE=base-locale-lt
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
alpha-step.c 29 lt (-360.0);
30 lt (360.0);
69 " .ent lt\n"
70 "lt:\n"
78 " .end lt\n");
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
alpha-step.c 29 lt (-360.0);
30 lt (360.0);
69 " .ent lt\n"
70 "lt:\n"
78 " .end lt\n");
  /src/external/cddl/dtracetoolkit/dist/Code/Shell/
func_slow.sh 7 while [ $i -lt 300 ]
17 while [ $i -lt 200 ]
28 while [ $i -lt 100 ]
  /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
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
121 DDLogicalThread *lt = cb->lt; local
154 DDLogicalThread *lt = cb->lt; local
    [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
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
273 DDLogicalThread *lt = cb->lt; local
305 DDLogicalThread *lt = cb->lt; local
329 DDLogicalThread *lt = cb->lt; local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector1.cpp 46 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) {
88 lt->~DDLogicalThread()
105 DDLogicalThread *lt = cb->lt; local
120 DDLogicalThread *lt = cb->lt; local
153 DDLogicalThread *lt = cb->lt; local
    [all...]
sanitizer_deadlock_detector2.cpp 90 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) {
144 lt->~DDLogicalThread();
145 InternalFree(lt);
191 DDLogicalThread *lt = cb->lt; local
270 DDLogicalThread *lt = cb->lt; local
302 DDLogicalThread *lt = cb->lt; local
326 DDLogicalThread *lt = cb->lt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector1.cpp 46 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) {
88 lt->~DDLogicalThread()
105 DDLogicalThread *lt = cb->lt; local
120 DDLogicalThread *lt = cb->lt; local
153 DDLogicalThread *lt = cb->lt; local
    [all...]
sanitizer_deadlock_detector2.cpp 90 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) {
144 lt->~DDLogicalThread();
145 InternalFree(lt);
191 DDLogicalThread *lt = cb->lt; local
270 DDLogicalThread *lt = cb->lt; local
302 DDLogicalThread *lt = cb->lt; local
326 DDLogicalThread *lt = cb->lt; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
mail_date.c 59 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->tm_sec >= gmt.tm_sec + MIN_SEC
    [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)
  /src/external/gpl3/gdb.old/dist/sim/igen/
compare_igen_models 37 if [ "$#" -lt 2 ]; then
  /src/external/gpl3/gdb/dist/sim/igen/
compare_igen_models 37 if [ "$#" -lt 2 ]; then
  /src/external/mpl/dhcp/dist/
config+lt 19 cp configure.ac+lt configure.ac
  /src/external/ibm-public/postfix/dist/examples/chroot-setup/
LINUX2 70 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
  /src/games/pom/
pom.c 213 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->tm_mon = ATOI2(p)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
version-compare.exp 27 proc lt { a b } {
46 lt {1 0} {1 1}
47 lt {1 1} {2 0}
50 lt {1 3} {2}
51 lt {1} {2 0}
74 lt {1} {1 0}
  /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/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 29 const line_type &lt)
31 assert(lt.type == line_type::dashed);
32 line_type slt = lt;
34 double dash_angle = lt.dash_width/rad;
57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt);
64 const line_type &lt)
66 assert(lt.type == line_type::dotted);
67 double gap_angle = lt.dash_width/rad;
80 dot(cent + position(cos(ang), sin(ang))*rad, lt);
87 const distance &dim, const line_type &lt)
    [all...]
tex.cpp 62 double end_angle, const line_type &lt);
182 const line_type &lt)
184 set_pen_size(lt.thickness);
189 switch(lt.type) {
197 printf("dt %.3f", lt.dash_width/scale);
200 printf("da %.3f", lt.dash_width/scale);
207 const line_type &lt, double fill)
214 line(v[n-1], v, n, lt);
218 const line_type &lt)
220 if (lt.type == line_type::invisible
    [all...]
  /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
    [all...]
  /src/bin/date/
date.c 354 struct tm *lt; local
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...]

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>