Searched refs:a2 (Results 176 - 200 of 225) sorted by relevance

123456789

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c650 i6addr_t a1, a2; local
654 IP6_AND(&a1, &np->in_nsrcmsk6, &a2);
657 IP6_GT(&a2, &np->in_nsrcip6)) {
1591 i6addr_t a1, a2, a3, a4; local
1711 a2.in6 = oip6->ip6_dst;
1717 a2.in6 = oip6->ip6_dst;
1726 if (IP6_NEQ(&a3, &a2) || IP6_NEQ(&a1, &a4)) {
1727 if (IP6_GT(&a3, &a2)) {
1728 sumd = ipf_nat6_ip6subtract(&a2, &a3);
1731 sumd = ipf_nat6_ip6subtract(&a2,
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_crtc.c47 int a1, a2; local
62 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay;
64 if (a1 > a2) {
65 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
66 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
67 } else if (a2 > a1) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c170 long long a0, a1, a2, a3, a4; local
173 a2 = src1[2];
178 dest1[2] = a2;
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Ddlcommon.c1343 err(fmt, a1, a2, a3, a4)
1345 char *a1, *a2, *a3, *a4;
1347 (void) fprintf(stderr, fmt, a1, a2, a3, a4);
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c933 tree a2 = TYPE_ATTRIBUTES (t2);
935 if (! attribute_list_contained (a1, a2)
936 && ! attribute_list_contained (a2, a1))
1361 tree a1, mv1, a2, mv2;
1369 mv2 = a2 = TREE_VALUE (args2);
1380 if (c_type_promotes_to (a2) != a2)
1383 else if (a2 == 0)
1390 || TREE_CODE (a2) == ERROR_MARK)
1401 TYPE_SIZE (a2)))
928 tree a2 = TYPE_ATTRIBUTES (t2); local
1355 tree a1, mv1, a2, mv2; local
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_machdep.c273 platform_start(__register_t a0, __register_t a1, __register_t a2 __unused,
/freebsd-11-stable/sys/mips/rmi/
H A Dxlr_machdep.c410 __register_t a2 __unused,
/freebsd-11-stable/sys/kern/
H A Dsysv_msg.c1666 (struct freebsd7_freebsd32_msgctl_args *)&uap->a2));
1669 (struct freebsd32_msgsnd_args *)&uap->a2));
1672 (struct freebsd32_msgrcv_args *)&uap->a2));
1822 * int a2;
1836 error = (*msgcalls[uap->which])(td, &uap->a2);
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c465 const uint32_t *a2 = v2; local
493 if ((a1[i] & m) != (a2[i] & m))
502 blhexdump(b2, sizeof(b2), "a2", v2, len);
/freebsd-11-stable/crypto/openssl/engines/
H A De_sureware.c185 BIGNUM *p1, BIGNUM *a2, BIGNUM *p2,
195 /* let t = a2 ^ p2 mod m */
196 if (!surewarehk_modexp(&t, a2, p2, m, ctx))
184 surewarehk_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.c64 #define format_warn3(fmt, a1, a2) \
67 snprintf( fw3_msg, MAXLINE,(fmt), (a1), (a2) );\
/freebsd-11-stable/sys/dev/siba/
H A Dsibavar.h502 int8_t a0, a1, a2, a3; member in struct:siba_sprom::__anon11648::__anon11649
505 int8_t a0, a1, a2, a3; member in struct:siba_sprom::__anon11648::__anon11650
/freebsd-11-stable/sys/net80211/
H A Dieee80211_var.h532 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1591 // a2: tid
1671 sw a2, __tid(fp)
1677 ld a2, 0(t4)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c4170 const sockaddr_u * a2
4180 REQUIRE(AF(a1) == AF(a2));
4188 a2val = SRCADR(a2);
4201 NSRCADR6(a1)[i] != NSRCADR6(a2)[i]) {
4203 a1_greater = (NSRCADR6(a1)[i] > NSRCADR6(a2)[i]);
4210 NSRCADR6(a2)[i];
4212 NSRCADR6(dist)[i] = NSRCADR6(a2)[i] -
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1709 struct pfa_entry *a1, *a2; local
1739 a2 = TAILQ_NEXT(a1, link);
1741 a1 = a2;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2233 #define COMPARE_ARRAYS(a1, a2, n) \
2238 if ((a1)[i] != (a2)[i]) \
2247 if ((a1)[i] == (a2)[j]) { \
/freebsd-11-stable/sys/mips/nlm/
H A Dxlp_machdep.c532 __register_t a2 __unused,
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stat.c551 ua.dev = (svr4_dev_t) uap->a2;
/freebsd-11-stable/sys/mips/mips/
H A Dvm_machdep.c519 DB_PRINT_REG(trapframe, a2);
H A Dfreebsd32_machdep.c424 td->td_frame->a2 = (register_t)(intptr_t)&sfp->sf_uc;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2752 pf_match(u_int8_t op, u_int32_t a1, u_int32_t a2, u_int32_t p) argument
2756 return ((p > a1) && (p < a2));
2758 return ((p < a1) || (p > a2));
2760 return ((p >= a1) && (p <= a2));
2778 pf_match_port(u_int8_t op, u_int16_t a1, u_int16_t a2, u_int16_t p) argument
2781 NTOHS(a2);
2783 return (pf_match(op, a1, a2, p));
2787 pf_match_uid(u_int8_t op, uid_t a1, uid_t a2, uid_t u) argument
2791 return (pf_match(op, a1, a2, u));
2795 pf_match_gid(u_int8_t op, gid_t a1, gid_t a2, gid_ argument
[all...]
H A Dpf_table.c75 #define SWAP(type, a1, a2) \
78 a1 = a2; \
79 a2 = tmp; \
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c61 #define IEEE80211_ADDR_EQ(a1,a2) (memcmp(a1,a2,IEEE80211_ADDR_LEN) == 0)
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h145 char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)]; member in struct:freebsd32_semsys_args
152 char a2_l_[PADL_(int)]; int a2; char a2_r_[PADR_(int)]; member in struct:freebsd32_msgsys_args
160 char a2_l_[PADL_(uint32_t)]; uint32_t a2; char a2_r_[PADR_(uint32_t)]; member in struct:freebsd32_shmsys_args

Completed in 426 milliseconds

123456789