Home
last modified time | relevance | path

Searched defs:lt (Results 1 – 25 of 142) sorted by relevance

123456

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp29 const line_type &lt) in dashed_circle()
64 const line_type &lt) in dotted_circle()
87 const distance &dim, const line_type &lt) in ellipse_arc()
127 const line_type &lt) in dashed_ellipse()
186 const line_type &lt) in dotted_ellipse()
253 const position &end, const line_type &lt) in dashed_arc()
284 const position &end, const line_type &lt) in dotted_arc()
312 const line_type &lt) in solid_arc()
324 double rad, const line_type &lt, double fill) in rounded_box()
348 const line_type &lt) in dashed_rounded_box()
[all …]
H A Dtex.cpp182 const line_type &lt) in line()
207 const line_type &lt, double fill) in polygon()
218 const line_type &lt) in spline()
244 const line_type &lt) in solid_arc()
259 const position &end, const line_type &lt) in arc()
288 const line_type &lt, double fill) in circle()
315 const line_type &lt, double fill) in ellipse()
362 void tex_output::dot(const position &pos, const line_type &lt) in dot()
H A Dtroff.cpp68 const position &end, const line_type &lt) in arc()
87 const line_type &lt) in line()
138 const line_type &lt) in spline()
145 const line_type &lt, double fill) in polygon()
163 const line_type &lt, double fill) in circle()
189 const line_type &lt, double fill) in ellipse()
544 void troff_output::dot(const position &cent, const line_type &lt) in dot()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
97 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
105 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
120 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
153 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
H A Dsanitizer_deadlock_detector2.cpp136 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
191 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
270 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
302 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
326 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
356 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
98 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
106 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
121 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
154 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
H A Dsanitizer_deadlock_detector2.cc137 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
144 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
194 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
273 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
305 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
329 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
359 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
401 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc79 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local
86 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
96 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID()
104 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
119 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local
152 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
H A Dsanitizer_deadlock_detector2.cc135 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local
142 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread()
192 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local
271 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
303 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local
327 DDLogicalThread *lt = cb->lt; in MutexDestroy() local
357 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck()
399 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
/netbsd-src/usr.bin/xlint/lint1/
H A Dckbool.c61 const tnode_t *ln, tspec_t lt, in is_typeok_strict_bool_binary()
96 const tnode_t *ln, tspec_t lt, in typeok_strict_bool_binary_compatible()
125 tspec_t lt = ln->tn_type->t_tspec; in typeok_scalar_strict_bool() local
H A Dtree.c598 check_nonportable_char_comparison(op_t op,const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) check_nonportable_char_comparison() argument
627 tspec_t lt = ln->tn_type->t_tspec; check_integer_comparison() local
690 usual_arithmetic_conversion_trad(tspec_t lt,tspec_t rt) usual_arithmetic_conversion_trad() argument
706 usual_arithmetic_conversion_c90(tspec_t lt,tspec_t rt) usual_arithmetic_conversion_c90() argument
761 tspec_t lt = (*lnp)->tn_type->t_tspec; balance() local
1204 tspec_t lt = ln->tn_type->t_tspec; build_plus_minus() local
1297 tspec_t lt = ln->tn_type->t_tspec; build_colon() local
1408 tspec_t lt = ln->tn_type->t_tspec; build_assignment() local
2155 typeok_point(const tnode_t * ln,const type_t * ltp,tspec_t lt) typeok_point() argument
2182 typeok_arrow(tspec_t lt) typeok_arrow() argument
2265 warn_incompatible_types(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) warn_incompatible_types() argument
2288 typeok_plus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_plus() argument
2301 typeok_minus(op_t op,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_minus() argument
2320 typeok_shr(op_t op,const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shr() argument
2360 typeok_shl(op_t op,tspec_t lt,tspec_t rt) typeok_shl() argument
2381 typeok_shift(const type_t * ltp,tspec_t lt,const tnode_t * rn,tspec_t rt) typeok_shift() argument
2401 is_typeok_eq(const tnode_t * ln,tspec_t lt,const tnode_t * rn,tspec_t rt) is_typeok_eq() argument
2416 tspec_t lt = ltp->t_subt->t_tspec; warn_incompatible_pointers() local
2475 typeok_compare(op_t op,const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_compare() argument
2499 typeok_quest(tspec_t lt,const tnode_t * rn) typeok_quest() argument
2535 typeok_colon(const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_colon() argument
2598 typeok_assign(op_t op,const tnode_t * ln,const type_t * ltp,tspec_t lt) typeok_assign() argument
2622 typeok_scalar(op_t op,const mod_t * mp,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) typeok_scalar() argument
2655 check_assign_void_pointer(op_t op,int arg,tspec_t lt,tspec_t lst,tspec_t rt,tspec_t rst) check_assign_void_pointer() argument
2771 check_assign_void_pointer_compat(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * lstp,tspec_t lst,const tnode_t * rn,const type_t * rtp,tspec_t rt,const type_t * rstp,tspec_t rst) check_assign_void_pointer_compat() argument
2814 check_assign_pointer_integer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) check_assign_pointer_integer() argument
2846 check_assign_pointer(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) check_assign_pointer() argument
2862 warn_assign(op_t op,int arg,const type_t * ltp,tspec_t lt,const type_t * rtp,tspec_t rt) warn_assign() argument
2893 tspec_t lt, rt, lst = NO_TSPEC, rst = NO_TSPEC; check_assign_types_compatible() local
3007 typeok_op(op_t op,int arg,const tnode_t * ln,const type_t * ltp,tspec_t lt,const tnode_t * rn,const type_t * rtp,tspec_t rt) typeok_op() argument
3208 tspec_t lt = ltp->t_tspec; typeok() local
[all...]
/netbsd-src/sys/kern/
H A Dsys_ptrace_common.c528 ptrace_set_siginfo(struct proc * t,struct lwp ** lt,struct ptrace_methods * ptm,void * addr,size_t data) ptrace_set_siginfo() argument
700 ptrace_lwpinfo(struct proc * t,struct lwp ** lt,void * addr,size_t data) ptrace_lwpinfo() argument
761 ptrace_lwpstatus(struct proc * t,struct ptrace_methods * ptm,struct lwp ** lt,void * addr,size_t data,bool next) ptrace_lwpstatus() argument
827 ptrace_startstop(struct proc * t,struct lwp ** lt,int rq,void * addr,size_t data) ptrace_startstop() argument
867 ptrace_regs(struct lwp * l,struct lwp ** lt,int rq,struct ptrace_methods * ptm,void * addr,size_t data) ptrace_regs() argument
941 ptrace_sendsig(struct lwp * l,int req,struct proc * t,struct lwp * lt,int signo,int resume_all) ptrace_sendsig() argument
986 ptrace_dumpcore(struct lwp * lt,char * path,size_t len) ptrace_dumpcore() argument
1010 ptrace_doio(struct lwp * l,struct proc * t,struct lwp * lt,struct ptrace_io_desc * piod,void * addr,bool sysspace) ptrace_doio() argument
1082 struct lwp *lt = NULL; do_ptrace() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Ddate_and_time.c137 time_t lt; in date_and_time() local
313 time_t lt; in itime0() local
391 time_t lt; in idate0() local
480 struct tm lt; in gmtime_0() local
572 struct tm lt; in ltime_0() local
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Ddate_and_time.c140 time_t lt; in date_and_time() local
303 time_t lt; in itime0() local
381 time_t lt; in idate0() local
470 struct tm lt; in gmtime_0() local
562 struct tm lt; in ltime_0() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_dp.c53 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) in nvkm_dp_train_sense()
81 nvkm_dp_train_drive(struct lt_state *lt, bool pc) in nvkm_dp_train_drive()
147 nvkm_dp_train_pattern(struct lt_state *lt, u8 pattern) in nvkm_dp_train_pattern()
162 nvkm_dp_train_eq(struct lt_state *lt) in nvkm_dp_train_eq()
193 nvkm_dp_train_cr(struct lt_state *lt) in nvkm_dp_train_cr()
233 struct lt_state lt = { in nvkm_dp_train_links() local
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_date.c59 struct tm *lt; in mail_date() local
/netbsd-src/common/lib/libc/arch/powerpc/string/
H A Dmemcmp.S120 lt: label
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_244.c24 lt(struct a *a, struct b *b) in lt() function
/netbsd-src/usr.bin/tip/aculib/
H A Ddn11.c53 int lt, nw; in dn_dialer() local
/netbsd-src/usr.bin/chpass/
H A Dutil.c73 static struct tm *lt; in atot() local
/netbsd-src/tests/rump/rumpkern/
H A Dt_kern.c55 locktest(const atf_tc_t *tc, enum locktest lt, int needld, const char *expect) in locktest()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_expand.c97 struct tm *lt; in psc_expand_lookup() local
/netbsd-src/games/hack/
H A Dhack.unix.c127 struct tm *lt = getlt(); in getdatestr() local
139 struct tm *lt = getlt(); in phase_of_the_moon() local
/netbsd-src/usr.bin/rwall/
H A Drwall.c152 struct tm *lt; in makemsg() local
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dpfkey.c2289 struct sadb_lifetime *lt; local
2427 struct sadb_lifetime *lt; local
2561 struct sadb_lifetime *lt; local
2637 struct sadb_lifetime *lt; local
2728 struct sadb_lifetime *lt; local
3361 struct sadb_lifetime *lt; local
3721 struct sadb_lifetime *lt; local

123456