Home
last modified time | relevance | path

Searched defs:l1 (Results 1 – 25 of 253) sorted by relevance

1234567891011

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
H A Drc2_local.h20 #define c2ln(c,l1,l2,n) { \ argument
50 #define l2cn(l1,l2,c,n) { \ argument
72 #define n2ln(c,l1,l2,n) { \ argument
95 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2_local.h20 #define c2ln(c,l1,l2,n) { \ argument
50 #define l2cn(l1,l2,c,n) { \ argument
72 #define n2ln(c,l1,l2,n) { \ argument
95 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dlabel_repeated.dts6 l1: node { label
13 l1: node { label
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dmetamorphic.c18 size_t l1, l2; in mm_generichash() local
64 size_t l1, l2; in mm_onetimeauth() local
104 size_t l1, l2; in mm_hmacsha256() local
144 size_t l1, l2; in mm_hmacsha512() local
/netbsd-src/sys/crypto/blowfish/
H A Dbf_locl.h77 #define c2ln(c,l1,l2,n) { \ argument
100 #define l2cn(l1,l2,c,n) { \ argument
115 #define n2ln(c,l1,l2,n) { \ argument
131 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ded.c44 lin f0, l0, f1, l1; in print_ed_hunk() local
97 lin i, f0, l0, f1, l1; in pr_forward_ed_hunk() local
139 lin i, f0, l0, f1, l1; in print_rcs_hunk() local
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ded.c39 int f0, l0, f1, l1; local
115 int f0, l0, f1, l1; local
161 int f0, l0, f1, l1; local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cast/
H A Dcast_local.h22 #define c2ln(c,l1,l2,n) { \ argument
45 #define l2cn(l1,l2,c,n) { \ argument
60 #define n2ln(c,l1,l2,n) { \ argument
83 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcast_local.h22 #define c2ln(c,l1,l2,n) { \ argument
45 #define l2cn(l1,l2,c,n) { \ argument
60 #define n2ln(c,l1,l2,n) { \ argument
83 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cc144 uptr l1 = d.newNode(1); in RunRemoveNodeTest() local
261 uptr l1 = d.newNode(0); in RunMultipleEpochsTest() local
304 uptr l1 = d.newNode(0); in RunCorrectEpochFlush() local
327 uptr l1 = d.newNode(0); in RunTryLockTest() local
354 uptr l1 = d.newNode(0); in RunOnFirstLockTest() local
392 uptr l1 = d.newNode(0); in RunRecusriveLockTest() local
422 uptr l1 = d.newNode(0); in RunLockContextTest() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.y284 rc_uint_type l1,l2; variable
301 rc_uint_type l1,l2; variable
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dmcparse.y284 rc_uint_type l1,l2; variable
301 rc_uint_type l1,l2; variable
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dlist_test.c184 atf_list_t l1, l2; in ATF_TC_BODY() local
196 atf_list_t l1, l2; in ATF_TC_BODY() local
211 atf_list_t l1, l2; in ATF_TC_BODY() local
226 atf_list_t l1, l2; in ATF_TC_BODY() local
244 atf_list_t l1, l2; in ATF_TC_BODY() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5_local.h20 #define c2ln(c,l1,l2,n) { \ argument
50 #define l2cn(l1,l2,c,n) { \ argument
72 #define n2ln(c,l1,l2,n) { \ argument
95 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rc5/
H A Drc5_local.h20 #define c2ln(c,l1,l2,n) { \ argument
50 #define l2cn(l1,l2,c,n) { \ argument
72 #define n2ln(c,l1,l2,n) { \ argument
95 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbf_local.h15 # define n2ln(c,l1,l2,n) { \ argument
38 # define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bf/
H A Dbf_local.h15 # define n2ln(c,l1,l2,n) { \ argument
38 # define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/sys/compat/linux/common/
H A Dlinux_exec.c147 linux_e_proc_fork(struct proc *p2, struct lwp *l1, int flags) in linux_e_proc_fork()
160 linux_e_lwp_fork(struct lwp *l1, struct lwp *l2) in linux_e_lwp_fork()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/idea/
H A Didea_local.h21 #define n2ln(c,l1,l2,n) { \ argument
44 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/idea/
H A Didea_local.h21 #define n2ln(c,l1,l2,n) { \ argument
44 #define l2nn(l1,l2,c,n) { \ argument
/netbsd-src/sys/fs/adosfs/
H A Dadlookup.c47 #define strmatch(s1, l1, s2, l2, i) \ argument
50 #define strmatch(s1, l1, s2, l2, i) \ argument
/netbsd-src/sys/arch/epoc32/stand/e32boot/ldd/
H A Depoc32.cpp89 TUint l1Index, l1, pageOffset, pa, va; in GetPhysicalAddress() local
141 TUint *l1Tbl, l1Index, l1, tag; in MapPhysicalAddress() local
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Daddrtree.c332 bits_common(const addrkey_t *s1, addrlen_t l1, in bits_common()
354 issub(const addrkey_t *s1, addrlen_t l1, in issub()
527 addrlen_t l1, const addrkey_t *s2, addrlen_t l2, addrlen_t skip) { in unittest_wrapper_addrtree_bits_common()
534 int unittest_wrapper_addrtree_issub(const addrkey_t *s1, addrlen_t l1, in unittest_wrapper_addrtree_issub()
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Dformat_output.c42 const char *op, const char *m1, size_t l1, in test_fail_string_common()
131 const char *op, const char *m1, size_t l1, in test_fail_string_message()
275 size_t l1, l2, n1, n2, i, len; in test_fail_bignum_common() local
428 const unsigned char *m1, size_t l1, in test_fail_memory_common()
523 const unsigned char *m1, size_t l1, in test_fail_memory_message()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dformat_output.c42 const char *op, const char *m1, size_t l1, in test_fail_string_common()
130 const char *op, const char *m1, size_t l1, in test_fail_string_message()
274 size_t l1, l2, n1, n2, i, len; in test_fail_bignum_common() local
427 const unsigned char *m1, size_t l1, in test_fail_memory_common()
522 const unsigned char *m1, size_t l1, in test_fail_memory_message()

1234567891011