Searched refs:_a (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-10.2-release/sys/net80211/
H A Dieee80211_crypto_ccmp.c535 #define CCMP_DECRYPT(_i, _b, _b0, _pos, _a, _len) do { \
542 xor_block(_a, _pos, _len); \
543 rijndael_encrypt(&ctx->cc_aes, _a, _a); \
H A Dieee80211.h37 #define IEEE80211_IS_MULTICAST(_a) (*(_a) & 0x01)
/freebsd-10.2-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h91 #define VOIDP(_a) ((void *)(uintptr_t)(_a))
/freebsd-10.2-release/tools/tools/bus_autoconf/
H A Dbus_usb.c59 usb_compare(const void *_a, const void *_b) argument
61 const struct usb_device_id *a = _a;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c130 archive_read_disk_entry_from_file(struct archive *_a, argument
135 struct archive_read_disk *a = (struct archive_read_disk *)_a;
141 archive_clear_error(_a);
177 name = archive_read_disk_uname(_a, archive_entry_uid(entry));
180 name = archive_read_disk_gname(_a, archive_entry_gid(entry));
H A Darchive_write_set_format_ustar.c167 archive_write_set_format_ustar(struct archive *_a) argument
169 struct archive_write *a = (struct archive_write *)_a;
172 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC,
H A Darchive_read_support_format_zip.c158 archive_read_support_format_zip_streamable(struct archive *_a) argument
160 struct archive_read *a = (struct archive_read *)_a;
164 archive_check_magic(_a, ARCHIVE_READ_MAGIC,
192 archive_read_support_format_zip_seekable(struct archive *_a) argument
194 struct archive_read *a = (struct archive_read *)_a;
198 archive_check_magic(_a, ARCHIVE_READ_MAGIC,
H A Darchive_write_set_format_pax.c101 archive_write_set_format_pax_restricted(struct archive *_a) argument
103 struct archive_write *a = (struct archive_write *)_a;
106 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC,
119 archive_write_set_format_pax(struct archive *_a) argument
121 struct archive_write *a = (struct archive_write *)_a;
124 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC,
H A Darchive_write_set_format_gnutar.c173 archive_write_set_format_gnutar(struct archive *_a) argument
175 struct archive_write *a = (struct archive_write *)_a;
H A Darchive_write_set_format_mtree.c1370 archive_write_set_format_mtree_default(struct archive *_a, const char *fn) argument
1372 struct archive_write *a = (struct archive_write *)_a;
1375 archive_check_magic(_a, ARCHIVE_WRITE_MAGIC, ARCHIVE_STATE_NEW, fn);
1410 archive_write_set_format_mtree(struct archive *_a) argument
1412 return archive_write_set_format_mtree_default(_a,
1417 archive_write_set_format_mtree_classic(struct archive *_a) argument
1421 r = archive_write_set_format_mtree_default(_a,
1424 struct archive_write *a = (struct archive_write *)_a;
H A Darchive_read_support_format_cpio.c221 archive_read_support_format_cpio(struct archive *_a) argument
223 struct archive_read *a = (struct archive_read *)_a;
227 archive_check_magic(_a, ARCHIVE_READ_MAGIC,
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dmaint-tool143 next unless /^[_a-zA-Z]/;
/freebsd-10.2-release/contrib/binutils/libiberty/
H A Dmaint-tool143 next unless /^[_a-zA-Z]/;
/freebsd-10.2-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.h256 # define ATTRIBUTE_FORMAT_ARG(_a)
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq-opts.h269 # define ATTRIBUTE_FORMAT_ARG(_a)
/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap_kern.h1002 #define NM_CHECK_ADDR_LEN(_na, _a, _l) do { \
1003 if (_a == NETMAP_BUF_BASE(_na) || _l > NETMAP_BUF_SIZE(_na)) { \
1010 #define NM_CHECK_ADDR_LEN(_na, _a, _l) do { \
1370 #define bus_dmamap_sync(_a, _b, _c)
/freebsd-10.2-release/usr.sbin/lpr/pac/
H A Dpac.c103 static int qucmp(const void *_a, const void *_b);
/freebsd-10.2-release/contrib/ipfilter/
H A Dipf_rb.h363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h604 #define dt_set_errno(_a,_b) _dt_set_errno(_a,_b,__FILE__,__LINE__)
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a)
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dsntp-opts.h332 # define ATTRIBUTE_FORMAT_ARG(_a)
/freebsd-10.2-release/contrib/ntp/util/
H A Dntp-keygen-opts.h348 # define ATTRIBUTE_FORMAT_ARG(_a)
/freebsd-10.2-release/contrib/gcc/config/soft-fp/
H A Dop-1.h186 _FP_FRAC_ADD_2(_z, _z, _a); \
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h348 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
349 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
681 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) (0)
/freebsd-10.2-release/crypto/openssl/crypto/ec/
H A Dectest.c1008 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1025 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1040 # define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
1042 if (!BN_hex2bn(&a, _a)) ABORT; \
1045 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \

Completed in 363 milliseconds

12345