Home
last modified time | relevance | path

Searched defs:a (Results 3001 – 3025 of 3394) sorted by relevance

1...<<121122123124125126127128129130>>...136

/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c57 static int cred_prio_cmp(const struct wpa_cred *a, const struct wpa_cred *b) in cred_prio_cmp()
368 u8 elen, auth_count, a; in nai_realm_parse_eap() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c663 const sockaddr_u * a, in addr_eqprefix()
687 const sockaddr_u * a, in addr_samesubnet()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h418 #define IP_FW_ARG_TABLEARG(ch, a, f) \ argument
812 cksum_add(uint16_t sum, uint16_t a) in cksum_add()
H A Dip_fw_sockopt.c3159 const struct opcode_obj_rewrite *a, *b; in compare_opcodes() local
3406 const struct ipfw_sopt_handler *a, *b; in compare_sh() local
4538 ipfw_objhash_same_name(struct namedobj_instance *ni, struct named_object *a, in ipfw_objhash_same_name()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1157 int a; in qat_uclo_init_uword_num() local
2173 unsigned int a; in qat_uclo_del_obj() local
/freebsd/contrib/file/src/
H A Dapprentice.c1132 apprentice_sort(const void *a, const void *b) in apprentice_sort()
1957 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier() argument
/freebsd/contrib/unbound/services/
H A Dlocalzone.c147 struct local_zone* a = (struct local_zone*)z1; in local_zone_cmp() local
161 struct local_data* a = (struct local_data*)d1; in local_data_cmp() local
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js4870 sortOrder = function( a, b ) { argument
4944 siblingCheck = function( a, b, ret ) { argument
5305 Sizzle.contains = function( a, b ) { argument
7652 param: function( a, traditional ) { argument
/freebsd/sys/dev/bxe/
H A Decore_sp.h120 #define ECORE_ATOMIC_READ(a) atomic_load_acq_int((volatile int *)a) argument
121 #define ECORE_ATOMIC_SET(a, v) atomic_store_rel_int((volatile int *)a, v) argument
122 #define ECORE_ATOMIC_CMPXCHG(a, o, n) bxe_cmpxchg((volatile int *)a, o, n) argument
200 #define ECORE_ALIGN(x, a) ((((x) + (a) - 1) / (a)) * (a)) argument
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c180 # define UTRACE(a, b, c) do { \ argument
192 # define UTRACE(a, b, c) argument
3743 #define ALLOCM_ALIGN(a) (ffsl(a)-1) argument
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h649 #define MLX5_IB_STATS_COUNT(a,...) a argument
650 #define MLX5_IB_STATS_VAR(a,b,c,...) b c; argument
651 #define MLX5_IB_STATS_DESC(a,b,c,d,e,...) d, e, argument
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c1504 struct i40e_aqc_add_macvlan_element_data *a, *b; in ixl_add_hw_filters() local
3726 ixl_res_alloc_cmp(const void *a, const void *b) in ixl_res_alloc_cmp()
3905 ixl_sw_cfg_elem_seid_cmp(const void *a, const void *b) in ixl_sw_cfg_elem_seid_cmp()
/freebsd/sys/net/
H A Dif_vxlan.c549 vxlan_ftable_addr_cmp(const uint8_t *a, const uint8_t *b) in vxlan_ftable_addr_cmp()
3303 uint32_t a = 0x9e3779b9, b = 0x9e3779b9, c = sc->vxl_ftable_hash_key; in vxlan_mac_hash() local
3316 #define mix(a, b, c) \ in vxlan_mac_hash() argument
H A Droute.h371 #define sa_equal(a, b) ( \ argument
/freebsd/sys/netinet/
H A Dsctputil.c486 sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d) in sctp_misc_ints()
4658 struct sockaddr_in6 a, b; in sctp_is_same_scope() local
7105 sctp_log_trace(uint32_t subsys, const char *str SCTP_UNUSED, uint32_t a, uint32_t b, uint32_t c, ui… in sctp_log_trace()
/freebsd/sys/contrib/xen/
H A Dgrant_table.h591 } a; member
/freebsd/contrib/diff/lib/
H A Dstrftime.c276 tm_diff (const struct tm *a, const struct tm *b) in tm_diff()
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c427 #define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a)) argument
/freebsd/contrib/lua/src/
H A Dldebug.c474 int a = GETARG_A(i); in findsetreg() local
/freebsd/sys/dev/ciss/
H A Dcissvar.h388 #define ciss_report_request(a, b, c) \ argument
/freebsd/sbin/rcorder/
H A Drcorder.c1053 sequence_cmp(const void *a, const void *b) in sequence_cmp()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h88 #define CHUNK_BY_FADDR(p, a) ((a) & ((p)->chunks_count - 1)) argument
/freebsd/contrib/libfido2/src/
H A Dassert.c1070 fido_assert_set_sig(fido_assert_t * a,size_t idx,const unsigned char * ptr,size_t len) fido_assert_set_sig() argument
/freebsd/sys/arm64/linux/
H A Dlinux_systrace_args.c12 int a = 0; in systrace_args() local
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3239 static int cipher_compare(const void *a, const void *b) in cipher_compare()

1...<<121122123124125126127128129130>>...136