Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 3394) sorted by last modified time

12345678910>>...136

/freebsd/usr.bin/diff/
H A Ddiff.c171 for (struct algorithm *a = algorithms; a->name;a++) { in main() local
/freebsd/sys/netinet6/
H A Din6.h227 #define IN6_ARE_ADDR_EQUAL(a, b) \ argument
243 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
252 #define IN6_IS_ADDR_V4COMPAT(a) \ argument
291 #define IN6_IS_ADDR_LINKLOCAL(a) \ argument
293 #define IN6_IS_ADDR_SITELOCAL(a) \ argument
326 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument
342 #define IN6_IS_ADDR_MC_GLOBAL(a) \ argument
351 #define IN6_IS_SCOPE_LINKLOCAL(a) \ argument
354 #define IN6_IS_SCOPE_EMBED(a) \ argument
359 #define IFA6_IS_DEPRECATED(a) \ argument
[all …]
/freebsd/sys/sys/
H A Dparam.h304 #define setbit(a,i) (((unsigned char *)(a))[(i)/NBBY] |= 1<<((i)%NBBY)) argument
305 #define clrbit(a,i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
306 #define isset(a,i) \ argument
308 #define isclr(a,i) \ argument
323 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
324 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
/freebsd/sys/geom/stripe/
H A Dg_stripe.c92 gcd(u_int a, u_int b) in gcd()
108 lcm(u_int a, u_int b) in lcm()
/freebsd/sys/kern/
H A Dsubr_fattime.c261 double a; in main() local
H A Dsys_generic.c2083 kcmp_cmp(uintptr_t a, uintptr_t b) in kcmp_cmp()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4016 t4_range_cmp(const void *a, const void *b) in t4_range_cmp()
9789 mem_desc_cmp(const void *a, const void *b) in mem_desc_cmp()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c5466 u32 a = ((u32)addr[0] << 16) | ((u32)addr[1] << 8) | addr[2]; in hash_mac_addr() local
6318 static void init_cong_ctrl(unsigned short *a, unsigned short *b) in init_cong_ctrl()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c1020 spa_error_entry_compare(const void *a, const void *b) in spa_error_entry_compare()
H A Dspa_misc.c676 const spa_log_sm_t *a = va; in spa_log_sm_sort_by_txg() local
1010 spa_aux_compare(const void *a, const void *b) in spa_aux_compare()
1118 spa_spare_compare(const void *a, const void *b) in spa_spare_compare()
1171 spa_l2cache_compare(const void *a, const void *b) in spa_l2cache_compare()
H A Dvdev.c1410 vdev_gcd(uint64_t a, uint64_t b) in vdev_gcd()
1950 vdev_best_ashift(uint64_t logical, uint64_t a, uint64_t b) in vdev_best_ashift()
H A Dvdev_raidz.c1449 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2687 l_ulong a[6]; in linux_socketcall() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c279 #define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1) argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h492 avl_node_t a; member
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c428 cmp(uint8_t *a, uint8_t *b, size_t size) in cmp()
H A Dctl_backend_ramdisk.c351 cmp(uint8_t *a, uint8_t *b, size_t size) in cmp()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c367 #define min(a,b) (((a)<(b))?(a):(b)) argument
370 #define max(a,b) (((a)>(b))?(a):(b)) argument
/freebsd/contrib/bmake/
H A Dvar.c3328 NUM_TYPE a, b; in SubNumAsc() local
3342 Substring_Cmp(Substring a, Substring b) in Substring_Cmp()
H A Darch.c202 ArchFree(Arch *a) in ArchFree()
431 const Arch *a = ln->datum; in ArchStatMember() local
H A Dmake.h677 #define CONCAT(a, b) a##b argument
H A Dmeta.c1054 meta_cmd_cmp(GNode *gn, char *a, char *b, bool filter) in meta_cmd_cmp()
/freebsd/sys/netpfil/pf/
H A Dpf_nl.c405 nlattr_add_addr_wrap(struct nl_writer *nw, int attrtype, struct pf_addr_wrap *a) in nlattr_add_addr_wrap()
/freebsd/sbin/pfctl/
H A Dpfctl.c1545 struct pfctl_show_state_arg *a = (struct pfctl_show_state_arg *)arg; in pfctl_show_state() local
1791 struct pfctl_eth_anchor *a) in pfctl_eth_ruleset_trans()
1806 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pfctl_anchor *a, bool do_eth) in pfctl_ruleset_trans()
2067 pfctl_add_altq(struct pfctl *pf, struct pf_altq *a) in pfctl_add_altq()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c261 struct archive_read *a = (struct archive_read *)_a; in archive_read_support_format_lha() local
393 archive_read_format_lha_options(struct archive_read *a, in archive_read_format_lha_options()
423 lha_skip_sfx(struct archive_read *a) in lha_skip_sfx()
467 truncated_error(struct archive_read *a) in truncated_error()
475 archive_read_format_lha_read_header(struct archive_read *a, in archive_read_format_lha_read_header()
810 lha_read_file_header_0(struct archive_read *a, struct lha *lha) in lha_read_file_header_0()
1452 lha_end_of_entry(struct archive_read *a) in lha_end_of_entry()
1472 archive_read_format_lha_read_data(struct archive_read *a, in archive_read_format_lha_read_data()
1505 lha_read_data_none(struct archive_read *a, const void **buff, in lha_read_data_none()
1552 lha_read_data_lzh(struct archive_read *a, const void **buff, in lha_read_data_lzh()
[all …]

12345678910>>...136