/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | target.h | 802 #define ffetarget_add_complex1(res,l,r) \ argument 813 #define ffetarget_add_complex2(res,l,r) \ argument 824 #define ffetarget_add_integer1(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 825 #define ffetarget_add_integer2(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 826 #define ffetarget_add_integer3(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 827 #define ffetarget_add_integer4(res,l,r) (*(res) = (l) + (r), FFEBAD) argument 828 #define ffetarget_add_real1(res,l,r) \ argument 835 #define ffetarget_add_real2(res,l,r) \ argument 844 #define ffetarget_and_integer1(res,l,r) (*(res) = (l) & (r), FFEBAD) argument 845 #define ffetarget_and_integer2(res,l,r) (*(res) = (l) & (r), FFEBAD) argument [all …]
|
H A D | lab.h | 103 #define ffelab_blocknum(l) ((l)->blocknum) argument 104 #define ffelab_definition_column(l) ((l)->definition_col) argument 105 #define ffelab_definition_filename(l) \ argument 107 #define ffelab_definition_filelinenum(l) \ argument 109 #define ffelab_definition_line(l) ((l)->definition_line) argument 110 #define ffelab_definition_line_number(l) \ argument 112 #define ffelab_doref_column(l) ((l)->doref_col) argument 113 #define ffelab_doref_filename(l) ffewhere_line_filename((l)->doref_line) argument 114 #define ffelab_doref_filelinenum(l) ffewhere_line_filelinenum((l)->doref_line) argument 115 #define ffelab_doref_line(l) ((l)->doref_line) argument [all …]
|
H A D | target.c | 324 ffetarget_cmp_character1 (ffetargetCharacter1 l, ffetargetCharacter1 r) in ffetarget_cmp_character1() 348 ffetargetCharacter1 l, ffetargetCharacter1 r, mallocPool pool, in ffetarget_concatenate_character1() 374 ffetarget_eq_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_eq_character1() 389 ffetarget_le_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_le_character1() 404 ffetarget_lt_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_lt_character1() 419 ffetarget_ge_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_ge_character1() 434 ffetarget_gt_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_gt_character1() 516 ffetarget_ne_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_ne_character1() 537 ffetargetCharacter1 l, in ffetarget_substr_character1() 565 ffetarget_cmp_hollerith (ffetargetHollerith l, ffetargetHollerith r) in ffetarget_cmp_hollerith() [all …]
|
/openbsd-src/usr.sbin/npppd/common/ |
H A D | slist_test.c | 56 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 234 test_itr_subr_01(slist *l) in test_itr_subr_01() 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 [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_ann.cpp | 82 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace() 150 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore() 155 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter() 160 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal() 163 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll() 166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB() 169 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() 173 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate() 178 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic() 183 void INTERFACE_ATTRIBUTE AnnotateRWLockDestroy(char *f, int l, uptr m) { in AnnotateRWLockDestroy() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_mop.cpp | 20 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 114 MemLoc l; in TEST_F() local [all …]
|
/openbsd-src/usr.bin/make/ |
H A D | garray.h | 51 #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 D | lst.h | 79 #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-src/usr.bin/make/lst.lib/ |
H A D | lst.h | 79 #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-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 124 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 259 ThreadRegistryLock l(this); in JoinThread() local 284 ThreadRegistryLock l(this); in FinishThread() local 312 ThreadRegistryLock l(this); in StartThread() local [all …]
|
/openbsd-src/usr.sbin/lpd/ |
H A D | frontend.c | 118 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() argument 166 frontend_pause(struct listener * l) frontend_pause() argument 181 frontend_resume(struct listener * l) frontend_resume() argument 194 struct listener *l = arg; frontend_accept() local 250 struct listener *l; frontend_dispatch_priv() local [all...] |
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | funcargs.c | 44 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() 207 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) in call2c() 217 void call2d (double d1, int i, float f2, long l, double d2, char c, float f1, short s) in call2d() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | struc-symbol.h | 148 #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-src/sys/arch/loongson/include/ |
H A D | cpu.h | 62 #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-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | struc-symbol.h | 139 #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-src/lib/libcrypto/bn/arch/amd64/ |
H A D | bignum_sqr_8_16_alt.S | 50 #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-src/gnu/llvm/clang/lib/Headers/ |
H A D | velintrin_approx.h | 12 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-src/sys/arch/m88k/include/ |
H A D | lock.h | 39 __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-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
H A D | vla7.f90 | 18 logical :: l local 49 logical :: l local 81 logical :: l local 116 logical :: l local
|
H A D | retval1.f90 | 6 logical :: l local 23 logical :: l local 41 logical :: l local 62 logical :: l local 84 logical :: l, is_f5 local
|
/openbsd-src/lib/librthread/ |
H A D | rthread_spin_lock.c | 28 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-src/bin/ksh/ |
H A D | alloc.c | 29 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-src/lib/libcrypto/cast/ |
H A D | cast.c | 596 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-src/gnu/gcc/gcc/config/s390/ |
H A D | fixdfdi.h | 47 } 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 348 register UDItype_x l; in __fixunssfdi() local [all …]
|
/openbsd-src/sys/crypto/ |
H A D | cast.c | 25 #define F1(l, r, i) \ argument 29 #define F2(l, r, i) \ argument 33 #define F3(l, r, i) \ argument 44 u_int32_t t, l, r; in cast_encrypt() local 90 u_int32_t t, l, r; in cast_decrypt() local
|