Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 1351) sorted by relevance

12345678910>>...55

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h865 #define ffetarget_cmp_typeless(l,r) \ argument
1222 #define ffetarget_eq_real1(res,l,r) \ argument
1228 #define ffetarget_eq_real2(res,l,r) \ argument
1250 #define ffetarget_ge_real1(res,l,r) \ argument
1256 #define ffetarget_ge_real2(res,l,r) \ argument
1270 #define ffetarget_gt_real1(res,l,r) \ argument
1277 #define ffetarget_gt_real2(res,l,r) \ argument
1300 #define ffetarget_iszero_real1(l) \ argument
1305 #define ffetarget_iszero_real2(l) \ argument
1471 #define ffetarget_print_real1(f,l) \ argument
[all …]
H A Dlab.h103 #define ffelab_blocknum(l) ((l)->blocknum) argument
105 #define ffelab_definition_filename(l) \ argument
107 #define ffelab_definition_filelinenum(l) \ argument
110 #define ffelab_definition_line_number(l) \ argument
115 #define ffelab_doref_line(l) ((l)->doref_line) argument
119 #define ffelab_firstref_filelinenum(l) \ argument
127 #define ffelab_hook(l) ((l)->hook) argument
142 #define ffelab_set_hook(l,h) ((l)->hook = (h)) argument
143 #define ffelab_set_type(l,t) ((l)->type = (t)) argument
149 #define ffelab_type(l) ((l)->type) argument
[all …]
H A Dtarget.c537 ffetargetCharacter1 l, in ffetarget_substr_character1()
576 ffetargetCharacter1 l) in ffetarget_convert_any_character1_()
601 ffetargetHollerith l) in ffetarget_convert_any_hollerith_()
626 ffetargetTypeless l) in ffetarget_convert_any_typeless_()
709 ffetargetCharacter1 l, in ffetarget_convert_character1_character1()
744 ffetargetHollerith l, mallocPool pool) in ffetarget_convert_character1_hollerith()
789 ffetargetInteger4 l, mallocPool pool) in ffetarget_convert_character1_integer4()
883 ffetargetLogical4 l, mallocPool pool) in ffetarget_convert_character1_logical4()
977 ffetargetTypeless l, mallocPool pool) in ffetarget_convert_character1_typeless()
1677 ffetargetComplexDefault l, in ffetarget_power_complexdefault_integerdefault()
[all …]
/openbsd/usr.sbin/npppd/common/
H A Dslist_test.c56 dump(slist *l) in dump()
87 slist *l = &sl; in test_01a() local
142 slist *l = &sl; in test_01() local
174 slist *l = &sl; in test_02() local
216 slist *l = &sl; in test_03() local
291 slist *l = &sl; in test_04() local
315 slist *l = &sl; in test_05() local
361 slist *l = &sl; in test_06() local
385 slist *l = &sl; in test_07() local
407 slist *l = &sl; in test_08() local
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp223 char *f, int l, int enable) { in AnnotateEnableRaceDetection()
227 char *f, int l, uptr mu) { in AnnotateMutexIsUsedAsCondVar()
231 char *f, int l, uptr pcq) { in AnnotatePCQGet()
235 char *f, int l, uptr pcq) { in AnnotatePCQPut()
239 char *f, int l, uptr pcq) { in AnnotatePCQDestroy()
243 char *f, int l, uptr pcq) { in AnnotatePCQCreate()
247 char *f, int l, uptr mem, char *desc) { in AnnotateExpectRace()
264 char *f, int l, uptr mem, char *desc) { in AnnotateBenignRace()
300 char *f, int l, uptr addr, uptr size) { in AnnotatePublishMemoryRange()
304 char *f, int l, uptr addr, uptr size) { in AnnotateUnpublishMemoryRange()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cpp20 MemLoc l; in TEST_F() local
33 MemLoc l; in TEST_F() local
40 MemLoc l; in TEST_F() local
47 MemLoc l; in TEST_F() local
54 MemLoc l; in TEST_F() local
60 MemLoc l; in TEST_F() local
71 MemLoc l; in TEST_F() local
90 MemLoc l; in TEST_F() local
109 MemLoc l; in TEST_F() local
170 MemLoc l; in TEST_F() local
[all …]
/openbsd/usr.bin/make/
H A Dgarray.h51 #define Array_AtEnd(l, gn) \ argument
62 #define Array_Push(l, gn) Array_AtEnd(l, gn) argument
64 #define Array_Pop(l) \ argument
67 #define Array_PushNew(l, gn) \ argument
77 #define Array_Find(l, func, v) \ argument
85 #define Array_FindP(l, func, v) \ argument
93 #define Array_ForEach(l, func, v) \ argument
100 #define Array_Every(l, func) \ argument
107 #define Array_Init(l, sz) \ argument
114 #define Array_Reset(l) \ argument
[all …]
H A Dlst.h79 #define Lst_Init(l) (l)->firstPtr = (l)->lastPtr = NULL argument
81 #define Static_Lst_Init(l) argument
93 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) argument
155 #define Lst_First(l) ((l)->firstPtr) argument
156 #define Lst_Last(l) ((l)->lastPtr) argument
157 #define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d) argument
158 #define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d) argument
163 Lst_FindConst(Lst l, FindProcConst cProc, const void *d) in Lst_FindConst()
/openbsd/usr.bin/make/lst.lib/
H A Dlst.h79 #define Lst_Init(l) (l)->firstPtr = (l)->lastPtr = NULL argument
81 #define Static_Lst_Init(l) argument
88 #define Lst_IsEmpty(l) ((l)->firstPtr == NULL) argument
150 #define Lst_First(l) ((l)->firstPtr) argument
151 #define Lst_Last(l) ((l)->lastPtr) argument
152 #define Lst_ForEach(l, proc, d) Lst_ForEachFrom(Lst_First(l), proc, d) argument
153 #define Lst_Find(l, cProc, d) Lst_FindFrom(Lst_First(l), cProc, d) argument
158 Lst_FindConst(Lst l, FindProcConst cProc, const void *d) in Lst_FindConst()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp124 ThreadRegistryLock l(this); in GetNumberOfThreads() local
132 ThreadRegistryLock l(this); in GetMaxAliveThreads() local
138 ThreadRegistryLock l(this); in CreateThread() local
190 ThreadRegistryLock l(this); in FindThread() local
222 ThreadRegistryLock l(this); in SetThreadName() local
231 ThreadRegistryLock l(this); in SetThreadNameByUserId() local
237 ThreadRegistryLock l(this); in DetachThread() local
284 ThreadRegistryLock l(this); in FinishThread() local
312 ThreadRegistryLock l(this); in StartThread() local
345 ThreadRegistryLock l(this); in ConsumeThreadUserId() local
[all …]
/openbsd/usr.sbin/lpd/
H A Dfrontend.c118 struct listener *l; in frontend_conn_closed() local
142 struct listener *l; in frontend_shutdown() local
153 frontend_listen(struct listener *l) in frontend_listen()
166 frontend_pause(struct listener *l) in frontend_pause()
181 frontend_resume(struct listener *l) in frontend_resume()
194 struct listener *l = arg; in frontend_accept() local
250 struct listener *l; in frontend_dispatch_priv() local
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c44 long l = 3; variable
75 void call0a (char c, short s, int i, long l) in call0a()
88 void call0b (short s, int i, long l, char c) in call0b()
98 void call0c (int i, long l, char c, short s) in call0c()
108 void call0d (long l, char c, short s, int i) in call0d()
118 void call0e (char c1, long l, char c2, int i, char c3, short s, char c4, char c5) in call0e()
187 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) in call2a()
197 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) in call2b()
601 long l; member
635 void localvars_after_alloca (char c, short s, int i, long l) in localvars_after_alloca()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A Dstruc-symbol.h148 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section) argument
149 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section) argument
150 #define local_symbol_resolved_p(l) ((l)->u.lsy_frag == NULL) argument
151 #define local_symbol_mark_resolved(l) ((l)->u.lsy_frag = NULL) argument
152 #define local_symbol_get_frag(l) ((l)->u.lsy_frag) argument
153 #define local_symbol_set_frag(l, f) ((l)->u.lsy_frag = (f)) argument
154 #define local_symbol_get_real_symbol(l) ((l)->u.lsy_sym) argument
155 #define local_symbol_set_real_symbol(l, s) ((l)->u.lsy_sym = (s)) argument
/openbsd/sys/arch/loongson/include/
H A Dcpu.h62 #define Mips_InvalidateICache(ci, va, l) \ argument
72 #define Mips_HitSyncDCache(ci, va, l) \ argument
74 #define Mips_IOSyncDCache(ci, va, l, h) \ argument
76 #define Mips_HitInvalidateDCache(ci, va, l) \ argument
83 #define Mips_InvalidateICache(ci, va, l) \ argument
93 #define Mips_HitSyncDCache(ci, va, l) \ argument
95 #define Mips_IOSyncDCache(ci, va, l, h) \ argument
97 #define Mips_HitInvalidateDCache(ci, va, l) \ argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dstruc-symbol.h139 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section) argument
140 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section) argument
141 #define local_symbol_resolved_p(l) ((l)->u.lsy_frag == NULL) argument
142 #define local_symbol_mark_resolved(l) ((l)->u.lsy_frag = NULL) argument
143 #define local_symbol_get_frag(l) ((l)->u.lsy_frag) argument
144 #define local_symbol_set_frag(l, f) ((l)->u.lsy_frag = (f)) argument
145 #define local_symbol_get_real_symbol(l) ((l)->u.lsy_sym) argument
146 #define local_symbol_set_real_symbol(l, s) ((l)->u.lsy_sym = (s)) argument
/openbsd/lib/libcrypto/bn/arch/amd64/
H A Dbignum_sqr_8_16_alt.S50 #define combadd(c,h,l,numa,numb) \ argument
59 #define combaddz(c,h,l,numa,numb) \ argument
68 #define doubladd(c,h,l,hh,ll) \ argument
78 #define combadd1(c,h,l,numa) \ argument
87 #define combads(h,l,numa) \ argument
95 #define combadd2(c,h,l,numa,numb) \ argument
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dvelintrin_approx.h12 static inline __vr _vel_approx_vfdivs_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_vfdivs_vvvl()
27 static inline __vr _vel_approx_pvfdiv_vvvl(__vr v0, __vr v1, int l) { in _vel_approx_pvfdiv_vvvl()
42 static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) { in _vel_approx_vfdivs_vsvl()
57 static inline __vr _vel_approx_vfdivs_vvsl(__vr v0, float s0, int l) { in _vel_approx_vfdivs_vvsl()
67 static inline __vr _vel_approx_vfdivd_vsvl(double s0, __vr v0, int l) { in _vel_approx_vfdivd_vsvl()
84 static inline __vr _vel_approx_vfsqrtd_vvl(__vr v0, int l) { in _vel_approx_vfsqrtd_vvl()
101 static inline __vr _vel_approx_vfsqrts_vvl(__vr v0, int l) { in _vel_approx_vfsqrts_vvl()
/openbsd/sys/arch/m88k/include/
H A Dlock.h39 __cpu_simple_lock_init(__cpu_simple_lock_t *l) in __cpu_simple_lock_init()
45 __cpu_simple_lock_try(__cpu_simple_lock_t *l) in __cpu_simple_lock_try()
61 __cpu_simple_lock(__cpu_simple_lock_t *l) in __cpu_simple_lock()
72 __cpu_simple_unlock(__cpu_simple_lock_t *l) in __cpu_simple_unlock()
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dvla7.f9018 logical :: l local
49 logical :: l local
81 logical :: l local
116 logical :: l local
H A Dretval1.f906 logical :: l local
23 logical :: l local
41 logical :: l local
62 logical :: l local
84 logical :: l, is_f5 local
/openbsd/lib/librthread/
H A Drthread_spin_lock.c28 pthread_spinlock_t l = NULL; in pthread_spin_init() local
63 pthread_spinlock_t l; in pthread_spin_trylock() local
83 pthread_spinlock_t l; in pthread_spin_lock() local
102 pthread_spinlock_t l; in pthread_spin_unlock() local
/openbsd/bin/ksh/
H A Dalloc.c29 struct link *l, *l2; in afreeall() local
38 #define L2P(l) ( (void *)(((char *)(l)) + sizeof(struct link)) ) argument
44 struct link *l; in alloc() local
85 struct link *l, *l2, *lprev, *lnext; in aresize() local
114 struct link *l; in afree() local
/openbsd/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h47 } l; member
59 register UDItype_x l; in __fixunstfdi() local
120 } l; member
132 register UDItype_x l; in __fixtfdi() local
192 } l; member
204 register UDItype_x l; in __fixunsdfdi() local
264 } l; member
276 register DItype_x l; in __fixdfdi() local
337 USItype_x l; member
405 USItype_x l; member
[all …]
/openbsd/lib/libcrypto/cast/
H A Dcast.c596 CAST_LONG l, r, t; in CAST_encrypt() local
630 CAST_LONG l, r, t; in CAST_decrypt() local
662 #define CAST_exp(l,A,a,n) \ argument
680 CAST_LONG l, *K; in CAST_set_key() local
775 long l = length; in CAST_cbc_encrypt() local
859 long l = length; in CAST_cfb64_encrypt() local
915 CAST_LONG l, d[2]; in CAST_ecb_encrypt() local
945 long l = length; in CAST_ofb64_encrypt() local
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c67 __inline static void unlock(Lock *l) { in unlock()
73 __inline static void lock(Lock *l) { in lock()
88 __inline static void unlock(Lock *l) { OSSpinLockUnlock(l); } in unlock()
91 __inline static void lock(Lock *l) { OSSpinLockLock(l); } in lock()
99 __inline static void unlock(Lock *l) { in unlock()
104 __inline static void lock(Lock *l) { in lock()
184 Lock *l = lock_for_pointer(src); in __atomic_load_c() local
198 Lock *l = lock_for_pointer(dest); in __atomic_store_c() local
217 Lock *l = lock_for_pointer(ptr); in __atomic_compare_exchange_c() local
238 Lock *l = lock_for_pointer(ptr); in __atomic_exchange_c() local

12345678910>>...55