Home
last modified time | relevance | path

Searched defs:and (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c6118 i6addr_t *src, *dst, *and, *dmask; local
H A Dip_htable.c561 u_32_t hmsk[4], msk[4], ips[4], *and; local
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c67 char *and; local
156 char *and; local
/illumos-gate/usr/src/head/
H A Diso646.h41 #define and && macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c429 static asndefT and = {"And", SET, -1, 1, { variable
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dcse-commutativity.c3 static int and(int a, int b) { return (a & b) == (b & a); } in and() function
H A Dbool-same-args.c2 static int and(int a) { return a && a; } in and() function
H A Dbinops-same-args.c28 u32 and(u32 a) { return a & a; } in and() function
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dlogical.c10 static int and(void) in and() function
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dbitwise-ops.c21 static int and(int x, int y) in and() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c650 struct instruction *and = ora->def; in simplify_mask_or_and() local