Home
last modified time | relevance | path

Searched defs:l (Results 251 – 275 of 1031) sorted by relevance

1...<<11121314151617181920>>...42

/dragonfly/contrib/binutils-2.34/gas/
H A Dsymbols.c154 #define local_symbol_converted_p(l) ((l)->lsy_section == reg_section) argument
155 #define local_symbol_mark_converted(l) ((l)->lsy_section = reg_section) argument
156 #define local_symbol_resolved_p(l) ((l)->lsy_flags.sy_resolved) argument
157 #define local_symbol_mark_resolved(l) ((l)->lsy_flags.sy_resolved = 1) argument
158 #define local_symbol_get_frag(l) ((l)->u.lsy_frag) argument
159 #define local_symbol_set_frag(l, f) ((l)->u.lsy_frag = (f)) argument
160 #define local_symbol_get_real_symbol(l) ((l)->u.lsy_sym) argument
161 #define local_symbol_set_real_symbol(l, s) ((l)->u.lsy_sym = (s)) argument
/dragonfly/lib/libcalendar/
H A Deaster.c40 int c, i, j, k, l, n; in easterg() local
/dragonfly/lib/libcrypt/
H A Dcrypt-md5.c48 unsigned long l; in crypt_md5() local
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_alq.c136 ieee80211_alq_log(struct ieee80211vap *vap, uint8_t op, u_char *p, int l) in ieee80211_alq_log()
/dragonfly/contrib/tcpdump/
H A Din_cksum.c70 uint32_t l; in in_cksum() member
H A Dutil-print.c355 const char **l = lengths; in unsigned_relts_print() local
947 unaligned_memcpy(void *p, const void *q, size_t l) in unaligned_memcpy()
954 unaligned_memcmp(const void *p, const void *q, size_t l) in unaligned_memcmp()
/dragonfly/crypto/libressl/crypto/des/
H A Dcfb_enc.c75 unsigned long l=length; in DES_cfb_encrypt() local
H A Dxcbc_enc.c72 long l=length; in DES_xcbc_encrypt() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmatrix-reorg.c573 mark_min_matrix_escape_level (struct matrix_info *mi, int l, gimple s) in mark_min_matrix_escape_level()
997 int l = current_indirect_level; in update_type_size() local
1068 int l = current_indirect_level + 1; in analyze_accesses_for_call_stmt() local
1094 int l = current_indirect_level; in analyze_accesses_for_call_stmt() local
1208 int l = current_indirect_level + 1; in analyze_accesses_for_assign_stmt() local
1294 int l = current_indirect_level; in analyze_accesses_for_assign_stmt() local
H A Dcppspec.c123 int l = strlen (file); in lang_specific_driver() local
/dragonfly/contrib/binutils-2.27/bfd/
H A Dlinker.c536 const char *l; in bfd_wrapped_link_hash_lookup() local
613 const char *l = h->root.string; in unwrap_hash_lookup() local
2723 register struct bfd_link_order *l; in _bfd_count_link_order_relocs() local
2819 struct bfd_section_already_linked *l; in bfd_section_already_linked_table_insert() local
2870 struct bfd_section_already_linked *l, in _bfd_handle_already_linked()
2959 struct bfd_section_already_linked *l; in _bfd_generic_section_already_linked() local
/dragonfly/contrib/mpfr/src/
H A Dgrandom.c37 mpfr_t sfr, l, r1, r2; in mpfr_grandom() local
/dragonfly/games/backgammon/common_source/
H A Dfancy.c88 int i, j, l; in fboard() local
386 fixcol(int r, int c, int l, int ch, int inc) in fixcol()
/dragonfly/crypto/libressl/crypto/
H A Dcryptlib.c245 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) in CRYPTO_set_dynlock_lock_callback()
251 CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)( in CRYPTO_set_dynlock_destroy_callback()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c592 uint64_t l, limit, last_digit_limit; in ar_atol8() local
618 uint64_t l, limit, last_digit_limit; in ar_atol10() local
/dragonfly/contrib/gmp/mpn/generic/
H A Dperfpow.c46 mp_limb_t h, l; in pow_equals() local
327 mp_limb_t exp, *prev, *next, d, l, r, c, *tp, cry; in mpn_perfect_power_p() local
/dragonfly/sys/kern/
H A Dsys_mqueue.c178 mqueue_get(struct lwp *l, mqd_t mqd, file_t **fpr) in mqueue_get()
623 mq_receive1(struct lwp *l, mqd_t mqdes, void *msg_ptr, size_t msg_len, in mq_receive1()
782 mq_send1(struct lwp *l, mqd_t mqdes, const char *msg_ptr, size_t msg_len, in mq_send1()
/dragonfly/crypto/libressl/include/openssl/
H A Derr.h281 #define ERR_PACK(l,f,r) (((((unsigned long)l)&0xffL)<<24L)| \ argument
284 #define ERR_GET_LIB(l) (int)((((unsigned long)l)>>24L)&0xffL) argument
285 #define ERR_GET_FUNC(l) (int)((((unsigned long)l)>>12L)&0xfffL) argument
286 #define ERR_GET_REASON(l) (int)((l)&0xfffL) argument
287 #define ERR_FATAL_ERROR(l) (int)((l)&ERR_R_FATAL) argument
/dragonfly/usr.bin/rpcgen/
H A Drpc_tblout.c66 list *l; in write_tables() local
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dcppspec.c124 int l = strlen (file); in lang_specific_driver() local
/dragonfly/usr.bin/tr/
H A Dcmap.c166 struct cmapnode N, *l, *r, *y; in cmap_splay() local
/dragonfly/crypto/libressl/crypto/idea/
H A Di_cbc.c67 long l=length; in idea_cbc_encrypt() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dattribs.h114 const size_t l = IDENTIFIER_LENGTH (attr_name); in canonicalize_attr_name() local
/dragonfly/contrib/ldns/
H A Dsha2.c172 #define MEMSET_BZERO(p,l) memset((p), 0, (l)) argument
173 #define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l)) argument
176 #define MEMSET_BZERO(p,l) bzero((p), (l)) argument
177 #define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l)) argument
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_lib.c233 BN_num_bits_word(BN_ULONG l) in BN_num_bits_word()
572 BN_ULONG l; in BN_bin2bn() local
621 BN_ULONG l; in bn2binpad() local
690 BN_ULONG l; in BN_lebin2bn() local

1...<<11121314151617181920>>...42